Hello,
I am using GadgetFS in my project to enable data transfer between the Jetson Orin board and a host PC. The setup works flawlessly on the NVIDIA Orin Nano devkit (Here I’m using USB-C type.). However, I am facing issues on my custom carrier board.
The Custom board is designed with two USB ports:
- USB A to mini USB B: Used for connecting a camera (this is working as expected).
- Micro AB to type A: Used for connecting to the PC.
The USB A type port is functioning correctly with the camera, but the micro AB port used for the PC connection is not detecting the host PC, and data transfer is not working. We are using same usb port for flashing the custom board and it’s working fine.
Additional details:
- I am able to mount GadgetFS on the custom carrier board.
- I can see the
tegra-xudcdevice listed in the/dev/gadgetdirectory. - Schematic reference for Micro AB to type A:
Do we need to make any changes in the device tree for USB configuration to resolve this issue? Or Am I missing anything here?
Thank you for your assistance!
