Other Parts Discussed in Thread: DLPC3436
Tool/software:
Hello, there
I am currently working with the DLPDLCR230NPEVM connected to a Raspberry Pi 5 (running Raspberry Pi OS Bookworm, 64-bit). The board powers on correctly, the fan is spinning, and the test pattern (rainbow bars) is projected as expected.
However, I cannot establish I²C communication with the DLPC3436 controller.
-
/dev/i2c-7is created after adding the overlay (dtoverlay=i2c-gpio,sda=23,scl=22,bus=7,i2c_gpio_delay_us=20). -
GPIO25 (MODE_SEL) is successfully held HIGH using
gpioset, confirmed bygpioinfo. -
Running
i2cdetect -y 7shows only--(no device detected at 0x27). -
I also tried increasing the I²C delay (20–100 µs), disabling DPI configuration, and verifying ribbon cable (pin1
pin1), but the issue persists.
-
On the TI forum, I found that Raspberry Pi 4 with Bullseye works correctly, but with Raspberry Pi 5 + Bookworm, it seems I²C is not responding.
Could you please confirm if the DLPDLCR230NPEVM has compatibility issues with Raspberry Pi 5 and Bookworm OS? Or is there an updated overlay / configuration recommended for Pi 5?
Any guidance on enabling I²C communication (address 0x27) would be greatly appreciated.
Thank you.