↓
 

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 →

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

Pi Kernel – Bump to 3.6?

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

Just checked the Raspberry Pi GitHub repository, and there is a ‘3.6.y’ kernel there, now.. https://github.com/raspberrypi/linux/tree/rpi-3.6.y Will download and see if it compiles and installs, yet..   It might just be a first attempt to patch to 3.6, though… This is – of course – a welcome development, to keep the Pi kernel up-to-date.. … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.y, compile, github, kernel, raspberry pi, test | Leave a reply

Turbo-Pi? – Not so Fast, Now…

Adventures With Linux ™ Posted on September 20, 2012 by RGSeptember 20, 2012

Well, the ‘Turbo’ Pi overclocking might be great for playing games (Quake 3, anyone?) but regular apps don’t like it. After applying the Turbo 1GHz overclock, I immediately had problems with yum / rpm segfaulting when run, so reverted to the standard 700MHz again, and all is well..     Maybe a little less overclock, might be more stable? … Continue reading →

Posted in Crash and Burn.., Hacks, Linux / ARM, Opinion, Performance, Raspberry Pi | Tagged 1ghz, overclock, raspberry pi, rpm, segfault, turbo, yum | 1 Reply

Turbo-Pi!

Adventures With Linux ™ Posted on September 19, 2012 by RGSeptember 19, 2012

The recent announcement regarding ‘overclocking’ the Raspberry Pi was too good to ignore: http://www.raspberrypi.org/archives/2008 So, as most Pi stuff seems to be Debian-centric these days, this is how I did it for Fedora…    This method should also work for any other distro.. You will need to compile and install the latest version of the Pi 3.2.27 kernel … Continue reading →

Posted in Crash and Burn.., Fedora, Linux / ARM, Performance, Raspberry Pi | Tagged overclocking, performance, raspberry pi, raspi-config tool, turbo | 1 Reply

Post navigation

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