Hello,
I am currently working on a EVM DM368, using the ti dvsdk 4.02, and a kernel linux.
To flash the UBL and uboot, I used the flash program and the appropriated files and the transfer was made via the RS port.
To flash my kernel and FS, I followed the processes described into the SDG provided by TI. For the kernel, I used TFTP and for the file system I used a NFS.
On each system boot, the UBL, uboot, kernel and file system are booted from the NAND flash.
All was correctly done.
Now, I would like to make the same (using the same files and tar archive) but without using the ethernet port to transfer kernel and FS.
I would like to use the USB port and/or the RS port.
Is it possible? If yes, how to do it?
Thank you very much for your help!