Hello!
I have recently set up an ME 0210 ARM linux development board to my embedded linux host computer.
Having followed the quickstart guide, I find that when I attempt to run my ‘hello world’ application on the embedded device that the binary is not transferring, and returning with a ‘directory does not exist’ error message.
I have verified connectivity with the board, and am able to execute console commands using the ESP serial connection.
I have verified the FTP settings are correct and can FTP files from the host to the embedded system, but the FTP client is logged into ‘/root’ - which is read only, so I first change directories to /tmp.
Unfortunately the ESP is unable to transfer between host and embedded system.
Can anyone help?
Many thanks in advance