This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9823 - Rockbox Player Patch
Attached to Project:
Rockbox
Opened by jpcasainho (casainho) - Friday, 23 January 2009, 13:57 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Monday, 23 March 2009, 08:52 GMT+2
Opened by jpcasainho (casainho) - Friday, 23 January 2009, 13:57 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Monday, 23 March 2009, 08:52 GMT+2
|
DetailsThis is a patch for the Rockbox Player. This code initialize Rockbox kernel, the LCD, do a show_logo() and finally initialize the SD Card.
Please see the project page where there is more information and pictures showing code running: http://www.rockbox.org/twiki/bin/view/Main/RockboxPlayer Also you can see our SVN where we have this patch and tools to debug. Also instructions on how to setup Eclipse IDE for JTAG debug. http://code.google.com/p/rockboxplayer/ |
This task depends upon
Closed by Maurus Cuelenaere (mcuelenaere)
Monday, 23 March 2009, 08:52 GMT+2
Reason for closing: Duplicate
Additional comments about closing: See FS#10045
Monday, 23 March 2009, 08:52 GMT+2
Reason for closing: Duplicate
Additional comments about closing: See
* please don't add .cproject, .project and *.launch files to this patch as they're unrelated
* #define's must be UPPERCASE
* there are still some TAB's left here and there, please replace them with 4 spaces
* I think you'll need to add the Rockbox header to every new file
Bootloader is working. Firmware is working if run as a stand alone application, do not run if launched by bootloader.
We don't have yet hardware for buttons and audio codec ic, so, that are the missing firmware drivers. Button code is done but not tested.