Iβm thinking about connecting a TX2 camera module E3326 with OV5693 sensor to my AGX Orin, but I am unsure if it is safe. Some previous posts mentioned issues with DP versions. Seems a kind of support for JP-5.0.2 with AGX Xavier was recently provided.
So I have two main questions:
Is E3326 camera module supported on AGX Orin ? Does it need a custom cabling ? If yes, may you please detail ?
Would I need to run jetson-io.py script before plugging ? In my case it fails to run, seems that it fails because of:
from Jetson import board
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'board' from 'Jetson' (/usr/lib/python3/dist-packages/Jetson/__init__.py)
we do not enable device tree overlay for e3326 camera board.
itβs due to hardware issue, you cannot connect e3326 to AGX Orin DevKit directly. the carrier board layout is different, youβll see itβs block by hardware power button.
however, thereβs multi-camera reference camera board, youβll see thereβs e3333 camera board available through Jetson-IO. it is using same camera driver (ov5693) as e3326, but itβs six cam reference camera board.
>> Q1
it is okay with an expanding cable. I do remember we had forum developer trying to connect e3326 to AGX Orin with expanding cable.
you may see-also NVIDIA Jetson AGX Xavier Series Camera Module Hardware Design Guide, let me arrange hardware expertise to share some more details.
>> Q2
exactly.
you may putting *.dtbo under /boot/ then Jetson-IO will recognize it.
please see-also developer guide, To Create and Apply a DTB Overlay File.
>> Q3
you may consider itβs a tool to configure your CSI connector. you may follow the doc as mentioned above to create your *.dtbo.
or, you may have old-school style to modify the device tree sources code for using main platform device tree. this will detect/register camera device while kernel boot-up.
I have had no feedback from that forum user about cable details, so Iβd be happy to hear more from your hw expertise so that I can order the right samtec connector cable/adapter.
Q2
Iβll try this when Iβll have the correct cabling. My exact case is booting AGX Orin on eMMC for early stages and using a Linux boot from NVME SSD using extlinux.conf, so Iβd expect just trying an FDT entry in an extlinux conf entry for test.
Q3
Sorry if my question is naive, but is jetson-io.py script supposed to be only used on first boot after flash ? Because in my case on a running system, it runs void, as reported above. Am I missing a package ?
regarding to your Jetson-IO issue, are you flashed and booted with external partition, such as NVMe?
weβre testing pin configuration with internal eMMC and it worked properly.
sorry, we have no such cable and no such info can be shared.
regrading to the CSI configuration, you may select E3333 as reference, E3333 and E3326 were using the same camera sensor,
for example, E3333 is six cam reference board, and E3326 is single camera basically.
BTW,
E3331 it actually a reference driver for using CPHY sensor.
this topic has been solved.
you may init another new discussion thread for tracking this.
did you meant you cannot configure pins through Jetson-IO when device is flashed and booted on external partition, i.e. NVME?
please share some details,
for example,
is your target with both internal eMMC and external NVMe devices?
may I know how you flash the target. are you using⦠l4t_initrd_flash.sh --external-device nvme0n1p1..?
letβs have new thread for tracking this issue.
thanks
@JerryChang Thank you for following up!
Could you extend what is the solution for connecting the default ov5693 CSI tx2 devkit sensor to Orin devkit, please?
It wonβt work without two things - 1. cable adapter of undefined type? 2. device tree modification of some sort? right?
Moreover, you may find the other thread pertaining the nvme jetson-io issue
please note thatβ¦ thereβs possible approach instead of a concrete solution.
due to different board design, you cannot connect e3326 camera board to AGX Orin DevKit directly, itβs blocked by hardware power-key button.
thatβs why we do not enable device tree overlay for e3326 camera board.
so,
you may⦠1) have cable adapter, and 2) device tree modification, to enable this camera board.
you may select E3333 as reference driver, since E3333 and E3326 were using the same camera sensor.