This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7806 - Current sansapatcher's bootloader fails to boot OF
Attached to Project:
Rockbox
Opened by Sander Sweers (infirit) - Thursday, 20 September 2007, 21:10 GMT+1
Last edited by Barry Wardell (barrywardell) - Friday, 12 October 2007, 11:22 GMT+1
Opened by Sander Sweers (infirit) - Thursday, 20 September 2007, 21:10 GMT+1
Last edited by Barry Wardell (barrywardell) - Friday, 12 October 2007, 11:22 GMT+1
|
DetailsThe current sansapatcher install a bootloader that fails to start the original firmware. It loads rockbox fine.
I used the older version 0.2 of the sansapatcher and this did work. Forum thread: http://tinyurl.com/3yo4wu |
This task depends upon
Closed by Barry Wardell (barrywardell)
Friday, 12 October 2007, 11:22 GMT+1
Reason for closing: Fixed
Additional comments about closing: A new version of sansapatcher (0.5) and a new bootloader (3.0) has been released.
Friday, 12 October 2007, 11:22 GMT+1
Reason for closing: Fixed
Additional comments about closing: A new version of sansapatcher (0.5) and a new bootloader (3.0) has been released.
----
Rev: 14654
Firmware "hacker" code for the e200r install so the full bootloader rom doesnt need to be written.
Requires a custom version of e200tool which isnt available yet.
* Causes the complete lockup of the sansa e200. Before it would just reboot.
Rev: 14424
FS#7634: Add support for high capacity microSD cards (SDHC). We now support SD specification Version 2.00 which covers cards up to 32GB in size.* breaks the bootloader. It just reboots trying to load the OF.
Can someone please try commenting out the SDHC detection on lines 596-598 and see if that improves things?
To answer linuxstb: No, standard 2gig microsd
barrywardell: It just reboots instead of locking
To install:
sansapatcher -a PP5022.mi4
EDIT: here the diff for it as well just to have the changes logged.
and sansapatcher -a PP5022.mi4 (with the attached 58K PP5022.mi4) everything works.
Now I wish to have a reverse bootloader.
1) You may file a feature request for this or customize the rockbox one and submit a patch. It's just a keypress treatment issue.
2) A reverse bootloader wouldn't have helped here if that's what you're implying.
BTW: I'm testing on an affected e200R unit, not e200. Not sure if they both suffer from the same problem or different problems with the same symptoms.
The problem is that before adding the SDHC stuff, on my own Sansa the Rockbox bootloader would freeze whenever there was a SDHC card inserted, so I don't think removing the troublesome line is a good solution.
MikeS' solution sounds like the best way to do things provided we still don't get a freeze in the bootloader when a SDHC is inserted any more. I should be able to test that myself this evening if nobody else gets there first.