mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
config | ||
firmwares | ||
patches/u-boot-sunxi | ||
scripts | ||
.gitignore | ||
build.sh | ||
README.md | ||
TODO.org |
Preferred host is a x86_64 Slackware.
Installation steps Slackware for Cubietruck
-
open your preferred shell
-
su -
-
cd ~
-
git clone https://bitbucket.org/gwenhael/cubietruck-slackware
-
cd cubietruck-slackware
-
chmod +x build.sh
-
DEST=/output/path IMAGE_SIZE_MB=2000 ./build.sh # see build.sh for more possible parameters
-
cd /output/path/output
-
gunzip .raw.gz
-
dd if=.raw of=/dev/mmcblk0 bs=1024
-
Enjoy Slackware :)
Forked from the following:
Created from Igor Pečovnik work at :
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/