How to get super performance with Jetpack5.1.5

In Jetpack6.2,I use command like this:


But it seems that didn’t work with my orin nano module with nvme in Jetpack5.1.5,anything else to modify?

Because the command you are using is not for super mode.

You should scroll down the document.

Yes I’ve modify the board name at the end to super,and it still came out with error about mmcblk0,but this command is aim to nvme so I was confused that any differences in Jetpack5.1.5?

Oh sorry. I didn’t notice you are talking about jetpack5.

If that is jetpack5, then it is just the paths are slightly different.

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
  -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 jetson-orin-nano-devkit-super internal

Got it!I will take a try~

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