Hello
i programmed my filesytem.tar.gz in NAND but when i boot from NAND AM3352:
U-Boot# fatload mmc 0 0x84000000 targetNFS74M140623.tar.gz
U-Boot# nand write 0x84000000 0x00600000 0x20D1494
But i can't mount the filesystem :
VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0)
[ 2.631317] Please append a correct "root=" boot option; here are the available partitions:
[ 2.639892] Kernel panic - not syncing: VFS: Unable to mount root fs on unkno
wn-block(0,0)
[ 2.648315] Backtrace:
[ 2.650848] [<c0017978>] (dump_backtrace+0x0/0x110) from [<c0421438>] (dump_s
tack+0x18/0x1c)
1)Have you any idea where the problem is ?
2)is there in linux configuration to change ?
My env variable ubi is : (NAND of 2048 bytes / page) : nandroot=ubi0:rootfs rw ubi.mtd=7,2048
regards