Hi, all,
We are using ubifs as our application file system. The linux kernel is 2.6.37 from DVRRDK-03.00.00.00. The nand flash we used is Samsung 128MB.
And the size of our fs is about 85MB.
The procedure we used to build file system is :
(1) mkfs.ubifs -m 2048 -e 126976 -c 650 -r our-ubifs-dir -F -o rfs-nvr-ubi.img
(2) ubinize -o rfs-nvr.ubifs -m 2048 -p 128KiB -s 512 -O 2048 ubinize.cfg
And the content of ubiinize.cfg is