bamarni / pi64

A 64-bit OS for the Raspberry Pi 3
712 stars 128 forks source link

How could I install a linux kernel built by myself ? #48

Open bao3 opened 6 years ago

bao3 commented 6 years ago

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 ?

bamarni commented 6 years ago

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.