[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:hardware:arm:olinuxinoa10s [2013/11/07 05:45 (UTC)] – [Setting up Slackware ARM 14.0 on the OLinuXino A10S Micro from scratch] balkyhowtos:hardware:arm:olinuxinoa10s [2013/11/11 03:04 (UTC)] – [Compiling the kernel (Copied from http://olimex.wordpress.com/2013/06/19/building-linux-for-a10s-from-scratch/ and http://olimex.wordpress.com/2013/10/28/building-debian-sd-card-for-linux-with-kernel-3-4-from-scratch-for-a10s-olinuxino-micro/ with some m balky
Line 13: Line 13:
   * Install OpenSSH client and server software as root in your guest OS if this will make file transfers and access to your development environment convenient for you:   * Install OpenSSH client and server software as root in your guest OS if this will make file transfers and access to your development environment convenient for you:
 <code># apt-get install openssh-client openssh-server</code> <code># apt-get install openssh-client openssh-server</code>
-   * As root in your guest OS:+  * As root in your guest OS:
 <code># apt-get install ncurses-dev uboot-mkimage build-essential git <code># apt-get install ncurses-dev uboot-mkimage build-essential git
 # cd ~ # cd ~
Line 57: Line 57:
         * Device Drivers->Network device support->Ethernet driver support-><*> Allwinner Ethernet MAC support         * Device Drivers->Network device support->Ethernet driver support-><*> Allwinner Ethernet MAC support
   * Note that before compiling kernel, you have to patch it:   * Note that before compiling kernel, you have to patch it:
-    * Download the patch hcd_axp-md.patch from <a href="http://www.malaya-digital.org/hcd_axp-md.patch">http://www.malaya-digital.org/hcd_axp-md.patch</a>:+    * Download the patch hcd_axp-md.patch from http://www.malaya-digital.org/hcd_axp-md.patch:
 <code># cd ~/linux-sunxi/ <code># cd ~/linux-sunxi/
 # wget http://www.malaya-digital.org/hcd_axp-md.patch</code> # wget http://www.malaya-digital.org/hcd_axp-md.patch</code>
 howtos:hardware:arm:olinuxinoa10s ()