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
Hi @rahul_nutran , @bluesquall and @harshad1 ,
Do you still have flash issue on JP6.1?
Please refer to the following methods to check if they may help.
format disk(SD or NVMe SSD) as ext4 before use
use standalone x86 Ubuntu as host PC
remove /etc/exports on your host
sudo ufw disable to disable firewall configurations
If you still have the flash issue, please share both flash and serial console log for further check.
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
system
Closed
December 27, 2024, 10:10am
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.