Good Afternoon
If got a problem:
I've setup the boot by sd card an can startup the evm.
I'm building the helloworld regarding the "DM814x AM387x EZ 5.02 Software Developers Guide".
I put the helloworld* into the folder regarding the description there:
host $ mkdir ${HOME}/targetfs/home/root/dm814x
host $ cp helloworld ${HOME}/targetfs/home/root/dm814x
At the target I'm entering
root@dm814x-evm:~# /home/root/dm814x/helloworld
and get the answer
-sh: /home/root/dm814x/helloworld: not found
From host and target side I can ping at get the right result.
tftp file transfer is not possible. For these commands I get "tftf timed out."
timeout ist set to 60.
iptables was called with "iptables -F" before. So it should allow data handling in ay way.
Aswell I switch of the windows firewall.
What is wrong for calling the helloworld?
Many thanks and best regards
Oliver