Hi,
I enabled the 3 pins with pwm function by using " sudo /opt/nvidia/jetson-io/jetson-io.py", and then might export to something like overlay choice. Once I rerun jetson-io.py, the following error occurred:
Failed to extract /boot/tegra194-p3668-all-p3509-0000-hdr40.dtbo to | | jetson-io-overlay.dts!
Could you help me fix this error? Thanks.
(Jetson Xavier NX 16GB)
And I also tried on another Xavier NX module, after I save pin changes with jetson-io.py, fatal error occurred. Then jetson-io.py cannot work anymore and crash in splash screen.
I only config the three pwm pins by sudo jetson-io.py
GPIO12 this pin is by default configure as GPIO3_PCC.04, so, you need to have pinmux configuration to toggle the customer usage to update this pin as PWM.
Thanks, JerryChang
May I ask why GPIO07 is also by default configured as GPIO3_PR.00, but can be set by using busybox devmem 0x2430040 32 0x401?
Moreover, could you please provide detailed steps for configuring pinmux?