Script to create bootable SD card image of Debian for Cubieboard 2 and Cubietruck.
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
17vT6hV83EQ6rizbWeasfy1tWEzFpzYqEE
- Install Ubuntu 14.04 LTS into your (virtual) PC
- Login as root and execute:
sudo apt-get -y install git
cd ~
git clone https://github.com/igorpecovnik/Cubietruck-Debian
chmod +x ./Cubietruck-Debian/build.sh
cd ./Cubietruck-Debian
edit build.sh and alter configuration
sudo ./build.sh
- Wait around 3h on a 10Mbit line and average desktop computer.
- If build is succesfull you will find zipped image in your output/output directory. Unzip and burn with supplied writter or DD (Unix / Mac) to your SD card.
- Boot your Banana :=)