|
|
|||||||||||||||||||||||||||||||||||||||||||||
Port Status
Daily builtsYou can download a prebuilt version of Rockbox for the Zen X-Fi2 for the build bots here: zenxfi2.zip. Unpack it to the micro-sd card you will put in the X-Fi2. It should create a.rockbox directory at the root of the sd-card. You still need to installer bootloader the first time to be able to boot rockbox.
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. Booting to the OF can be achieved by several combination, depending on the context:
Building the bootloaderThe bootloader can be built using three different methods. The recommend one is the automatic method using RockboxUtility. The semi-automatic method requires a working cross-compiler and a copy of the Rockbox source code.Automatic methodTIDISemi-Automatic methodWindows with prebuilt fileI prebuilt two complete images because producing them is a bit tricky currently, they will disappear when RbUtil? is ready for the Zen X-Fi2. First download one of those two image, pick the right type (see section at the end to determine the type)
ZEN_X-Fi2_PCFW_L22_1_23_01.exe.
Put the downloaded images in the same directory as the installer make sure they are correctly named (firmware.sb for NAND and firmware_sd.sb for SD).
Plug your device, the OF will boot, now launch the installer: it should give you the opportunity to upgrade.
Check that the proposed version is not 1.23.03, it should be 1234.5678.9012 for the NAND and 9876.5432.1098 for the SD. If you don't see those number, it will not work.
Linux + WindowsThis method requires the following things:
bootloader-zenxfi2.creative 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 creative-installer.exe -b bootloader-zenxfi2.creative -o firmware.sb -t dualboot -v zenxfi2-nand =
If you have a SD based one, replace zenxfi2-nand by zenxfi2-sd.
You should replace creative-installer.exe by the path to the firmwareinstaller you downloaded from Creative (like ZEN_X-Fi2_PCFW_L22_1_23_01.exe), and replace bootloader-zenxfi2.creative by the path to the bootloader-zenxfi2.creative file produced by the compilation.
This is where you need windows: put the firmware.sb file produced somewhere available for Windows. Reboot to Windows (or use another computer). Put firmware.sb in the same directory as the Creative installer (something called ZEN_X-Fi2_PCFW_L22_1_23_01.exe). Now run the installer and do a normal firmware upgrade: the installer will use the firmware.sb file you put instead of the standard one ! Note that you can use a virtual machine with Windows on it for this step. If you already have rockbox installed, you will need to enter recovery mode or the OF to successfully upgrade.
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 Creative Zen-X-Fi2 build and go until the 6. Install step). Alternatively, you can download the latest build here:
http://build.rockbox.org/data/rockbox-creativezenxfi2.zip
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.LinuxNAND vs SD: how to determine type ?You can determine the type by looking at the model number, written on the back of the device
r7 - 01 Feb 2013 - 11:12:05 - AmauryPouly
Copyright © by the contributing authors.
|