This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] DLPDLCR2000EVM:DLP2000EVM-ENG:在 DLP2000上显示 Raspberry Pi Desktop 时出现问题

Guru**** 656470 points
Other Parts Discussed in Thread: DLPC2607
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/dlp-products-group/dlp/f/dlp-products-forum/1113101/dlpdlcr2000evm-dlp2000evm-eng-problems-to-display-raspberry-pi-desktop-on-dlp2000

器件型号:DLPDLCR2000EVM
主题中讨论的其他器件:DLPC2607

大家好、

我 已  根据网站 http://frederickvandenbosch.be/?p=2948将 Raspberry Pi 3 B 型连接到 DLPDLCR2000EVM。 我检查了几次接线、以确保正确设置了每个连接。

我还更改了 Raspberry 上的/boot/config.txt 文件:

dtoverlay=i2c-gpio、i2c_gpio_sda=23、i2c_gpio_scL=24、i2c_gpio_delay_us=2

dtoverlay=dpi18
overscan_left=0
overscan_right = 0
overscan_top=0
overscan_bottom=0
Display_rotate=1
framebuffer_width=360
framebuffer_height=640
enable_dpi_lcd=1
Display_default_lcd=1
DPI_group=2
DPI_MODE=87

DPI_output_format=458773
HDMI_timings=854 0 14 4 12 480 0 2 3 9 0 0 60 0 32000000 3

运行两个 i2c 命令后:

sudo i2cset -y 3 0x1b 0x0c 0x00 0x00 0x00 0x13 i
sudo i2cset -y 3 0x1b 0x0b 0x00 0x00 0x00 0x00 i
此时会显示 DLP 的初始屏幕。 我还通过显示任何内部测试模式测试了 EVM 是否正常工作、并使用以下命令进行了测试:
sudo i2cset -y 3 0x1b 0x11 0x00 0x00 0x00 0x06 I.
DPI 接口可能存在一些问题、但我对此不熟悉。
有人有什么想法吗?
谢谢
马西米兰
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Maximillian:

    我认为 I2C 命令将分辨率设置为 WVGA。 请尝试使用以下命令设置为 nHD:

    "i2cset -y 2 0x1b 0x0c 0x00 0x00 0x00 0x1b I"

    有关详细信息、请参阅 DLPC2607编程人员指南的表4 (第19页):

    https://www.ti.com/lit/ug/dlpu013a/dlpu013a.pdf

    此致、

    Vivek