rockbox/rbutil/sansapatcher
Dominik Riebeling ccd8f6cd84 fix sansapatcher mingw build prerequisites.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16173 a1c6a512-1295-4272-9138-f99709370657
2008-01-26 22:19:27 +00:00
..
bin2c.c
main.c Bump version for release 2007-10-20 19:12:16 +00:00
Makefile fix sansapatcher mingw build prerequisites. 2008-01-26 22:19:27 +00:00
parttypes.h
README Add some brief instructions to compile sansapatcher 2007-11-29 17:39:59 +00:00
sansaio-posix.c
sansaio-win32.c RbUtilQt: Make Sansa bootloader installation work on Windows. (Compiler warnings _are_ useful. :) 2007-10-31 18:29:38 +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 Support database rebuild disabling when USB is connected for all e200 OF versions. Some people may have to update the OF (to any version they want) using sansapatcher before it will work. This just ensures that the NVPARAMS are in a good state and we can be sure where to look for the rebuild flag.The c200 OF doesn't reboot before rebuilding the database, so our trick won't ever work there. 2007-10-20 17:08:41 +00:00
sansapatcher.h Add support for installing/replacing the bootloader in the PPBL section of the firmware partition. Allows installation of the Rockbox bootloader in place of the Sandisk one. This expects a plain bootloader binary with no header. Our Rockbox bootloader successfully boots both Rockbox and the OF when installed in this way. This makes it easy to get to a state where e200tool is required, so care is advised. 2007-10-14 18:09:40 +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".