This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11732 - Rockbox Utility: Add support for Philips GoGear HDD16x0 and HDD63x0 series
Attached to Project:
Rockbox
Opened by Robert Menes (RMenes379) - Sunday, 07 November 2010, 04:26 GMT+2
Last edited by Robert Menes (RMenes379) - Thursday, 06 January 2011, 19:29 GMT+2
Opened by Robert Menes (RMenes379) - Sunday, 07 November 2010, 04:26 GMT+2
Last edited by Robert Menes (RMenes379) - Thursday, 06 January 2011, 19:29 GMT+2
|
DetailsThis patch adds support to install Rockbox on the Philips GoGear HDD16x0 and HDD63x0 series. As the bootloader install method is similar to other PP-based targets (MI4-based), simply updating rbutil.ini should be sufficient.
I may commit this soon if it tests clean. |
This task depends upon
Closed by Robert Menes (RMenes379)
Thursday, 06 January 2011, 19:29 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed.
Thursday, 06 January 2011, 19:29 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed.
- the section [0471014b] is unnecessary. The sections named after the USB IDs are only used for detecting incompatible players (or if a player is in an incompatible mode that can be detected via a different USB ID, like the Nano 2g in DFU mode)
- you're writing the USB IDs as hex code with upper case letters, while all other entries use lower case letters. ini files are case sensitive, and I'm somewhat sure the code uses lower case representations (this doesn't make a difference for the usbid value since that is converted into a number, but it does make a difference for the USB ID named sections). IMO it would be best to simply stick to lower case representations -- IMO making the code case insensitive is not worth the additional code for this.