Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

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+2
Last edited by Bertrik Sikken (bertrik) - Monday, 14 July 2008, 17:54 GMT+2
Task Type Bugs
Category Bootloader
Status Closed
Assigned To No-one
Player Type Sansa c200
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

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.
This task depends upon

Closed by  Bertrik Sikken (bertrik)
Monday, 14 July 2008, 17:54 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Fixed in r18035
Comment by Bertrik Sikken (bertrik) - Friday, 11 July 2008, 00:04 GMT+2
I see this too on my c240
Comment by Bertrik Sikken (bertrik) - Monday, 14 July 2008, 11:33 GMT+2
Attached patch fills in the correct target name. Tested on my sansa c240 and e260.
   FS9002_r18030.patch (1.4 KiB)
 rbutil/sansapatcher/sansapatcher.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Loading...