Tool/software:
Hello!
I'm having difficulties moving files to the EVM. My goal would be to just move a basic helloworld executable to the EVM to make sure that I'm able to copy files to the target and execute them.
I have an Ubuntu 20.04LTS distro on my PC, so I use the tisdk docker container.
So far I've done the following steps:
1. run setup.sh
2. compiled helloworld.c based on the instructions in 1.1.4 GCC ToolChain
3. copied the file into the targetNFS folder in the docker container
4. ran: sudo minicom -S ./bin/setupBoard.minicom interrupting the boot, then enter the commands that can be found in this forum post
After boot and login as root in the target i cannot see the file that I've copied to the targetNFS file structure. Also tried to mount the target filesystem with: sudo mount -f nfs command, however it returns mount.nfs: Connection refused.
So not sure whether I'm messing up something with the workflow, or the eth connection is the bottleneck here.
Thanks a lot.
Regards,
Marton