hi to all
i try to boot linux c6x on C6678 EVM
i download kernel 2.0.0.63 from TI
create .bin image
write "evmc6678-initramfs-demo.el-hf-linux-c6x-2.0.0.63.bin" on NAND flash
boot linux c6x from NAND on c6678 EVM
connect to linux with telnet and make directory and transfer file using ftp and web panel
but after reboot all of changes removed !
i have some questions:
Q1: how i can create persistence file that not remove after reboot?
Q2: on Linux c6x wiki said :
New, Improved, or Fixed in the Release
Changes in 2.0 since 2.0-beta2:
.....
- build JFFS images (JIT w/ templates)
.....
how can create JFFS2 image on my target board?
Q3: What difference is there between "evmc6678-initramfs-min.el-hf-linux-c6x-2.0.0.63.bin" and "evmc6678-jffs2.el-hf-linux-c6x-2.0.0.63.bin" and other .bin file in linux-c6x-2.0.0.63\product directory ?
thanks