Hi
I have transplant ubifs to my ti8168 board .The nandflash is SAMSUNG K9F2G08UOC
I set the ubifs as my root filesystem,the linux kernel and root filesystem can work well.
However when I use the command 'tar' to uncompress data about 30MB
It would cause some error such as:
UBI error: ubi_io_write: error -5 while writing 2048 bytes to PEB 543:38912,written 0 bytes
UBI warning: ubi_eba_write_leb: failed to write data to PEB 543
UBI: recover PEB 543, move data to PEB 1141 UBI error: ubi_io_write: error -5 while writing 512 bytes to PEB 1141:2048, written 0 bytes
UBI warning: recover_peb: failed to write to PEB 1141
UBI: try again
UBI: recover PEB 543, move data to PEB 1142 UBI: run torture test for PEB 1141
UBI error: ubi_io_write: error -5 while writing 18432 bytes to PEB 1152:4096, written 8192 bytes UBI warning: recover_peb: failed to write to PEB 1152
UBI warning: ubi_ro_mode: switch to read-only mode
UBIFS error (pid 904): ubifs_leb_write: writing 2048 bytes to LEB 739:16384 failed, error -5 UBIFS warning (pid 904): ubifs_ro_mode: switched to read-only mode, error -5
UBIFS error (pid 904): ubifs_write_inode: can't write inode 6395, error -30 UBIFS error (pid 904): make_reservation: cannot reserve 160 bytes in jhead 1, error -30
UBIFS error (pid 904): ubifs_write_inode: can't write inode 6396, error -30 UBIFS error (pid 904): make_reservation: cannot reserve 160 bytes in jhead 1, error -30
Everytime I do like this ,It would cause the same error.
However anther ti8168 boad is very stable,and It's nandflash is Micron 29F2G08ABAEA, Whatever command I use,It works very well.So I think It have some problem about GPMC
Thanks a lot