Skip to content

Instantly share code, notes, and snippets.

@drazisil
Created April 12, 2015 04:25
Show Gist options
  • Save drazisil/dd8f905c815603cc0be5 to your computer and use it in GitHub Desktop.
Save drazisil/dd8f905c815603cc0be5 to your computer and use it in GitHub Desktop.
Installing Raspberry Pi 2 3.18 Kernel Headers
https://www.raspberrypi.org/forums/viewtopic.php?t=99016&p=687280
by gwizz » Wed Feb 18, 2015 12:51 pm
I've found the easiest way for me is this: (provided you are ok with a slightly older kernel)
sudo aptitude install -y linux-image-rpi2-rpfv linux-headers-rpi2-rpfv
echo -e "kernel=vmlinuz-3.18.0-trunk-rpi2\ninitramfs initrd.img-3.18.0-trunk-rpi followkernel" | sudo tee -a /boot/config.txt
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment