|
||||||||||||||||||||||||||||||||||||
Port Status
Bootloader featuresThe bootloader comes with a number of features which allow to recover from potential problematic situations.Booting to the OFThe bootloader can either boot rockbox or the OF. By default it will boot rockbox. The bootloader will boot the OF if volume down is hold while powering up. This works independently from the power source. For example, the following actions will boot the OF:
firmware.sb to the root of the filesystem.
Booting the OF in MTP USB mode.Using MTP mode in the OF with Rockbox installed is a bit tricky. Assuming the OF is set to use MTP mode (Settings > USB Mode > MTP), If the device is powered off, one can hold the Volume Down button, plug in the USB cord, and keep the Volume Down button pressed for about 3 1/2 seconds. If the Volume Down button is pressed for too long, the OF will boot in MSC mode, in which it emulates a USB flash drive. On the other hand, if the Volume Down button isn't held down for long enough, the OF won't boot at all, (instead, Rockbox will). If the player is already powered on, unplugged, and using the OF, one can plug the device into the computer. The OF will freeze for about 1 second, and shutdown (the screen will go blank). Once the freeze starts, press and hold the Volume Down button as stated above, but only for about 2.5 seconds. If the player is powered on while running Rockbox, you will need to shutdown the player, and follow the instructions described above.Install InstructionsSee ImxInstall.Recovery procedureIf for any reason your device doesn't work anymore (doesn't boot, stuck in the bootloader and even the OF doesn't work or if a firmware upgrade failed). You might need to recover your device. You should not attempt this without an advice from someone knowledgeable. The point of the recovery procedure is too reinstall the OF and will remove any trace of the rockbox bootloader. You need to build a recovery image, see ImxInstall#BuildRecovery. Then put your device in recovery mode: power it off, hold volume up and plug the usb cable then release volume up after a few seconds. The screen should stay black and the device will report as a HID device. Finally send it to your device using sbloader(replaceblabla by the path to utils/imxtools )(you will probably need run it as root).
blabla/sbloader firmware-recovery.sb
If the transfer fails at the init step, you might suffer from a well-known kernel problem. See SansaFuzePlus for troubleshooting.
The screen should display a few lines and the device you report as a mass storage but you OS will not be able to mount it. It should have 4 partitions. Assuming that it was detected as /dev/sdb , send the OF file to the second partition this way:
dd if=sandisk-firmware.sb bs=512 seek=4 of=/dev/sdb2
When done, unplug your device and you are done.
Other recoverySee STMP37xxRecoveryBattery BenchmarkSee http://www.rockbox.org/wiki/SansaRuntime -- AmauryPouly - 01 May 2011r80 - 02 Apr 2021 - 20:46:07 - UnknownUser
Copyright © by the contributing authors.
|