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:
parent
dbbc8358ce
commit
8d145a5574
5 changed files with 121 additions and 30 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue