Please provide the following info (tick the boxes after creating this topic): Software Version
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
1.9.3.10904
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
When I run a camera using nvsipl, while it is running, I can use i2c tools on bus 0 to talk to the serializer at 0x29. When the camera stops, that goes away. cdi-mgr has ioctls listed -
When I enable power though - I still can’t communicate with it. How do you use ioctl to power up the deserializer at /dev/cdi-mgr.0.a? I have also tried trying to figure out how to use debugfs as well.
Why do you need to communicate the deserializer through I2C? You should do your application development based on SIPL frameworks or DriveWorks. You may consider trying CheckModuleStatus() call in nvsipl_camera source, as it should power on the deserializer.
Because we have other use cases and things we want to do beside nvsipl. I2C should be something we can do, and the ioctls are there. So - why I need I don’t think is really relevant. I just want to know how to use the ioctls so we can use common tools like i2ctransfer without having to run an entire nvsipl program. Based on what I have seen in the cdi-mgr module - it appears that should be possible, but obviously I am missing some steps.
Also, why is libnvsipl*.so stripped? I frequently find myself debugging and hitting stripped binaries.
Your inquiry regarding custom camera modules and related functionalities, such as the serializer and the tca9539 I/O expander, is beyond the scope of forum support. This information is specifically a part of the PDK or an extra camera development package, but not included in the SDK.
Please reach out to your NVIDIA representative for further discussion.
There is no dedicated forum for PDK support. If you have access to the PDK, I assume that you should have another support channel. I recommend reaching out to your team to verify this.
In the meantime, I’ll check it on our side and provide any updates.