TS-4900 Android Getting started

From embeddedTS Manuals
Revision as of 15:52, 17 December 2014 by Mark (talk | contribs) (Created page with "Download the Android image here: * [ftp://ftp.embeddedarm.com/ts-socket-macrocontrollers/ts-4900-linux/distributions/android/android-sdimage-4.4.2-latest.dd.bz2] ([ftp://ftp....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Download the Android image here:

To write this to an SD card you can use a Linux workstation and dd. Assuming your SD card is /dev/sdc:

bzip2 -d android-sdimage-4.4.2-latest.dd.bz2
sudo dd if=android-sdimage-4.4.2-latest.dd bs=4M of=/dev/sdc

This will write the u-boot script, kernel, fpga, and the /system/ and /data/ partitions.