IPNC8127, 3.8
文件系统中执行
mkdir /tmp/tmp
flash_eraseall /dev/mtd7
mount -t jffs2 /dev/mtdblock7 /tmp/tmp
tar -zvxf ipnc.tar /tmp/tmp
出现以下现象:
jffs2_verify_write(): Read back of page at 09fc0000 gave short read:0 not 2048
Write of 2533 bytes at 0x09fe0xf4 failed. returned -5, retlen 0
Not marking the space at 0x9fe02f4 as dirty because the flash driver returned retlen zero
请教大家这个错误现象是那块出现了问题? 谢谢;