|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Recovering from loading your own buggy firmwareThese instructions are for when you have flashed bad firmware you wrote yourself onto your device, and are unable to reflash a fixed version. If your player has become unresponsive and you didn't flash your own-built firmware, your player is likely broken and this guide will not help. WARNING! These instructions are only to be used if you are sure your player is unrecoverable in any other way! Failing to follow these steps (or using them when not necessary) can result in a 100% dead piece of plastic! --> Talk to us in IRC BEFORE attempting this procedure! <-- This only works on e200v2, Fuzev1, Fuzev2, Clipv1, Clipv2, Clip+ and Clip Zip (for now) !Entering the recovery modeThe flash of the player can be directly accessed via USB with the following method:
Use the recovery modeNow you can access the hidden part of the NAND flash over that drive (reported by fdisk). You can write the whole OF-Image onto that by using e.g.:dd if=orig_image.bin of=/dev/sde (replace orig_image.bin and sde with the actual filename and drive)
You can also dump the image from the player to your hard disk by using e.g.:
dd if=/dev/sde of=orig_image.bin bs=512 count=$((0xF000)) (count is 0x5000 for Clipv1/C200v2/M200v4, 0xf000 for others)
If you are somehow unsure with some step, just get in contact with us on IRC
HackingThis might work on other models too (m200v4, c200v2) The size of the drive is exactly the size reported in the CSD register before we enable bank switching and request the CSD register a second time (e.g. 0x1E9E00 sectors) The size reserved by the OF is exactly twice the size of the firmware file when the reserved space is 0xF000 sectors (models with 8MB of ram) It is exactly twice the size of the firmware file minus the header (2 sectors) when the reserved space is 0x5000 sectors (models with 2MB of ram) Copying an OF image over this drive might not be enough to recover operation, you might need the full part reserved by OF. I copied an OF (tried both patched and unpatched) on the recovery drive of a Fuzev1, rockbox would work correctly but OF would only power the backlight and do nothing. After copying the full reserved data from another Fuzev1, it worked correctly -- RafaelCarre - 2010-06-01 Some people have recovered without an OF image. It might be enough to just zero the entire reserve space and then copy the OF firmware file back over the first part of the reserved space.
r13 - 23 May 2021 - 12:35:13 - UnknownUser
Copyright © by the contributing authors.
|