Use DBOP to check for left button on C200v2 like we are supposed to instead of right...
[kugel-rb.git] / rbutil / sansapatcher / README
blobc62f676110c5036b1f8af4fb06987483d9884c50
1 sansapatcher
2 ------------
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
23       worse...).
25 In the Rockbox source directory, do:
27 mkdir build-e200-bootloader
28 cd build-e200-bootloader
29 ../tools/configure
30 [Select E200, then B for bootloader]
31 make
33 This will create PP5022.mi4 which you should copy to the sansapatcher
34 build directory.
36 A similar process for the C200 will create firmware.mi4.