http://www.tronsmart.com/forum/tronsmar ... lease#1879
As with the last release of Lubuntu for the Tronsmart Draco AW80, phoenixcard can only burn the sdcard in Product mode. This is fine if you want to replace android, but for everyone that wants to just try it out...
I've modified the image file by unpacking it, replacing the rootfs with a much smaller one, repacking it, burned it in Startup mode, then used dd to write the rootfs to the 7th partition on the sdcard. I was unable to burn it to an 8GB sdcard this time, but it did work on a 16GB sdcard.
Here is the result! A 16GB dd image of the 20150204 Lubuntu release burned in "Startup" mode.
Download from my google driver mirror:
https://drive.google.com/file/d/0B2J_Nq ... sp=sharing
In order to use this you'll have to extract the tar.gz file and use dd or win32diskimager to "burn" the .img.dd to a 16GB sdcard.
Example of dd usage:
Code: Select all
sudo dd if=AW80_Ubuntu_20150204_16gb_sd_startup.img.dd of=/dev/sdb bs=1k
(my sdcard adapter with 16GB sdcard is listed on /dev/sdb, please make sure you are using dd on the correct device!)