Created
April 12, 2015 04:25
-
-
Save drazisil/dd8f905c815603cc0be5 to your computer and use it in GitHub Desktop.
Installing Raspberry Pi 2 3.18 Kernel Headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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