4 To compile sansapatcher, you need both the C200 and E200 Rockbox
5 bootloaders. The latest bootloaders can always be found here:
7 http://download.rockbox.org/bootloader/sandisk-sansa/e200/PP5022.mi4
8 http://download.rockbox.org/bootloader/sandisk-sansa/c200/firmware.mi4
10 Place both these files in the sansapatcher source directory, and type "make".
13 Building your own bootloaders
14 -----------------------------
16 If you would like to compile the bootloaders yourself, they are the output of
17 running the "Bootloader" build for the E200 and C200 targets.
19 NOTE: Unless you know what you are doing, it is recommended that you
20 use the official pre-built binary bootloaders linked to above.
21 Bootloaders compiled from current Rockbox SVN are untested and
22 may contain bugs preventing you from starting the device (or
25 In the Rockbox source directory, do:
27 mkdir build-e200-bootloader
28 cd build-e200-bootloader
30 [Select E200, then B for bootloader]
33 This will create PP5022.mi4 which you should copy to the sansapatcher
36 A similar process for the C200 will create firmware.mi4.