Skip to content

craclog/EmbeddedSystemSoftware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbeddedSystemSoftware

Embedded System Software

Device info.

  • Freescale i.MX 6 Quadcore (Cortex-A9 based, 1.2GHz)
  • Linux 3.10.17
  • Android 4.4.2 KitKat API 19

Cross-Compile (to ARM)

    arm-none-linux-gnueabi-gcc –static –o hello hello.c

Adb

How to transfer files from HOST to TARGET

    adb push [file name] /data/local/tmp 

/data/local/tmp is non-volatile

About

Embedded System Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published