Hello,
I have a TI AM3352 processor running embedded linux (angstrom 3.2.0).
I connect over SSH to the device.
I scp my application - I created (a hello world) into /home/root.
I changed the permissions on the file to executable.
When I try to run the application via ./HelloWorld
I get an error:
-sh: ./HelloWorld: not found
Not sure why I cannot run the application???
Can you not do this from SSH?
Any help would be greatly appreciated.