Hi All ,
a) I am trying to boot DM816x EVM from NAND by following standard steps mentioned at
http://processors.wiki.ti.com/index.php/DM816x_AM389x_PSP_U-Boot
b) The procedure makes use of "rootfs-base.jffs2" file . This i was unable to find in the "ti-ezsdk_dm816x-evm_5_05_02_00" folder installed under
/home/ashish/ti-ezsdk_dm816x-evm_5_05_02_00.
c/ Hence i tried below mentioned steps to create an JFFS file-system :-
1/ Under /home/ashish/ti-ezsdk_dm816x-evm_5_05_02_00/filesystem directory there was two tar available :-
arago-base-tisdk-image-dm816x-evm.tar.gz [ rd-jffs2.bin was around 14MB ]
ezsdk-dm816x-evm-rootfs.tar.gz [ rd-jffs2.bin was around approx 450MB ,due to which write operation on NAND fails ]
2/ Untar the arago-base-tisdk-image-dm816x-evm.tar.gz under /home/ashish/test.
Then created JFFS file system by :-
sudo mkfs.jffs2 -lqn –e 128 -r /home/ashish/test -o /tftpboot/rd-jffs2.bin
Hence could any one confirm, from where can i download standard file for JFFS filesystem or what is the mistake in steps i am following
Thank You,
Ashish Kumar Mishra