[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
Last revisionBoth sides next revision
howtos:hardware:arm:olinuxinoa10s [2013/11/11 03:07 (UTC)] – [Installing the kernel, Slackware ARM 14.0 mini root filesystem, and kernel modules] balkyhowtos:hardware:arm:olinuxinoa10s [2013/11/15 01:26 (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 33: Line 33:
 <code># cd ~/linux-sunxi/ <code># cd ~/linux-sunxi/
 # git checkout 9ee9fc5f0988df5677f0f142b5b88a8988d283d7</code> # git checkout 9ee9fc5f0988df5677f0f142b5b88a8988d283d7</code>
 +  * Do a "make clean":
 +<code># cd ~/linux-sunxi
 +# make clean</code>
   * Download a10s_defconfig:   * Download a10s_defconfig:
 <code># cd ~/linux-sunxi <code># cd ~/linux-sunxi
Line 44: Line 47:
 <code># make ARCH=arm menuconfig</code> <code># make ARCH=arm menuconfig</code>
     * HINT: If you're having problems with Logitech wireless keyboards and mice, don't build the following (for Linux 3.4.61):     * HINT: If you're having problems with Logitech wireless keyboards and mice, don't build the following (for Linux 3.4.61):
-      * Under Kernel Configuration, this must be built in the kernel: 
         * Device Drivers->HID Devices->Special HID drivers->< > Logitech Unifying receivers full support         * Device Drivers->HID Devices->Special HID drivers->< > Logitech Unifying receivers full support
     * HINT: To verify OTG is enabled(for Linux 3.4.61):     * HINT: To verify OTG is enabled(for Linux 3.4.61):
 howtos:hardware:arm:olinuxinoa10s ()