I am having problems with the GPIO configuration on my Jetson Nano.
’jetson-io.py’ runs for a millisecond but then closes immediately.
$ cat /sys/firmware/devicetree/base/compatible
$ fdtget /boot/dtb/*.dtb / compatible
returns a normal result, but
$ sudo /opt/nvidia/jetson-io/config-by-pin.py
displays the error message:
RuntimeError: No DTB found for NVIDIA Jetson Nano Developer Kit!
$ ls -l /boot/dtb
is showing:
total 240
-rw-r–r– 1 root root … 0005-nv.dtb
I know there are already some solutions online, but non seems to be working.