Hi, I was using until last year a Jetson TX2 NX with CSI IMX219 cameras, but as we needed more resolution we decided to switch to the Orin NX 8GB as they natively supported the IMX477.
I am a newbie, please excuse my ignorance, but none of my 2 carrier boards (the dsboard-ornx from FORECR and recomputer j4011 from seeed studio) have been able to detect any of the IMX477 cameras I have from Arducam (SKU B0251 and B0279).
I’ve tried installing Arducam Kernell driver (it installed but no camera detection) and try this How to install imx477 driver in Jetson Orin - #4 by Eldho_K_K with no luck either.
when I do sudo /opt/nvidia/jetson-io/jetson-io.py
I select this option and then I’ve tried every option here…
Thanks in advance!
Maybe you need to confirm the able to communicate by I2C command first.
And check if the device tree be configure correct by “sudo dmesg | grep -i imx477”
Thanks
seeed@seeed:~$ v412-ctl–list-devices
NVIDIA Tegra Video Input Device (platform:tegra-cartc-ca):
/dev/mediao
Cannot open device /dev/video, exiting. px@px-seeed:~$ sudo dmesg | grep -t 1mx477
[sudo] password for seeed:
[ 12.067468] imx477 9-001a: tegracam sensor driver: imx477_v2.0.6
[ 12.368120] imx477 9-001a: imx477_board_setup: error during t2c read probe (-121)
[ 12.378538] imx477 9-001a: board setup failed
[ 12.398183] imx477: probe of 9-001a failed with error -121
This is what I get…
This message tell the I2C failed. That could be the HW problem or HW design different with reference IMX477 sensor board.
I’ve tried them on my Jetson nano and I get the same…
File Edit Tabs Help nano@nano: ~$ sudo dmesg | grep -i imx477
[sudo] password for nano:
[ 1.313308] imx477 7-001a: tegracam sensor driver: imx477_v2.0.6
[ 1.613696] imx477 7-001a: imx477 board setup: error during i2c read probe (-121)
[ 1.621355] imx477 7-001a: board setup failed
[ 1.625887] imx477: probe of 7-001a failed with error - 121
[ 1.626252] imx477 8-001a: tegracam sensor driver: imx477_v2.0.6
[ 1.926610] imx477 8-001a: imx477 board setup: error during i2c read probe (-121)
[ 1.934204] imx477 8-001a: board setup failed
[ 1.938673] imx477: probe of 8-00a failed with error -121
I have 4 IMX477 all of them from arducam (B0251 and B0279)…
Here it is the solution after talking to @Eldho_K_K
"…That was It!!! jajajajaj thats so embarrasing… To my defense, every other camera sensor that I have connects the other way around:
so the correct way is like this… 🙈
Thank you so much!!!"
system
Closed
February 19, 2024, 9:58am
8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.