I have installed VM Virtual box and the SDK on my pc and have compiled the example "Hello world" for the a8. Now I want to boot the Linux file system from my development host as outlined in the EZ software developer's guide. I changed the environmental variables as so:
setenv autoload no
setenv bootfile uImage
setenv ipaddr 10.0.x.x (address from ifconfig command result shors inet addr:)
Then I boot up (Type "boot" from serial console window).
After that I was expecting to be able to see the executable that I moved to the VirtualBox directory targetfs/home/root/dm816x in the directory /home/root/dm816x of the EVM
but I do not. see it there. Did I miss something else I need to do? Is there a quick way to exchange files between the systems. Ftp and sftp do not work.