TS-4900 Android Getting started

From embeddedTS Manuals
Revision as of 11:33, 28 April 2015 by Mark (talk | contribs)

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-4.4.3-latest.dd.bz2
sudo dd if=android-4.4.3-latest.dd bs=4M of=/dev/sdc

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