↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Category Archives: Raspberry Pi

The new low-cost bare-bones Linux ARM computer, that has got quite a lot of publicity, recently !

Post navigation

← Older posts
Newer posts →

Pi – ‘Final’ 3.8 Kernel Released

Adventures With Linux ™ Posted on April 12, 2013 by RGApril 12, 2013

Just installed the ‘final / released’ version of the Raspberry Pi 3.8 kernel, from https://github.com/raspberrypi/linux/tree/rpi-3.8.y, and everything seems to be behaving..   This is already based on 3.8.6, so no need (yet) to apply any ‘incrementals’… Fedora release 18 (Spherical Cow) Kernel 3.8.6-pi on an armv6l (ttyAMA0) ……………….. # uname -a Linux rgpi 3.8.6-pi #1 PREEMPT Fri Apr … Continue reading →

Posted in Fedora, kernel, Linux / ARM, Raspberry Pi | Tagged 3.8.6, arm, compile, final 3.8 kernel, linux, raspberry pi, success | Leave a reply

Kernel 3.8.6 – x86_64 and ARM (Pi)

Adventures With Linux ™ Posted on April 5, 2013 by RGApril 5, 2013

Just updated to kernel 3.8.6, and used the incremental patch at https://www.kernel.org/pub/linux/kernel/v3.0/incr/patch-3.8.5-6.bz2 to update the Raspberry Pi.. Fedora release 18 (Spherical Cow) Kernel 3.8.6-pi on an armv6l (ttyAMA0) …………… # uname -a Linux rgpi 3.8.6-pi #1 PREEMPT Fri Apr 5 23:10:23 BST 2013 armv6l armv6l armv6l GNU/Linux Everything works OK, and the x86_64 system compiles the latest … Continue reading →

Posted in compilation, Fedora, kernel, Linux, Linux / ARM, NVIDIA, Raspberry Pi, VMware | Tagged compile, kernel 3.8.6, nvidia 310.44, raspberry pi, success, vmware 9.02, x86_64 | 3 Replies

Pi to 3.8.5 – No Problems..

Adventures With Linux ™ Posted on March 29, 2013 by RGMarch 29, 2013

Just updated the Raspberry Pi from the ‘official’ 3.8.4 to 3.8.5, by applying the incremental patch at https://www.kernel.org/pub/linux/kernel/v3.0/incr/patch-3.8.4-5.bz2 Fedora release 18 (Spherical Cow) Kernel 3.8.5 on an armv6l (ttyAMA0) ……………………. # uname -a Linux rgpi 3.8.5 #1 PREEMPT Fri Mar 29 09:10:43 GMT 2013 armv6l armv6l armv6l GNU/Linux Robert Gadsdon.   March 29, 2013. … Continue reading →

Posted in compilation, Fedora, kernel, Linux / ARM, Raspberry Pi | Tagged compiled, incrememtal patch, kernel 3.8.5, raspberry pi, success | Leave a reply

Pi – At Last! An ‘Official’ 3.8 Kernel..

Adventures With Linux ™ Posted on March 28, 2013 by RGMarch 28, 2013

Just noticed there is now an official 3.8.y kernel, at:  https://github.com/raspberrypi/linux/tree/rpi-3.8.y-temp This may change to just .…/rpi-3.8.y later.. Code is based on the latest 3.8 kernel – 3.8.4. Select config from: arch/arm/configs/bcmrpi_cutdown_defconfig       arch/arm/configs/bcmrpi_emergency_defconfig arch/arm/configs/bcmrpi_defconfig                     arch/arm/configs/bcmrpi_quick_defconfig I used # make bcmrpi_defconfig Then # make xconfig Under <File systems>, I deselected all file systems support, except ext2/3/4.. Under <File … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux / ARM, Opinion, Raspberry Pi | Tagged 3.8.4, compile, configure, official kernel 3.8.y, raspberry pi, success | Leave a reply

3.8.4 – Everything works, and Pi updated…

Adventures With Linux ™ Posted on March 21, 2013 by RGMarch 21, 2013

Updated the main system (x86_64) to kernel 3.8.4, and (incrementally..) updated the Raspberry Pi (armv6), as well.. Latest VMware (9.02) and NVIDIA (313.26 and 310.40) drivers all compile without any patches.. Precise details here:  https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.4 # uname -a Linux rglinux 3.8.4 #1 SMP Thu Mar 21 02:03:44 GMT 2013 x86_64 x86_64 x86_64 GNU/Linux ‘Incremental’ patch from 3.8.3 … Continue reading →

Posted in compilation, Fedora, kernel, Linux, Linux / ARM, NVIDIA, Raspberry Pi, VMware | Tagged 310.40, 313.26, 9.02, arm, kernel 3.8.4, linux, nvidia, raspberry pi, success, update, vmware, x86_64 | Leave a reply

Pi to 3.8.3 OK, but 3.9-rc2 Hack Fails..

Adventures With Linux ™ Posted on March 17, 2013 by RGMarch 17, 2013

Just updated the Raspberry Pi to kernel 3.8.3, by applying the incremental patch, from ftp://ftp.kernel.org/pub/linux/kernel/v3.0/incr/patch-3.8.2-3.bz2 Fedora release 18 (Spherical Cow) Kernel 3.8.3-pi on an armv6l (ttyAMA0) ……………….. # uname -a Linux rgpi 3.8.3-pi #2 Sun Mar 17 20:27:05 GMT 2013 armv6l armv6l armv6l GNU/Linux Attempts to ‘hack’ 3.9-rc2 by applying the standard kernel.org patch to my Pi … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.9-rc2, arm, failure, hack, kernel 3.8.3, linux, patch, raspberry pi, success | Leave a reply

Pi to 3.8.2 – OK, but 3.9-rc1 needs more Hacking..

Adventures With Linux ™ Posted on March 4, 2013 by RGMarch 4, 2013

Just updated the raspberry Pi to kernel 3.8.2, by applying the incremental patch at: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/incr/patch-3.8.1-2.bz2 – which worked fine.. Fedora release 18 (Spherical Cow) Kernel 3.8.2-pi on an armv6l (ttyAMA0) ………………… # uname -a Linux rgpi 3.8.2-pi #1 Mon Mar 4 12:23:25 GMT 2013 armv6l armv6l armv6l GNU/Linux I tried applying the kernel.org 3.9-rc1 patch to the … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Raspberry Pi | Tagged 3.9-rc1, compile fail, kernel 3.8.2, patch ok, raspberry pi, success, update | Leave a reply

Pi to 3.8.1 – Incrementally, as usual..

Adventures With Linux ™ Posted on February 28, 2013 by RGFebruary 28, 2013

Just updated the Raspberry Pi from (hacked!)3.8.0 to 3.8.1, by applying the 3.8.0-1 patch at ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-3.8.1.bz2 Note that this first incremental patch is in the ‘main’ kernel directory.   Only the subsequent ones (3.8.1-2, etc..) will be in the /incr subdirectory.. The patch applied cleanly, and all seems to be working OK: Fedora release 18 (Spherical Cow) Kernel … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged arm, cross-compiled, fedora 18, incremental patch, kernel 3.8.1, linux, raspberry pi, success, update | Leave a reply

Pi to 3.8.0 – Nasty hacks..

Adventures With Linux ™ Posted on February 22, 2013 by RGMarch 1, 2013

I have – after some messy hacking – managed to get the Raspberry Pi updated to kernel 3.8.0.. The starting point was the 3.7.1 Pi code, at https://github.com/Olipro/linux-RPi.    The kernel.org patch for 3.8.0 assumes the code base is 3.7.0, so I had to ‘revert’ the 3.7.1 patch.    The ‘incremental’ patches at kernel.org start with the 3.7.1 – … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.8.0, from 3.7.1, hacks, kernel 3.8, patch, raspberry pi, revert, success, update, warning | 6 Replies

Pi to 3.7.7..

Adventures With Linux ™ Posted on February 12, 2013 by RGFebruary 12, 2013

Just updated the Raspberry Pi to kernel 3.7.7 – incrementally..  See previous posts for details on how this is done.. Fedora release 18 (Spherical Cow) Kernel 3.7.7-pi on an armv6l (ttyAMA0) …………….. ]$ uname -a Linux rgpi 3.7.7-pi #1 Tue Feb 12 17:17:08 GMT 2013 armv6l armv6l armv6l GNU/Linux Robert Gadsdon.   February 12th 2013.   … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged incremental patch, kernel 3.7.7, raspberry pi, success, update | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑