Find a file
Gwenhael Le Moine 24f527b1e6 clearer message
2014-02-26 12:40:32 +01:00
bin update nand-install and resize2fs 2014-02-15 13:06:26 +01:00
config ipv6 route info 2014-02-11 08:42:40 +01:00
output Starting up .... 2013-12-29 12:01:02 +01:00
patch Introduce CONFIG_HZ patches 250|300|1000 Hz for lower latency. Default 300Hz enabled 2014-02-17 08:53:07 +01:00
scripts update resize2fs-arch.sh 2.0 2014-02-15 15:09:33 +01:00
.gitignore Scripts and configuration are part of the Git 2014-01-02 11:33:32 +01:00
build.sh clearer message 2014-02-26 12:40:32 +01:00
README.md update steps 2014-02-24 19:44:16 +01:00

Forked from the following:

Created from Igor Pečovnik work at :

http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/


Installation steps Slackware for Cubietruck

  1. Use a debian based Linux Distribution! (sleazy, I know, we'll keep it that way until it can be hosted on a real distribution)

  2. open your preferred shell

  3. sudo apt-get -y install git

  4. cd ~

  5. git clone https://bitbucket.org/gwenhael/cubietruck-slackware

  6. cd cubietruck-slackware

  7. chmod +x build.sh

  8. sudo ./build.sh

  9. cd ../cubieslack

  10. gunzip slackware_rootfs.raw.gz

  11. dd if=slackware_rootfs.raw of=/dev/mmcblk0 bs=1024

  12. Enjoy Slackware :)