↓
 

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 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

Raspberry Pi – Kernel to 3.6.9..

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

The 3.6.y branch of the kernel on GitHub has now been updated to 3.6.9, in step with the ‘mainline’ kernel.. To get the source, you may need to explicitly reference the rpi-3.6.y.tar.gz download, instead of the (default) rpi-3.2.7.tar.gz https://github.com/raspberrypi/linux/archive/rpi-3.6.y.tar.gz Compilation was as described in earlier posts.. Fedora release 17 (Beefy Miracle) Kernel 3.6.9-pi on an armv6l (ttyAMA0) … Continue reading →

Posted in compilation, Fedora, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.9, 3.6.y branch, github, kernel, raspberry pi, success | Leave a reply

Pi to 3.6.7.. and a Hardware Problem!

Adventures With Linux ™ Posted on November 22, 2012 by RGNovember 22, 2012

The 3.6.y tree at GitHub has now been updated to 3.6.7, keeping pace with the ‘mainline’ kernel. Compiling was similar to 3.6.6, and there is still a missing header file:   CC [M]  drivers/net/wireless/hostap/hostap_80211_rx.o In file included from drivers/net/wireless/hostap/hostap.h:7:0,                  from drivers/net/wireless/hostap/hostap_80211_rx.c:8: drivers/net/wireless/hostap/hostap_wlan.h:13:27: fatal error: hostap_common.h: No such file or directory compilation terminated. make[4]: *** [drivers/net/wireless/hostap/hostap_80211_rx.o] Error … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.7, compile, fix, hardware problem, kernel, missing header, raspberry pi, sd card slot loose, success | Leave a reply

Pi 3.6.y Kernel – now at 3.6.6..

Adventures With Linux ™ Posted on November 15, 2012 by RGNovember 15, 2012

The Raspberry Pi 3.6.y kernel branch in GitHub at https://github.com/raspberrypi/linux/tree/rpi-3.6.y has now been updated to version 3.6.6, and compiles cleanly, with a couple of small gotchas.. I have the wireless drivers selected, and for some reason one of the header files is missing – /drivers/net/wireless/hostap/hostap_common.h..   It is a simple job to just copy this file over from … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.6, 3.6.y, compile, gotchas, kernel, raspberry pi, success, update | Leave a reply

Pi – Bumped up to 3.6.3-pi..

Adventures With Linux ™ Posted on October 22, 2012 by RGOctober 22, 2012

I have updated the 3.6.1-pi kernel to version 3.6.3-pi, by applying the two incremental patches from kernel.org..  patch-3.6.1-2 and patch-3.6.2-3. $ uname -a Linux rgpi 3.6.3-pi #1 Mon Oct 22 21:02:54 BST 2012 armv6l armv6l armv6l GNU/Linux I have found a rather perverse feature of the Pi…   If you want to shutdown and halt, using the # … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Opinion, Performance, Raspberry Pi | Tagged incremental patches, kernel 3.6.1-pi, kernel.org, patch, raspberry pi, success, update to 3.6.3-pi | 8 Replies

New Pi for Old…

Adventures With Linux ™ Posted on October 21, 2012 by RGOctober 21, 2012

Just received my ‘new’ Raspberry Pi, which now comes with extra memory (512MB)..    Remember, this model will not boot unless you use the latest firmware! Booting with arm496_start.elf -> start.elf: # cat /proc/meminfo MemTotal:         499072 kB MemFree:          429988 kB Buffers:           14248 kB Cached:            27612 kB SwapCached:            0 kB Active:            26088 kB Inactive:          33104 kB Active(anon):      17396 kB … Continue reading →

Posted in Linux / ARM, Raspberry Pi | Tagged 512mb memory, new model, raspberry pi | 1 Reply

Pi – Going Mainstream..

Adventures With Linux ™ Posted on October 17, 2012 by RGOctober 17, 2012

Examining the (considerable) changes in ARM support in kernel 3.7-rc1, and the first bits for support of the Raspberry Pi’s Broadcom BCM2835 CPU are there!     Not usable yet, as there is very limited functionality, and the rest of the SoC (System on a Chip) features are not yet there, but it is a start, and will ensure … Continue reading →

Posted in compilation, kernel, Linux / ARM, Opinion, Raspberry Pi | Tagged broadcom bcm2835, cpu, initial code, kernel 3.7-rc1, raspberry pi | Leave a reply

Pi Updated – Kernel 3.6.1-pi…

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

I now have the Raspberry Pi running on kernel 3.6.1-pi, recently downloaded from GitHub, as per my earlier post.. Fedora release 17 (Beefy Miracle) Kernel 3.6.1-pi on an armv6l (ttyAMA0) …….. $ uname -a Linux rgpi 3.6.1-pi #4 Mon Oct 15 13:08:24 BST 2012 armv6l armv6l armv6l GNU/Linux FYI, the download link on GitHub was still pointing … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.1-pi, kernel, raspberry pi, success, update | Leave a reply

Post navigation

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