rockbox/rbutil/sansapatcher
Rafaël Carré db3afb03a2 Make sure we use POSIX/C99 printf() when building for windows
Change-Id: I429ed40dc2b9d4fb238762113bd40936df896df0
Reviewed-on: http://gerrit.rockbox.org/85
Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
2012-02-05 20:36:31 +01:00
..
main.c sansapatcher: allow building without bootloaders. 2011-12-16 20:10:33 +00:00
Makefile Make sure we use POSIX/C99 printf() when building for windows 2012-02-05 20:36:31 +01:00
parttypes.h
README
sansaio-posix.c sansapatcher: guard platform specific files. 2011-12-04 19:40:35 +00:00
sansaio-win32.c sansapatcher: guard platform specific files. 2011-12-04 19:40:35 +00:00
sansaio.h Various adjustments for MSVC. 2011-12-08 21:59:13 +00:00
sansapatcher.c sansapatcher: factor out handling of bundled bootloaders. 2011-12-04 19:40:43 +00:00
sansapatcher.h MSVC compatibility adjustments. 2012-01-08 19:51:11 +00:00
sansapatcher.manifest
sansapatcher.rc Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00

sansapatcher
------------

To compile sansapatcher, you need both the C200 and E200 Rockbox
bootloaders.  The latest bootloaders can always be found here:

http://download.rockbox.org/bootloader/sandisk-sansa/e200/PP5022.mi4
http://download.rockbox.org/bootloader/sandisk-sansa/c200/firmware.mi4

Place both these files in the sansapatcher source directory, and type "make".


Building your own bootloaders
-----------------------------

If you would like to compile the bootloaders yourself, they are the output of
running the "Bootloader" build for the E200 and C200 targets.

NOTE: Unless you know what you are doing, it is recommended that you
      use the official pre-built binary bootloaders linked to above.
      Bootloaders compiled from current Rockbox SVN are untested and
      may contain bugs preventing you from starting the device (or
      worse...).

In the Rockbox source directory, do:

mkdir build-e200-bootloader
cd build-e200-bootloader
../tools/configure
[Select E200, then B for bootloader]
make

This will create PP5022.mi4 which you should copy to the sansapatcher
build directory.

A similar process for the C200 will create firmware.mi4.