This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ubifs error on DM37

Hi

   My hardware custom borad is designed based on omap2 board. The linux kernel is 2.6.37,root filesystem is ubifs. Most of time, the Linux run well. When i update the images in NAND by fastboot utility at U-boot, iam observing some UBUIFS errors like below. 

UBIFS error (pid 1316): ubifs_check_node: bad CRC: calculated 0x7ea5373c, read 0x43437e35
[ 9.731018] UBIFS error (pid 1316): ubifs_check_node: bad node at LEB 201:27184
[ 9.738616] UBIFS error (pid 1316): ubifs_read_node: expected node type 1
[ 9.745697] UBIFS error (pid 1316): do_readpage: cannot read page 6 of inode 184, error -117
[ 9.755157] UBIFS error (pid 1316): ubifs_check_node: bad CRC: calculated 0x7ea5373c, read 0x43437e35
[ 9.764770] UBIFS error (pid 1316): ubifs_check_node: bad node at LEB 201:27184
[ 9.772399] UBIFS error (pid 1316): ubifs_read_node: expected node type 1
[ 9.779479] UBIFS error (pid 1316): do_readpage: cannot read page 6 of inode 184, error -117

This is observing when linux kernel mounting rootfs(ubifs).

Thanks in advance.

Kishore