|
|
|||||||||||||||||||||||||||||||||||||||
Port Status
Building the bootloaderThe bootloader can be built using three different methods. The recommend one is the automatic method using RockboxUtility when available. The semi-automatic and manual methods require a working cross-compiler and a copy of the Rockbox source code.Automatic methodUse RockboxUtility (not available yet).Semi-Automatic methodThis method requires the following things:
bootloader-fuzeplus.sansa file (you don't need to go further than the 5. Build step in HowToCompile).
Then you need to build the mkimxboot tool in rbutil/mkimxboot. To do so, just cd into rbutil/mkimxboot and run make. It should produce a mkimxboot executable.
Finally, you need to run the tool with the correct parameters. Assuming you are in rbutil/mkimxboot, run:
./mkimxboot -i sandisk-firmware.sb -b bootloader-fuzeplus.sansa -o firmware.sb -t dualboot
You should replace sandisk-firmware.sb by the path to the firmware you downloaded from Sandisk and extracted from the archive, and replace bootloader-fuzeplus.sansa by the path to the bootloader-fuzeplus.sansa file produced by the compilation. Note that this command will produce a file called firmware.sb so if you put a copy of the firmware.sb file from Sandisk in this directory, rename it to something else like sandisk-firmware.sb before running the command.
Finally, plug your Fuze+ and put the firmware.sb file at the root of the file system, unmount and unplugged just like a regular firmware update.
Of course, to run rockbox, you will also need to do a normal build of rockbox and put rockbox on your device (see HowToCompile but this time to a normal Fuze+ build and go until the 6. Install step).
If you want to boot to the OF, press Volume Down on boot (hold it, press power, wait a few seconds and release it).
Manual methodTBD. -- AmauryPouly - 01 May 2011r14 - 06 Nov 2011 - 21:04:28 - AmauryPouly
Copyright © by the contributing authors.
|