-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
The HDMI screen remains blank. Something is written on serial link, but my USB-serial can't handle 1500000 baud, so I can't read it.
Used image
Armbian_community_25.8.0-trunk.375_Rock-4se_bookworm_current_6.12.38_minimal.img.xz
Work-around
The problem can be fixed by replacing the U-boot
binary. I made mine available from my google-drive u-boot-rock4_se.bin.
EDIT: please see #39 (comment) for downloadable U-boot images.
Download, decompress, and write it to the SD-card with (assuming Linux):
dev=<device-of-your-sd-card> # THIS MUST BE CORRECT!!! (mine is /dev/sdb)
sudo dd if=u-boot-rock4_se.bin of=$dev bs=512 seek=64 conv=notrunc
Now the HDMI comes to life with U-boot printouts, and then the kernel boots OK.
You can read how I build U-boot
here. Oh, and my U-boot
binary uses 115200 baud.
Metadata
Metadata
Assignees
Labels
No labels