- Status Closed
- Percent Complete
- Task Type Patches
- Category Operating System/Drivers
- Assigned To No-one
- Operating System Another
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by jpcasainho - 2009-01-23
Last edited by Maurus Cuelenaere - 2009-03-23
Opened by jpcasainho - 2009-01-23
Last edited by Maurus Cuelenaere - 2009-03-23
FS#9823 - Rockbox Player Patch
This 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.
Closed by Maurus Cuelenaere
2009-03-23 07:52
Reason for closing: Duplicate
Additional comments about closing:
2009-03-23 07:52
Reason for closing: Duplicate
Additional comments about closing:
See FS#10045
Some minor comments:
Okok, I removed now that files from the patch. And later I will work on that you said
And the Daily build version is: 19818.
I still find this structure for registers weird and broken. IMO registers shouldn’t get accessed through a structure pointer but directly as done in the rest of Rockbox (unless I was missing something here).
New patch against Rockbox version 19939.
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.