I have watched a few youtube chanels, some tutorials. So what i know is that the Orange Pi 5 uses a Rockchip 3588. The developer got some "special" kernel builds, in my case it's a "5.10.110-3+" kernel - even there, not all the funtions (like USB or the NVMe) work propper. Thanks to Collabora there are drivers for the "Rockchip 3588" since the Version 6.3 in the official linux tree. So i try to update, install the gentoo-sources and genkernel. I got a new kernel (v6.6.7). The directory /boot/ contains this files:
Code: Select all
drwxr-xr-x 3 root root 4.0K Apr 21 2023 dtbs
drwxr-xr-x 2 root root 4.0K Apr 11 2023 extlinux
-rwxr-xr-x 1 root root 34M Apr 20 2023 Image
-rwxr-xr-x 1 root root 286K Apr 19 2023 idbloader.img
-rwxr-xr-x 1 root root 279 Nov 30 19:01 info.txt
-rwxr-xr-x 1 root root 7.3M Apr 21 2023 initramfs-linux.img
-rwxr-xr-x 1 root root 1.1M Apr 19 2023 logo.bmp
-rwxr-xr-x 1 root root 16M Apr 19 2023 rkspi_loader.img
-rwxr-xr-x 1 root root 16M Apr 19 2023 rkspi_loader_sata.img
-rwxr-xr-x 1 root root 1.6M Apr 19 2023 u-boot.itbCode: Select all
-rwxr-xr-x 1 root root 4.3M Dec 19 12:59 System.map-6.6.7-gentoo-arm64
-rwxr-xr-x 1 root root 9.4M Dec 19 13:56 initramfs-6.6.7-gentoo-arm64.img
-rwxr-xr-x 1 root root 28M Dec 19 12:59 vmlinuz-6.6.7-gentoo-arm64

