Update on the HDMI issue. It’s still not working as expected.
I have reflashed my RubikPi board using both the Qualcomm Launcher and the qdl procedure. The outcome is the same, HDMI doesn’t show the RubikPi desktop.
As a test, I flashed my board with Qualcomm Linux using the Qualcomm Launcher. This worked as expected. The Qualcomm desktop appeared on HDMI. So I don’t think it’s the monitor.
After installing Ubuntu (using qdl) and running the PPA script, I output some relevant log entries:
ubuntu@ubuntu:~$ sudo dmesg | grep lt9611
[ 15.564236] lt9611 9-0039: supply vdd not found, using dummy regulator
[ 15.565812] lt9611 9-0039: supply vcc not found, using dummy regulator
[ 15.756192] lt9611 9-0039: LT9611 revision: 0xe2
[ 15.834465] lt9611 9-0039: supply vdd not found, using dummy regulator
[ 15.851215] lt9611 9-0039: supply vcc not found, using dummy regulator
[ 16.043077] lt9611 9-0039: LT9611 revision: 0xe2
[ 16.064952] lt9611 9-0039: supply vdd not found, using dummy regulator
[ 16.075127] lt9611 9-0039: supply vcc not found, using dummy regulator
[ 16.258088] lt9611 9-0039: LT9611 revision: 0xe2
[ 16.280134] lt9611 9-0039: supply vdd not found, using dummy regulator
[ 16.280228] lt9611 9-0039: supply vcc not found, using dummy regulator
[ 16.467637] lt9611 9-0039: LT9611 revision: 0xe2
[ 18.410806] Modules linked in: q6apm_dai q6apm_lpass_dais q6prm_clocks snd_q6dsp_common q6prm audio_pkt binfmt_misc nls_iso8859_1 snd_socn
[ 166.106902] lt9611 9-0039: hdmi cable connected
[ 168.063361] lt9611 9-0039: video check: hactive_a=0, hactive_b=0, vactive=0, v_total=0, h_total_sysclk=0
ubuntu@ubuntu:~$ sudo dmesg | grep error
[ 15.762674] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.qcom,qcm6490-addons-idp.bin failed with error -2
[ 20.824799] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 1, M0_Q1 NACK ERROR: 0x10000000
[ 20.872943] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 0, M0_Q1 NACK ERROR: 0x10000000
[ 21.401644] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 1, M0_Q1 NACK ERROR: 0x10000000
[ 21.442295] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 1, M0_Q1 NACK ERROR: 0x10000000
[ 21.509620] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 0, M0_Q1 NACK ERROR: 0x10000000
[ 21.564376] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 1, M0_Q1 NACK ERROR: 0x10000000
[ 22.144262] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 1, M0_Q1 NACK ERROR: 0x10000000
[ 22.199069] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 1, M0_Q1 NACK ERROR: 0x10000000
[ 22.249314] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 0, M0_Q1 NACK ERROR: 0x10000000
[ 22.835994] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 0, M0_Q1 NACK ERROR: 0x10000000
[ 22.892908] CAM_ERR: CAM-CCI: cam_cci_irq: 303: Base: pK-error,cci: 0, M0_Q1 NACK ERROR: 0x10000000
[ 42.624352] kgsl-3d 3d00000.qcom,kgsl-3d0: loading /lib/firmware/updates/6.8.0-1057-qcom/qcom/qcm6490/a660_zap.mbn failed with error -40
[ 42.624393] kgsl-3d 3d00000.qcom,kgsl-3d0: loading /lib/firmware/updates/qcom/qcm6490/a660_zap.mbn failed with error -40
[ 42.624411] kgsl-3d 3d00000.qcom,kgsl-3d0: loading /lib/firmware/6.8.0-1057-qcom/qcom/qcm6490/a660_zap.mbn failed with error -40
[ 42.624429] kgsl-3d 3d00000.qcom,kgsl-3d0: loading /lib/firmware/qcom/qcm6490/a660_zap.mbn failed with error -40
[ 42.624440] kgsl-3d 3d00000.qcom,kgsl-3d0: Direct firmware load for qcom/qcm6490/a660_zap.mbn failed with error -40
The reflash using the Qualcomm Launcher and the PPA script worked for me before. I don’t know what has changed.
I’m open to suggestions.