nandflash中sector是什么单位啊?
高手看下这个:INFO: Successfully formatted NAND.
INFO: Creating new BinFS partition.
IsValidMBR: MBR sector = 0x220
OpenPartition: Partition Exists=0x0 for part 0x21.
CreatePartition: Enter CreatePartition for 0x21.
LastLogSector: Last log sector is: 0x615f.
CreatePartition: Start = 0x1, Num = 0x6000.
Log2Phys: Logical 0x1 -> Physical 0x221
WriteMBR: MBR block = 0x11.
INFO: Successfully created BinFS partition.
ERROR: Existing BINFS partition too small to store image. Please perform a low level format first!
WARNING: OEMLaunch: Failed to store image to NAND.
我改了几次(Start = 0x1, Num = 0x6000)NUM的大小了,为什么还说Existing BINFS partition too small to store image。是不是哪里还需要修改的
我只改了这里:hPart = BP_OpenPartition(NEXT_FREE_LOC, 0x6000,//dwNumSectors,
PART_BINFS, TRUE, PART_OPEN_ALWAYS);