1

I have cloned latest Torvalds kernel, compiled it for the Raspberry Pi 2 model B and generated deb packages as well. When I install them using dpkg -i *.deb the files under /boot/firmware are not updated.

Could you please support me to properly install the mainline kernel on a Raspberry Pi 2 model B?

Jacobm001
  • 11,904
  • 7
  • 47
  • 58
user682858
  • 11
  • 1

1 Answers1

1

Most likely this is because you are using the stock kernel. There is an official kernel building guide at the Raspberry Pi Foundation website that works well for compiling on your Pi, or on your (Linux) desktop for your Pi.

So as long as you follow that guide you should not have any problems.

Liam Dennehy
  • 141
  • 4