rockbox/rbutil/sansapatcher
Bertrik Sikken d4e3839f05 Make functions in sansapatcher static and their arguments const if possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18037 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 16:43:47 +00:00
..
bin2c.c Make functions in sansapatcher static and their arguments const if possible. 2008-07-14 16:43:47 +00:00
main.c Make functions in sansapatcher static and their arguments const if possible. 2008-07-14 16:43:47 +00:00
Makefile Make sansapatcher and ipodpatcher compile on OS X 10.5. 2008-03-25 19:50:41 +00:00
parttypes.h Implement the ability to embed a bootloader in sansapatcher - the --install option installs the embedded bootloader, and running without any parameters will cause a prompt to be displayed asking the user if they want to install, uninstall or cancel. sansapatcher now requres a PP5022.mi4 file (the Rockbox bootloader) in the current directory when building. 2007-03-15 23:26:47 +00:00
README Add some brief instructions to compile sansapatcher 2007-11-29 17:39:59 +00:00
sansaio-posix.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sansaio-win32.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sansaio.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sansapatcher.c Make functions in sansapatcher static and their arguments const if possible. 2008-07-14 16:43:47 +00:00
sansapatcher.h Make functions in sansapatcher static and their arguments const if possible. 2008-07-14 16:43:47 +00:00
sansapatcher.manifest add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. 2008-01-20 21:19:37 +00:00
sansapatcher.rc add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. 2008-01-20 21:19:37 +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".