Hello
I want to flash filesystem into nand flash.
I have build jffs2 filesystem just as the <TI816X-PSP-04.00.00.10-U-Boot.pdf>said.
But when I flash it into nand, it failed.
Here is what it shows.
TI8168_EVM# mw.b 0x81000000 0xFF 0x0C820000
TI8168_EVM# tftp 0x81000000 rd-jffs2.bin
#################################################################
#################################################################
#################################################################
###############################
done
Bytes transferred = 392882952 (176aeb08 hex)
TI8168_EVM#nand erase clean 0x006C0000 0x0C820000
NAND erase: device 0 offset 0x6c0000, size 0xc820000
Erasing at 0xcec0000 -- 100% complete. Cleanmarker written at 0xcec0000.
OK
TI8168_EVM#nand write 0x81000000 0x006C0000 0x176AF800
NAND write: device 0 offset 0x6c0000, size 0x176af800
NAND write to offset 10000000 failed -22
261357568 bytes written: ERROR
So what can I do then?
Thanks.