View previous topic :: View next topic |
Author |
Message |
flysideways Guru
Joined: 29 Jan 2005 Posts: 491
|
Posted: Sat Jun 04, 2022 10:54 pm Post subject: arm64 sys-kernel/gentoo-kernel questions |
|
|
So far I have just used the kernel and parts from the then current RPiOS when setting up a Pi, or updating its kernel. I wasn't prepared to sort my way through configuring a kernel for the Pi, still not ready to. I had tried gentoo-kernel on an amd64 box for a while and it seems fine.
How is gentoo-kernel working for those of you using the arm64 variety?
I suppose Code: | root #cd /usr/src/linux
root #mount /boot
root #make -j4 Image modules dtbs
root #make modules_install dtbs_install | works.
Any input is welcome, thanks. |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3918
|
Posted: Sun Jun 05, 2022 8:14 am Post subject: |
|
|
Quote: |
So far I have just used the kernel and parts from the then current RPiOS when setting up a PI
|
You mean from here
https://github.com/raspberrypi/firmware
? _________________
|
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Sun Jun 05, 2022 1:55 pm Post subject: |
|
|
flysideways,
You will need to write a config.txt file as the Raspberry Pi firmware will not find the kernel or dtb installed by
I'm not sure if you get /boot/overlays like that either.
I've always cross compiled my kernel and installed it by hand. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
flysideways Guru
Joined: 29 Jan 2005 Posts: 491
|
Posted: Sun Jun 12, 2022 1:47 am Post subject: |
|
|
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.
I did build Gentoo a few times from Sakaki's guide but not in a long time. I have been doing everything natively for grins. I even set up a Pi distcc farm for a while. That was interesting but, well, just an exercise. I was sort of curious to gain experience as a user that had minimal hardware access, in order to have an opinion based upon actual experience. |
|
Back to top |
|
|
|