Firefly开源社区

标题: 添加rk628的dtsi之后开机hdmi屏不亮 [打印本页]

作者: minpu123    时间: 2024-7-29 17:40
标题: 添加rk628的dtsi之后开机hdmi屏不亮
在rk3568-firefly-roc-pc-se.dts添加了#include "rk3568-firefly-roc-pc-se-tf-hdmi-mipi-rk628.dtsi" 然后重新编译kernel、打包、烧录之后板子连接的HDMI屏不亮,不知道是哪里的问题。

初步怀疑分辨率的问题
开机串口log里面:
hdmi@fe0a0000:  detailed mode clock 74250 kHz, flags[5]
    H: 1280 1390 1430 1650
    V: 0720 0725 0730 0750
bus_format: 100a
VOP update mode to: 1280x720p60, type: HDMI0 for VP0


对比官方固件的开机log:
VOP update mode to: 1920x1080p60, type: HDMI0 for VP0

不知道是不是这里的原因,如果是的话怎么修改?

请大佬帮忙看一下,谢谢!
tchip_askquestions

添加rk628 dtsi.log

155.68 KB, 下载次数: 1, 下载积分: 灯泡 -1 , 经验 -1


作者: qq号2317783075    时间: 2024-7-30 08:57
应该是配置有问题
作者: minpu123    时间: 2024-7-30 10:16
应该是dts配置有问题,但不知道怎么改
作者: luwy    时间: 2024-7-30 13:40
  1. Rockchip UBOOT DRM driver version: v1.0.1
  2. VOP have 3 active VP
  3. vp0 have layer nr:3[0 2 4 ], primary plane: 4
  4. vp1 have layer nr:2[1 5 ], primary plane: 5
  5. vp2 have layer nr:1[3 ], primary plane: 3
  6. xfer: num: 2, addr: 0x50
  7. [dw_hdmi_i2c_read] read reg[0x08] data error:0x03
  8. xfer: num: 2, addr: 0x50
  9. [dw_hdmi_i2c_read] read reg[0x08] data error:0x03
  10. xfer: num: 2, addr: 0x50
  11. [dw_hdmi_i2c_read] read reg[0x08] data error:0x03
  12. xfer: num: 2, addr: 0x50
  13. [dw_hdmi_i2c_read] read reg[0x08] data error:0x03
  14. xfer: num: 2, addr: 0x50
  15. [dw_hdmi_i2c_read] read reg[0x08] data error:0x03
  16. can't get edid block:0
  17. failed to get edid
  18. Could not find baseparameter partition
  19. hdmi@fe0a0000:  detailed mode clock 74250 kHz, flags[5]
  20.     H: 1280 1390 1430 1650
  21.     V: 0720 0725 0730 0750
  22. bus_format: 100a
  23. VOP update mode to: 1280x720p60, type: HDMI0 for VP0
复制代码

log 中可以看到这里i2c通讯失败了,edid没有读取到,因此默认会以1280x720p60的分辨率显示,但不应该出现完全没有显示,628d部分的dts不会影响到hdmi, 可能需要检查下是否有接触不良或者更换hdmi线再试一下
作者: luwy    时间: 2024-7-30 13:42
  1. m00_b_rk628-csi 4-0050: timing err, htotal:0, vtotal:0
复制代码

628d 出现timing err,可能也跟接触不良有关,建议断电重新接一下或者检查更换排线
作者: minpu123    时间: 2024-7-30 14:06
好的,谢谢




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1