pi64 icon indicating copy to clipboard operation
pi64 copied to clipboard

How could I install a linux kernel built by myself ?

Open bao3 opened this issue 7 years ago • 1 comments

I built a Docker via the Dockerfile ,and built a newer linux kernel (version rpi-4.14-y) , I used " make build/linux.tar.gz " and it succeed .

I just want to ask how could I install the newer kernel ?

bao3 avatar Dec 03 '17 06:12 bao3

Hi, you could move this archive into your sd card, then boot your raspberry and untar it from there while it's running (under /), and finally reboot.

bamarni avatar Dec 03 '17 17:12 bamarni