GenPi64 / genpi64-overlay

Gentoo overlay for the Raspberry Pi 3 and 4
GNU General Public License v3.0
7 stars 9 forks source link

GenPi Image on a Raspberry Pi 5 #202

Open AvroRJX opened 5 months ago

AvroRJX commented 5 months ago

Describe the bug Below is an outline of the steps required to enable the GenPi64 image to boot on a Raspberry Pi 5.

To Reproduce Steps to reproduce the behavior: Mount a current GenPi64 image as chroot, also mount the /boot partition. Enter the chroot.

after making the edit above.

If you have already synced the repositories I think it is necessary to delete everything under /var/db/repos/genpi64 and use the command above to resync the repository based on the rpi5-kernel branch.

Expected behavior Updated image should boot on a RPi 5

jonesmz commented 5 months ago

create dist-kernel-6.1.63.ebuild by copying and renaming the latest version Create the manifest for the 6.1.63 kernel: ebuild raspberrypi-kernel-6.1.63.ebuild manifest

In this first line is dist-kernel-6.1.63 supposed to be raspberrypi-kernel-6.1.63 ?

AvroRJX commented 5 months ago

That line is correct but I missed out an important prior step which is to enable the rpi5-branch of the genpi64 overlay in order to make the raspberrypi-kernel-6.1.63 ebuild available. I’ve updated the instructions about to add the necessary steps.