summaryrefslogtreecommitdiff
path: root/utils/sansapatcher/README
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sansapatcher/README')
-rw-r--r--utils/sansapatcher/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/utils/sansapatcher/README b/utils/sansapatcher/README
new file mode 100644
index 0000000000..c62f676110
--- /dev/null
+++ b/utils/sansapatcher/README
@@ -0,0 +1,36 @@
1sansapatcher
2------------
3
4To compile sansapatcher, you need both the C200 and E200 Rockbox
5bootloaders. The latest bootloaders can always be found here:
6
7http://download.rockbox.org/bootloader/sandisk-sansa/e200/PP5022.mi4
8http://download.rockbox.org/bootloader/sandisk-sansa/c200/firmware.mi4
9
10Place both these files in the sansapatcher source directory, and type "make".
11
12
13Building your own bootloaders
14-----------------------------
15
16If you would like to compile the bootloaders yourself, they are the output of
17running the "Bootloader" build for the E200 and C200 targets.
18
19NOTE: 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...).
24
25In the Rockbox source directory, do:
26
27mkdir build-e200-bootloader
28cd build-e200-bootloader
29../tools/configure
30[Select E200, then B for bootloader]
31make
32
33This will create PP5022.mi4 which you should copy to the sansapatcher
34build directory.
35
36A similar process for the C200 will create firmware.mi4.