Unable to flash Jetson Linux 36.4 on my Orin NX 16

Flashing Issue with Orin NX 16GB Module

I have an Orin NX 16GB module that was previously flashed with Jetson Linux 36.04. However, I need to reflash it, and although I am following the exact steps used before, the flashing process is now failing.

I am using an Ubuntu 22.04 system on a dual-boot PC. Below, I have shared the log file for reference, and I hope someone can help me troubleshoot the issue.

Here is the flashing command I used:

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
  -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 p3509-a02-p3767-0000 internal

Any insights or suggestions to resolve this would be greatly appreciated.

flashingLog_12-12-24.log (280.7 KB)

Hi,

  • Is there already another nfs service enabled on your host?
  • Is your Orin NX using a dev kit or a custom carrier board?

Based on your log provided, it might be a similar issue discussed in this

Please attach the flash log and the UART log during the flash process if the issue still exist.

Please refer to below to record the UART log.

Thanks

I found the problem. Due to my encrypted /home it was not exporting and also the disk format was different. Now, the issue is solved.
THANKS

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