Hi,
I have troubles invoking an executable on Sitrara EVM. Here is what I did:
1) Firstly, I invoked the environment setup script
bh@bh-laptop:~$ source ti-sdk-am335x-evm-06.00.00.00/linux-devkit/environment-setup
[linux-devkit]:~>
2) Next I compiled the source code
3) I checked the executable for compliance
[linux-devkit]:~/MTest/test/src> file test
test: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.31, not stripped
4) Copied the executable " test" to the target file system
5) Tried to invoke the executable from the Sitara EVM.
The following occurs:
root@am335x-evm:~/Test# test
-sh: /home/root/Test/test: No such file or directory
But the executable is present in this directory. In order to confirm this I do the following:
root@am335x-evm:~/Test# ls | grep test
test
root@am335x-evm:~/Test# ls -l | grep test
-rwxr-xr-x 1 root root 172778 Aug 8 2013 test
Need some help on figuring this out.
Thanks.