Pi to 3.7.6 – Incrementally..
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 →