Quote:
Originally Posted by munjeni
I have no luck now (need to edit another function that check for table validity) but found table, its in litle endian mode (while hex editing!) and sizes is in block format (for example system start=block_0x172, system size=(0x640 * 131072))... 1 mean yaffs, 0 mean raw, 3 don't know what mean 
|
3 is "other". Since Radio = Iguana and Iguana is a unixoid system, it probably makes use of some POSIX-compliant file system, e. g. Ext3. However, the Radio is loaded from Flash into RAM as one big "chunk" and then executed, so for all purposes, the bootloaders treat it just like "raw".
|