Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Linux
Hi,
I am new to the Linux Processor SDK and currently exploring available options for file transfers from host PC to target board.
The Software Developer's Guide mentions 2 options.
1. Direct Transfer to rootfs partition of SD card
2. File transfer using NFS
My queries are as follows.
1. I tried using this approach but the rootfs partition of the SD card doesn't not allow a paste operation (I guess it is mounted as read only) while the boot partition allows for file transfers. Is this expected?
2. Is it necessary to have a router for the NFS based approach? Or is that only required in the case of a wireless access, would a direct ethernet connection to PC work? Are there any other configurations you would recommend?
3. Are there any other file transfer options apart from the ones I've listed? Anything similar to SFTP that worked on the Beaglebone?
