This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Run Qt programs on AM335x

Hi All

I am compiling the Terminal example on "hands on with Qt" tutorial
It compiles and deploy with no error but just does not run in my device

Qt returns this:

sh: /home/root/terminal: not found
Application finished with exit code 127.

and when I SSH to my Am3335x EVM to run it with linux terminal I get this:

ramin@ramin-VirtualBox:~$ ssh 192.168.74.90 -l root
root@192.168.74.90's password:
root@am335x-evm:~# ls
helloworld  terminal
root@am335x-evm:~# ./terminal
-sh: ./terminal: not found
root@am335x-evm:~#

why i can not run any program in my device with matrix running or stopped.

.