Jetson-io.py crash when launch for Jetpack 6.1

I flashed the board back to JP 5.1 for now and will have to give it to a colleague tomorrow. I will get the board back next year and then get back to this. But given that flashing a P3767-0003 (commercial module without SD card slot, that one I will keep) with the exact same software gives you a system where jetson-io works as expected, I would expect that it does work. I will report back later. Sorry I cannot be of more assistance at the moment.

Following these steps resolved the jetson-io issue. However, this version of Jetpack 6.1 doesn’t have the MAXN mode for a performance boost even though I did sudo rm -rf /etc/nvpmodel.conf. It will also only flash the basic Jetpack without the Computer Vision stuff.

I had to use sdk manager and did a fresh update. A few hours ago is when it was installed and it works fine.

Also, I am booting on SD, and running the rootfs on nvme.

fred@orin1:~$ df
Filesystem      1K-blocks     Used Available Use% Mounted on
/dev/nvme0n1p1  479596200 21836816 433323724   5% /
tmpfs             3901624      232   3901392   1% /dev/shm
tmpfs             1560652    27092   1533560   2% /run
tmpfs                5120        4      5116   1% /run/lock
/dev/mmcblk0p10     64511      110     64402   1% /boot/efi
tmpfs              780324      136    780188   1% /run/user/1000
/dev/mmcblk0p1   58421496 20163156  35641652  37% /media/fred/844c8dd9-0a7a-42ea-82ba-502f304c6640
fred@orin1:~$ uname -a
Linux orin1 5.15.148-tegra #1 SMP PREEMPT Thu Dec 26 19:10:25 EST 2024 aarch64 aarch64 aarch64 GNU/Linux
fred@orin1:~$ 

Installed the basic OS, afterwards installed jetpack using apt.

Have you tried launching jetson-io to see if it works?

It is broken on the SD version.

1 Like

Hi,

This will be fixed in next Jetpack 6 release. Please wait for the release.

Do you have an estimate timeline of the next release? Would it be out by the end of January?

Interested as well, just hit this snag with a CSI camera on Jetson Nano configured for MAXN.

I am also waiting for this fix. When do you estimate that the new Jetpack will be available?
I cannot run Jetson-IO dur to missing headers on the Orin Nano Super Dev Kit.

I can confirm what others have reported: Flashing with jetson-orin-nano-devkit fixes the jetson-io issue, but it also takes away MAXN support.

If somebody could shed some light on what exactly enables MAXN, that would be very much appreciated. Most certainly it seems to be some setting in the DTB, but maybe some kernel change is also required? With that information, one could potentially patch existing installations, which would preferable in some cases.

Jetpack 6.2 was just released. It fixes the issue. jetson-io.py does start and 25 W mode is also available. When flashing via command line using the command @KevinFFF posted above, instead of jetson-orin-nano-devkit I gave jetson-orin-nano-devkit-super.

1 Like

Glad to hear that :)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.