↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: kernel 3.7.6

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
Original content © Robert Gadsdon 2013
↑