↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: raspberry pi

Post navigation

← Older posts
Newer posts →

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

Pi to 3.7.6 – Incrementally..

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

Just updated the Raspberry Pi from 3.7.5 to 3.7.6, using the incremental patch patch-3.7.5-6.bz2, from ftp.kernel.org/pub/linux/kernel/v3.0/incr/.. # ln -s linux-3.7.5-pi a # ln -s linux-3.7.5-pi b # bzip2 -cd patch-3.7.5-6.bz2 | patch -p0 # mv linux-3.7.5-pi linux-3.7.6-pi # rm -f a # rm -f b ………………………….. (compile / install) ………………………… $ uname -a Linux rgpi 3.7.6-pi #1 … Continue reading →

Posted in compilation, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged incremental patch, kernel 3.7.6, raspberry pi, success | 5 Replies

Pi to 3.7.5, with a few Patches..

Adventures With Linux ™ Posted on January 28, 2013 by RGJanuary 28, 2013

Just updated the Raspberry Pi to kernel version 3.7.5, using the 3.7.1 tree created by Olipro: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=71&t=26912 I then applied the incremental patches from kernel.org to go from 3.7.1 to 3.7.2, to 3.7.3, to 3.7.4, to 3.7.5.. I ignored the warnings after the compile, as these have occurred with previous kernel versions, and seem to be harmless.. … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.7.5, compile, from 3.7.1, incremental patches, kernel, raspberry pi, success | 6 Replies

Pi – Update to Fedora 18..

Adventures With Linux ™ Posted on December 10, 2012 by RGDecember 10, 2012

As the Fedora 18 Beta had been stable on my x86_64 test system, I decided to update the Pi from F17 to F18..   As there is no ‘update’ image available, the only way is to use YUM..    Instructions are on the Fedora site: http://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_17_-.3E_Fedora_18 I found that the rpm –import command failed with a curl error: # … Continue reading →

Posted in Fedora, Linux / ARM, Performance, Raspberry Pi | Tagged fedora 18, raspberry pi, success, update, yum | Leave a reply

Post navigation

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