- DragonFace
Android image customization tool for Allwinner Technology source code built android images. Easily customize prebuilt android image features, such as boot logos, installed apps, hardware ...
- Debian/Ubuntu Install GCC 4.7 ARM Cross Compiler
Lets install a more recent version of the GCC ARM Cross Compiler.
update your /etc/apt/sources.list to include
deb http://www.emdebian.org/debian/ unstable main
apt-get updateapt-get install emdebian-archive-keyringapt-get install gcc-4.7-arm-linux-gnueabihf
make sure ...
- Debian/Ubuntu Install GCC 4.9 ARM Cross Compiler
Lets install a more recent version of the GCC ARM Cross Compiler.
update your /etc/apt/sources.list to include
deb http://cz.archive.ubuntu.com/ubuntu utopic main
apt-get updateapt-get install gcc-4.9-arm-linux-gnueabihf
make sure that the ...