Hi TI Team,
I want to flash root file system from Ubuntu PC to EVM's eMMC memory using dfu utility. I found below command for flashing it:
sudo dfu-util -c 1 -i 0 -a 1 -D <rootfs>
But, don't know what is the format of the root file system (.jffs2 or ext4, .img etc...).
Can you please let me know, what should be the format of rootfile system here and also the command for creating the suitable format of rootfs, for flashing to the eMMC.
Thanks in advance.
Best Regards,
Sainath
PS) I am able to flash upto bootloaders and also able to boot it from eMMC. Only thing is not able to flash rootfs.