- Status Closed
- Percent Complete
- Task Type Bugs
- Category Bootloader
- Assigned To No-one
- Operating System Sansa c200
- 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 Thomas Martitz - 2008-05-17
Last edited by Bertrik Sikken - 2008-07-14
Opened by Thomas Martitz - 2008-05-17
Last edited by Bertrik Sikken - 2008-07-14
FS#9002 - Bootloader on c200 shows "target id: e200"
You 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.
Closed by Bertrik Sikken
2008-07-14 15:54
Reason for closing: Fixed
Additional comments about closing:
2008-07-14 15:54
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.