2014-01-22 11:47:48 +01:00
|
|
|
Forked from the following:
|
|
|
|
|
2013-12-29 12:01:02 +01:00
|
|
|
Created from Igor Pečovnik work at :
|
|
|
|
|
|
|
|
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
|
|
|
|
|
2014-01-22 11:50:34 +01:00
|
|
|
---------------------------------------------------------
|
2014-02-24 15:06:36 +01:00
|
|
|
Installation steps Slackware for Cubietruck
|
2014-01-22 11:50:34 +01:00
|
|
|
---------------------------------------------------------
|
2013-12-29 12:31:29 +01:00
|
|
|
|
2014-02-24 15:06:36 +01:00
|
|
|
1. open your preferred shell
|
2014-01-22 11:53:23 +01:00
|
|
|
|
2014-02-26 14:09:04 +01:00
|
|
|
2. su -
|
2014-01-22 11:53:23 +01:00
|
|
|
|
2014-02-24 15:06:36 +01:00
|
|
|
3. cd ~
|
2014-01-22 11:53:23 +01:00
|
|
|
|
2014-02-24 15:06:36 +01:00
|
|
|
4. git clone https://bitbucket.org/gwenhael/cubietruck-slackware
|
2014-01-22 11:53:23 +01:00
|
|
|
|
2014-02-24 15:06:36 +01:00
|
|
|
5. cd cubietruck-slackware
|
2014-01-22 11:53:23 +01:00
|
|
|
|
2014-02-24 15:06:36 +01:00
|
|
|
6. chmod +x build.sh
|
2014-01-22 11:53:23 +01:00
|
|
|
|
2014-02-27 12:43:35 +01:00
|
|
|
7. ./build.sh
|
2014-01-22 11:53:23 +01:00
|
|
|
|
2014-02-26 14:09:04 +01:00
|
|
|
8. cd ~/cubieslack/output
|
2014-02-24 19:44:16 +01:00
|
|
|
|
2014-02-26 14:09:04 +01:00
|
|
|
9. gunzip <image>.raw.gz
|
2014-02-24 19:44:16 +01:00
|
|
|
|
2014-02-26 14:09:04 +01:00
|
|
|
10. dd if=<image>.raw of=/dev/mmcblk0 bs=1024
|
2014-02-24 15:06:36 +01:00
|
|
|
|
|
|
|
99. Enjoy Slackware :)
|