hi everyone。 I can success to load the file system generated by the mkfs.jffs2 and "nand write" to write it into the nandflash ,but when i burn the file system by using mfgtool with the command
mount -t jffs2 /dev/mtdblock2 /mnt/mtdblock2
"pipe tar -jx -C /mnt/mtdblock2" file="files/rootfs.tar.bz2"
i got an error "Failed to execute /linuxrc. Attempting defaults...
[ 11.080668] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance." in the end of the serial. i dont know what is difference between them. and what can i do to solve this problem.
Thank you!