kishida0 / pandroid

Automatically exported from code.google.com/p/pandroid
0 stars 0 forks source link

How to run an axf file in Pandroid 2.2 #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Copy a helloworld.axf file to android fs via sd-card reader, for example 
"/data" folder.
2. Navigate to the folder.
3. Run "./helloworld.axf" in ADB shell or serial port shell.

What is the expected output? What do you see instead?
I expected that the "helloworld" printed on shell.
But, I get "./helloworld.axf: not found"

What version of the product are you using? On what operating system?
android 2.2

Please provide any additional information below.
The helloworld.axf build by amr-none-linux-gnueabi tool chain, and it works 
well in ubuntu running on Pandaboard.

Original issue reported on code.google.com by fancol...@gmail.com on 14 Jul 2011 at 1:58