hello
check the kernel bootargs in your boot partition boot.scr
You should see:
earlycon=uart8250,mmio32,0xff130000
If you see:
earlycon=uart8250,mmio32,0xff1a0000
That is for the rockpro64 board I think and will cause the kernel to not load like you see there. If that's the case you need to use mkimage to make the appropriate boot.scr or double check that you installed for the rock64 and not the rockpro64, easy mixup to make
check the kernel bootargs in your boot partition boot.scr
You should see:
earlycon=uart8250,mmio32,0xff130000
If you see:
earlycon=uart8250,mmio32,0xff1a0000
That is for the rockpro64 board I think and will cause the kernel to not load like you see there. If that's the case you need to use mkimage to make the appropriate boot.scr or double check that you installed for the rock64 and not the rockpro64, easy mixup to make