1
0
Fork 0
forked from len0rd/rockbox

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.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14755 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-09-19 18:46:54 +00:00
parent dbbc8358ce
commit 8d145a5574
5 changed files with 121 additions and 30 deletions

View file

@ -59,6 +59,7 @@ struct sansa_t {
int sector_size;
struct sansa_partinfo_t pinfo[4];
int hasoldbootloader;
char* targetname; /* "e200" or "c200" */
loff_t start; /* Offset in bytes of firmware partition from start of disk */
};