Skip to main content

I have compiled a simple executable application written in C,using using the arm-linux-gnueabi compiler for ARM process. But I have a simple(or no) question: how

How to run it on device? assuming

Assuming that I have two devices for test it: a samsung phone with Windows Mobile 6.1,processor ARM926EJ OMAP1710 and a foston tablet with Android 2.x,the process name,I not found but is one of processores ARM family.

  1. A Samsung phone with Windows Mobile 6.1, ARM926EJ OMAP1710 processor
  2. A Foston tablet with Android 2.x, the processor name I not found but is one of processors in the ARM family.

If is not possible run it on the current operating system and, then how to format the device and put my kernel instead of Android/Linux?

I have compiled a simple executable application written in C,using the arm-linux-gnueabi compiler for ARM process. But I have a simple(or no) question: how to run it on device? assuming that I have two devices for test it: a samsung phone with Windows Mobile 6.1,processor ARM926EJ OMAP1710 and a foston tablet with Android 2.x,the process name,I not found but is one of processores ARM family. If is not possible run it on current operating system and how to format the device and put my kernel instead of Android/Linux?

I have compiled a simple executable application written in C, using the arm-linux-gnueabi compiler for ARM.

How to run it on device?

Assuming that I have two devices for test it:

  1. A Samsung phone with Windows Mobile 6.1, ARM926EJ OMAP1710 processor
  2. A Foston tablet with Android 2.x, the processor name I not found but is one of processors in the ARM family.

If is not possible run it on the current operating system, then how to format the device and put my kernel instead of Android/Linux?

Source Link
Jack
  • 16.7k
  • 61
  • 176
  • 311

how to run an ARM application on device?

I have compiled a simple executable application written in C,using the arm-linux-gnueabi compiler for ARM process. But I have a simple(or no) question: how to run it on device? assuming that I have two devices for test it: a samsung phone with Windows Mobile 6.1,processor ARM926EJ OMAP1710 and a foston tablet with Android 2.x,the process name,I not found but is one of processores ARM family. If is not possible run it on current operating system and how to format the device and put my kernel instead of Android/Linux?