Dave Chapman | 6587478 | 2007-11-29 17:39:59 +0000 | [diff] [blame] | 1 | sansapatcher |
| 2 | ------------ |
| 3 | |
| 4 | To compile sansapatcher, you need both the C200 and E200 Rockbox |
| 5 | bootloaders. The latest bootloaders can always be found here: |
| 6 | |
| 7 | http://download.rockbox.org/bootloader/sandisk-sansa/e200/PP5022.mi4 |
| 8 | http://download.rockbox.org/bootloader/sandisk-sansa/c200/firmware.mi4 |
| 9 | |
| 10 | Place both these files in the sansapatcher source directory, and type "make". |
Dave Chapman | 84d8d83 | 2008-08-01 11:42:33 +0000 | [diff] [blame] | 11 | |
| 12 | |
| 13 | Building your own bootloaders |
| 14 | ----------------------------- |
| 15 | |
| 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. |
| 18 | |
| 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...). |
| 24 | |
| 25 | In the Rockbox source directory, do: |
| 26 | |
| 27 | mkdir build-e200-bootloader |
| 28 | cd build-e200-bootloader |
| 29 | ../tools/configure |
| 30 | [Select E200, then B for bootloader] |
| 31 | make |
| 32 | |
| 33 | This will create PP5022.mi4 which you should copy to the sansapatcher |
| 34 | build directory. |
| 35 | |
| 36 | A similar process for the C200 will create firmware.mi4. |