Hi,
This is a follow-up of Gstreamer doesn't detect second camera - #4 by alain.gautherot.
I have an IMX492 camera working on Xavier NX + R35.4.1 and need to port it to the Orin devkit (R35.4.1).
I’m using the following LI-JXAV-MIPI-ADPT-4CAM adapter board from Leopard:
I derived the DTS and overlay files from IMX477, flashed orin, but camera doesn’t get detected, not even probed.
The probe I see is from IMX274 which is the default.
I can’t run jetson-IO to try and select the dual-IMX492, it immediately within 0.5s after displaying the TUI windows.
Looks like I2C transfers to cameras are not working:
nvidia@sdj-orindk-02:~$ i2cdetect -l
i2c-3 i2c 3190000.i2c I2C adapter
i2c-30 i2c i2c-2-mux (chan_id 0) I2C adapter
i2c-1 i2c c240000.i2c I2C adapter
i2c-8 i2c 31e0000.i2c I2C adapter
i2c-6 i2c 31c0000.i2c I2C adapter
i2c-33 i2c i2c-2-mux (chan_id 3) I2C adapter
i2c-4 i2c Tegra BPMP I2C adapter I2C adapter
i2c-31 i2c i2c-2-mux (chan_id 1) I2C adapter
i2c-2 i2c 3180000.i2c I2C adapter
i2c-0 i2c 3160000.i2c I2C adapter
i2c-9 i2c NVIDIA SOC i2c adapter 0 I2C adapter
i2c-7 i2c c250000.i2c I2C adapter
i2c-5 i2c 31b0000.i2c I2C adapter
i2c-32 i2c i2c-2-mux (chan_id 2) I2C adapter
nvidia@sdj-orindk-02:~$ i2cdetect -y -r 30
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- 54 -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: UU -- -- -- -- -- -- --
nvidia@sdj-orindk-02:~$ i2ctransfer -f -y 30 w2@0x1a 0x30 0x00 r256
Error: Sending messages failed: Remote I/O error
Also, I don’t see the CAM_I2C GPIO on AGX Orin, does it still exist?
Any better reference DTS I could look at besides IMX477?
Thanks,
Alain