-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi, I am unable to get video with the HDMI DIP. The plymouth boot screen shows up, but then when the machine finishes booting up, the plymouth screen disappears and the monitor goes to sleep with No Signal. At that point, I can access the CHIP over SSH.
If I disable plymouth, there is no video whatsoever, the console never shows up either from u-boot or the kernel.
The monitor is detected over I2C, and the Chrontel CH7033 Video Encoder is detected by the kernel.
Booted device tree: dtc -I fs -O dts /sys/firmware/devicetree/base, https://pastebin.com/tHvgg3S1
Kernel message buffer: dmesg, https://pastebin.com/iuB5k1Xb
I2C bus 1 map:
sudo i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- 37 -- -- 3a -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- 4a 4b -- -- -- --
50: 50 -- -- -- 54 -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- UU --
EDID Info from the monitor, captured from the CHIP: get-edid | parse-edid, https://pastebin.com/93QEB2Ei
I'm running a stock bookworm armmp kernel, compiled using your instructions.
My monitor is a DIY monitor I made with a chromebook screen attached using a eDP to HDMI adapter, I tested it with a laptop and it works fine.