rockbox/rbutil/sansapatcher
Dominik Riebeling d131a31266 Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17730 a1c6a512-1295-4272-9138-f99709370657
2008-06-17 17:52:13 +00:00
..
bin2c.c buf is never actually used, so just remove it 2007-08-02 12:38:52 +00:00
main.c Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit. 2008-06-17 17:52:13 +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 Make sansapatcher check and report permission denied errors. 2008-05-11 16:58:02 +00:00
sansaio-win32.c Make sansapatcher check and report permission denied errors. 2008-05-11 16:58:02 +00:00
sansaio.h Initial attempt at c200 support - you now need both a "firmware.mi4" file (c200 bootloader) and "PP5022.mi4" file (e200 bootloader) to compile. sansapatcher should detect the device type and install the correct bootloader. 2007-09-19 18:46:54 +00:00
sansapatcher.c Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit. 2008-06-17 17:52:13 +00:00
sansapatcher.h Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit. 2008-06-17 17:52:13 +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".