I'm struggling with installation of new kernel on my rpi2 running raspbian. My fresh raspbian image uses kernel in version:
Code: Select all
pi@raspberrypi ~ $ uname -r
3.18.7-v7+
I follow these instructions http://www.raspberrypi.org/documentatio ... uilding.md
Essentially it looks like:
Code: Select all
git clone --depth=1 https://github.com/raspberrypi/linux
$ cd linux
$ make bcmrpi_defconfig
$ make menuconfig
$ make
$ make modules
$ sudo make modules_install
$ sudo cp arch/arm/boot/Image /boot/kernel.img
Looking forward to get some hints, because I have no idea what is going on.
Thanks, regards
MS