> But I still can't see anything on my display (and hitting any key on
> the USB keyboard did not elicit any response, the timer kept going).
> The serial-port output is appended (tho I cut out the DDR
> initialization part).
> Any idea what might be the problem?
I also tried it on a NanoPi R5S with the patch below:
diff --git a/configs/nanopi-r5s-rk3568_defconfig
b/configs/nanopi-r5s-rk3568_defconfig
index c971f376b38..ed8d6187448 100644
--- a/configs/nanopi-r5s-rk3568_defconfig
+++ b/configs/nanopi-r5s-rk3568_defconfig
@@ -55,6 +55,7 @@ CONFIG_RTL8169=y
CONFIG_PHY_REALTEK=y
CONFIG_NVME_PCI=y
CONFIG_PCIE_DW_ROCKCHIP=y
+CONFIG_PHY_ROCKCHIP_INNO_HDMI=y
CONFIG_PHY_ROCKCHIP_INNO_USB2=y
CONFIG_PHY_ROCKCHIP_NANENG_COMBOPHY=y
CONFIG_SPL_PINCTRL=y
@@ -79,4 +80,12 @@ CONFIG_SPL_USB_DWC3_GENERIC=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_FUNCTION_ROCKUSB=y
+CONFIG_USB_KEYBOARD=y
+CONFIG_VIDEO=y
+CONFIG_DISPLAY=y
+CONFIG_VIDEO_ROCKCHIP=y
+CONFIG_DISPLAY_ROCKCHIP_HDMI=y
+CONFIG_VIDEO_DT_SIMPLEFB=y
+CONFIG_VIDEO_BRIDGE=y
+CONFIG_VIDEO_REMOVE=y
CONFIG_ERRNO_STR=y
and it 's partly successful but not quite:
- At boot, I get a U-Boot logo in the top-right corner of the screen.
This apparently gets displayed during the whole time U-Boot is waiting
for BOOTDELAY.
- Nothing else appears on screen (e.g. no text).
- Pressing keys on the keyboard seems to have no effect at all
(including not stopping the boot after reaching BOOTDELAY).
I don't have a serial connection for that SBC, sadly, so I can't post
any further details.
=== Stefan