Closed PeiMengxin closed 2 years ago
While the pinmux config might be part of the problem for Orin, I can also reproduce this issue on an AGX Xavier device, and the root cause is a missing driver.
Try adding
CORE_IMAGE_EXTRA_INSTALL = "kernel-module-ucsi-ccg"
to your local.conf to add the missing driver to your build. That fixed it for my AGX Xavier. If you still run into problems, then maybe it's the pinmux config issue. I'll have a PR soon to fix both problems in master.
Yes, I can get a desired network via l4tbr0 after install kernel-module-ucsi-ccg. Thanks a lot for your answers @madisongh
Describe the bug
Type-C l4t-usb-device-mode not work on wip-jetpack-5-ga with jetson-agx-orin-devkit.
l4tbr0 has no ip with 192.168.55.1
Boot log has some info:
To Reproduce
Steps to reproduce the behavior:
tegra-demo-distro
branchwip-jetpack-5-ga
withMACHINE
based onjetson-agx-orin-devkit
demo-image-base
sodo ./doflash.sh
with type-C port near 40pinAdditional context
Someone reported a similar issue on the NVIDIA forums, and got an effective solution to the problem, refer to: https://forums.developer.nvidia.com/t/jetpack-5-0-2-jetson-agx-orin-developer-kit-one-type-c-not-working/224158/36