Iam currently facing an issue when i probe my two devices. I want to enable virtual channels, here are my specs:
Imager: AR0820
Serializer: MAX9295
Deserializer: MAX9296
Jetson AGX Orin
Jetpack 5.1.3 / L4T 35.5.0
I use proxy addresses for my devices 0x1b and 0x1c with a physical address of 0x10.
The issue is that when i probe the first device 0x1b , it choses well the right device which is ar0820 30-001b. Here is a print of the logs to clarify :
please examine the device tree from your system.
for instance, /proc/device-tree/i2c@3180000/tca9546@70/i2c@0/
do you have those two camera nodes (ar0820_a@1b and ar0820_b@1c) declare to the device-tree hierarchy correctly?
besides, are you able to fetch the stream?
Hello,
Thanks for the reply.
As shown on my device tree above, i use both nodes (ar0820_a@1b and ar0820_b@1c )
For the stream, iam not able to fetch it.
please share the complete logs for reference.
besides, please check with Applications Using V4L2 IOCTL Directly to use V4L2 IOCTL to verify basic camera functionality.
had you verified this on previous Jetpack release version?
please gather the complete kernel logs, (i.e. $ dmesg > klogs.txt) and, attach it as single text file for reference.
there’re lots of logs for register writing when you’ve camera enabled.
I don’t see any error reported, then, you’ve terminate the stream, i.e. ar0820 30-001c: ar0820_power_off
besides, by checking your tracing logs, it might be issue on GMSL chip. since there’s no SOF nor EOF has detected.