Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.8.1
Target Operating System
Linux
Hardware Platform
DRIVE AGX Orin Developer Kit (not sure its number)
I can instantiate an MAX96712 Driver with GetMAX96712NewDriver()
. But in order to power it up using DevBlkCDISetDeserPower
I need an DevBlkCDIDevice*
. How I turn a DevBlkCDIDeviceDriver*
into a DevBlkCDIDevice*
?
I understand as a first step I need to create a DevBlkCDIRootDevice
. But the call to DevBlkCDIRootDeviceCreate
requires a DevBlkCDIGPIOIndices
struct. Where do I get that from?