Trying to run my application over SSH to embedded linux platform
Hello,
I have a TI AM3352 processor running embedded linux (angstrom 3.2.0).
1) I connect over SSH to the device (via WinSCP).
2) I scp my application - I created (a hello world) into /home/root.
3) Over SSH (WinSCP terminal window) I changed the permissions on the file to executable.
$) Over SSH (WinSCP terminal window) 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.
|