↓
 

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 to 3.12? – Not Quite..

Adventures With Linux ™ Posted on November 5, 2013 by RGNovember 5, 2013

The 3.12 kernel for the Raspberry Pi has just been released on GitHub, and I tried to update, but hit a problem with the mmc (SD Card) driver: [  OK  ] Reached target Paths. [***   ] A start job is running for dev-mmcblk0p1.device ………………. [ TIME ] Timed out waiting for device dev-mmcblk0p1.device. [DEPEND] Dependency failed for … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux / ARM, Raspberry Pi | Tagged bcm2708_sdhci, error messages, kernel 3.12, mmc failure, raspberry pi | 2 Replies

Pi to 3.11.1 – With ‘Borrowed’ Files..

Adventures With Linux ™ Posted on September 21, 2013 by RGSeptember 21, 2013

Updated the Raspberry Pi to kernel 3.11.1, using the code from GitHub: https://github.com/raspberrypi/linux/tree/rpi-3.11.y For some odd reason, then same files are still missing, as for 3.11 – ~/linux/drivers/net/ethernet/Kconfig and ~/linux/net/mac80211/chan.c, so just copy these across from the 3.10 tree.. # uname -a Linux rgpi 3.11.1-pi #1 PREEMPT Sat Sep 21 11:13:01 BST 2013 armv6l armv6l armv6l GNU/Linux … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux / ARM, Raspberry Pi | Tagged cross-compiling tips, kernel 3.11.1, missing files, raspberry pi, solution, success | 2 Replies

Pi to 3.11..

Adventures With Linux ™ Posted on September 9, 2013 by RGSeptember 9, 2013

Just updated the Raspberry Pi to kernel 3.11, using the source code available (linux-rpi-3.11.y) on GitHub, with a couple of minor hacks.. As seems to often be the case, there were a couple of source/config files missing: drivers/net/ethernet/Kconfig is missing, so.. just copy one from the older 3.10.x tree.. make[2]: *** No rule to make target `net/mac80211/chan.o’, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged hack, kernel 3.11, raspberry pi, success | 1 Reply

Pi to 3.10.3 – with a Simple Fix..

Adventures With Linux ™ Posted on July 27, 2013 by RGJuly 28, 2013

Just downloaded the ‘latest’ (July 26/27) version of linux-rpi-3.10.y from github: https://github.com/raspberrypi/linux/archive/rpi-3.10.y.zip This version – finally – has some of the Pi-specific Broadcom code fixed for 3.10, and the only necessary change to get it to compile cleanly is as follows: Compile Fail:   CC      fs/ext4/mballoc.o   CC      fs/ext4/block_validity.o make[2]: *** No rule to make target `fs/ext4/move_extent.o’, … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Performance, Raspberry Pi | Tagged compile fix, kernel 3.10.3, move_extent, raspberry pi, success | Leave a reply

Pi to 3.9.9 – Fedora EOL… Pidora 404…

Adventures With Linux ™ Posted on July 18, 2013 by RGJuly 18, 2013

Updated the Raspberry Pi to kernel 3.9.9, and everything seems to work OK.. Pidora 18 (Raspberry Pi Fedora Remix) Kernel 3.9.9-pi on an armv6l (ttyAMA0) I have been using the ‘official’ Fedora ARM repository for updates, but now it seems that Fedora 18 is the last version that will support the armv5tel version..    Fedora 19 and beyond … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux / ARM, Opinion, Performance, Raspberry Pi | Tagged 404, fedora armv5tel eol, kernel 3.9.9, pidora, raspberry pi, success | Leave a reply

Pi – Now a ‘Proper’ Fedora Version!

Adventures With Linux ™ Posted on May 23, 2013 by RGMay 23, 2013

If you run Fedora on your Raspberry Pi (as I have done since I first got mine, over a year ago…) you will be glad to know that an ‘optimised’ version of the distro is now available..  Pidora.. http://www.pidora.ca/ Interesting to see that – apparently – Red Hat had already trademarked the name….. I haven’t had a … Continue reading →

Posted in Fedora, Linux / ARM, Raspberry Pi | Tagged fedora, new distro, optimised, pidora, raspberry pi | Leave a reply

Pi – Right Up to Date, with 3.9!

Adventures With Linux ™ Posted on May 2, 2013 by RGMay 2, 2013

Kernel 3.9 is just out, and already the Raspberry Pi version is available, at https://github.com/raspberrypi/linux/tree/rpi-3.9.y Use the ‘zip’ download (cloud symbol), which will give you the source tree in rpi-3.9.y.zip.. This is good news, as it suggests that the Pi kernel version is now closely tracking the kernel.org code, after previous versions were delayed somewhat (3.8.y was … Continue reading →

Posted in compilation, kernel, Linux / ARM, Raspberry Pi | Tagged 3.9.y, download, kernel 3.9, raspberry pi, released | Leave a reply

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

Post navigation

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