|
hi there, i got a problem with nand flash partitions! at91sam9261 + wince5~ the partitions are: static MapSectionList K9F1208U0A_Offset32MB = { 2, { { 0, 4096-2048, 2048, BLOCK_RESERVED}, // The first 2k blocks map to the end of flash ( 2048 * 32 * 512 = 32MB ) {2048, 0, 4096-2048, BLOCK_WP_NOPROTECTION} // The 2k next and last blocks map to the start of flash } }; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ first 32M resserved, second 32M FAT when i write nk.nb0 to nand flash starting at offset 0x0, every time the system startup ,he will format the FAT partitions~~ why?help me~~~
|