Hello there, thanks for your posts.
Maybe somebody has already compiled a 5.1 or 5.2 kernel into the Debian and can give us a ready download?
@akammeyer I dont actually get to see the bootloader. I put the timeout to 1000 (100 seconds), it just stays black for this time, and then shows Debian
@Jubian Where can I find real logs for it?
I uploaded a few snippets here, including my current extlinux.conf and /boot directory contents.
https://www.codepile.net/pile/mpwx4ekX
What I notice, the original extlinux.conf is listing devicetreedir entries, whilst the one given in the tutorial only lists a single fdt entry:
label kernel-mainline
kernel /Image
fdt /rk3399-rock-pi-4.dtb
append earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 coherent_pool=1m earlyprintk console=ttyS2,1500000n8 rw root=PARTUUID=b921b045-1d rootfstype=ext4 init=/sbin/init rootwait
This fails with the same symptoms of just being ignored and loading an old kernel instead.
I tried to find a folder in my compiled output with similar data inside as in the old kernels, and make such a device tree folder in a similar location, but that didn’t work either.
Thanks for any help, hints, or a ready working image of debian with the latest kernels
Lucas