Hi All,
We are using DM8148 based in our product. For out rigorous testing we need to reflash board many times. Where we are using UBIFS to flash our board. We get below errors when we boot the board.
UBIFS error (pid 312): ubifs_decompress: cannot decompress 2769 bytes, compressor lzo, error -22
UBIFS error (pid 312): read_block: bad data node (block 151, inode 2528)
UBIFS error (pid 312): do_readpage: cannot read page 151 of inode 2528, error -22
UBIFS error (pid 312): ubifs_decompress: cannot decompress 2769 bytes, compressor lzo, error -22
UBIFS error (pid 312): read_block: bad data node (block 151, inode 2528)
UBIFS error (pid 312): do_readpage: cannot read page 151 of inode 2528, error -22
Below is step we are using to flash filesystem
./ubiformat -s 2048 /dev/mtd4
./ubiattach /dev/ubi_ctrl -m 4 -O 2048
/ubimkvol /dev/ubi0 -N rootfs_B_volume -s 480MiB
mkdir /mnt/ubifs
cp /home/filesys/* /mnt/ubifs/ -rf
umount /mnt/ubifs
./ubidetach /dev/ubi_ctrl -m 4
Below is bootargs:
setenv bootargs 'console=ttyO0,115200n8 ip=dhcp ubi.mtd=4,2048 root=ubi0:rootfs_B_volume rootfstype=ubifs earlyprintk mem=128M, notifyk.vpssm3_sva=0xBF900000'
Does any one has faced such error because we have stuck here. Without solving this error we can't release our product in market.
Regards,
Jemish