This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9002 - Bootloader on c200 shows "target id: e200"
Attached to Project:
Rockbox
Opened by Thomas Martitz (kugel.) - Saturday, 17 May 2008, 16:58 GMT+1
Last edited by Bertrik Sikken (bertrik) - Monday, 14 July 2008, 17:54 GMT+1
Opened by Thomas Martitz (kugel.) - Saturday, 17 May 2008, 16:58 GMT+1
Last edited by Bertrik Sikken (bertrik) - Monday, 14 July 2008, 17:54 GMT+1
|
DetailsYou can see this when pressing the button to boot into OF, so that the text is shown.
The cause is sansapatcher. In line: 608 /* Add Rockbox-specific header */ memcpy(buf+0x1f8,"RBOFe200",8); It adds this string to the mi4header. The bootloader identifies the model by that string. gevaerts spotted that line. |
This task depends upon
Closed by Bertrik Sikken (bertrik)
Monday, 14 July 2008, 17:54 GMT+1
Reason for closing: Fixed
Additional comments about closing: Fixed in r18035
Monday, 14 July 2008, 17:54 GMT+1
Reason for closing: Fixed
Additional comments about closing: Fixed in r18035
I see this too on my c240
Attached patch fills in the correct target name. Tested on my sansa c240 and e260.