How is gentoo-kernel working for those of you using the arm64 variety?
I suppose
Code: Select all
root #cd /usr/src/linux
root #mount /boot
root #make -j4 Image modules dtbs
root #make modules_install dtbs_installAny input is welcome, thanks.

Code: Select all
root #cd /usr/src/linux
root #mount /boot
root #make -j4 Image modules dtbs
root #make modules_install dtbs_installYou mean from hereSo far I have just used the kernel and parts from the then current RPiOS when setting up a PI

Code: Select all
make install
I have my Gentoo booting from the usb. I have just booted the Pi from RPiOS on the sd card, made sure it was current, and copied the bits to the Gentoo usb drive.alamahant wrote:You mean from hereSo far I have just used the kernel and parts from the then current RPiOS when setting up a PI
https://github.com/raspberrypi/firmware
?