Hexxeh / rpi-update

An easier way to update the firmware of your Raspberry Pi
MIT License
1.94k stars 232 forks source link

Firmware not activated - ubuntu #307

Closed bjajoh closed 4 years ago

bjajoh commented 4 years ago

Hi,

I tried to use this tool to install the raspbian kernel on the official ubuntu 18 and 20 image. No errors occur but uname -a still shows the old default kernel.

pelwell commented 4 years ago

That's not really our problem, but if you look in config.txt you'll probably find a line that says "kernel=" - try commenting it out by putting a "#" in front of it.

bjajoh commented 4 years ago

I didn't work, but thanks for your reply! :)