I am trying to use jetson-io.py to enable cameras and PWM on my Jetson Orin Nano, but when I run it, a gray intarface appeares for a moment and dissappears immediately. I have tried different ways to resolve the issue, but none of them work.
Below is a list of the methods I have tried:
-Ran the command sudo /opt/nvidia/jetson-io/jetson-io.py
-Navigated to the directory first with opt/nvidia/jetson-io, then run jetson-io.py
-sudo apt upgrade
-sudo apt update
-Uninstalled Jetson.Gpio version “2.1.7” and downgraded to version “2.1.6”
-Used dpkg-query -l |grep jetson-io to verify that jetson-io is installed
-Wrote a script to test the curses library, and it ran successfully
-Ran the command ls /boot/dtb and received the output kernel_tegra234-p3767-0003-p3768-0000-a0.dtb
I suspect there might be a problem related to the JetsonIO class in jetson-io.p, but I haven’t found more information about it.
I am using the Devkit for the Orin Nano (Jetpack 5.1.3, Jetson.Gpio 2.1.7, python 3.8). When I run the script, a part of the UI briefly appears in the terminal for about a second — it’s a frame made of white characters on a gray background. There is no text inside it.
Example of what I see:
…
| |
| |
…
There are no error messages in the terminal by default. However, I modified the script to save errors to a file, and this is what I got:
No APP_b partition found!
Could you help me understand what might be causing this issue?
We are using only an SD card as the rootfs. We followed this guide get_started_jetson except for the “Update the Firmware” step, as it was not needed in our case.
We tried using a host PC with Ubuntu 22.04 and JP6.1 installed on an NVme. Jetson-IO still does not work. There are no prints or errors in the terminal; it simply does not launch.
We need to control two stepper motors (2 pins with PWM), 2 cameras CSI, and also connect a module via I2C to read data from an analog sensor. Is there a way without Jetson-IO?