Hello,
I had to reconfigure the entire setup on the host as I was supposed to use a different computer.
I Installed VMWare, Ubuntu 10.04, configured codesourcery (arm-2009q1) and the ezsdk (ti-ezsdk_dm816x-evm_5_05_01_04).
Followed the procedure step by step.
Created targetfs under /root
arm-2009q1 under /opt/codesourcery/toolchain
ezsdk under /home/Ubuntu(user)/.
In order to check the correctness of the configuration I am running the Helloworld code. I have placed the executable under /root/targetfs/home/root/dm816x-evm/.
When I access this on target
target$ /home/root/dm816x-evm/helloworld, I get an error file not found.
I guess the link between the target and the host is not established.
Could any one provide an insight on how to ensure that the host and target are linked?
Any work around suggested is appreciated.
Kindly advice.