Burn NVIDAI Orin Nano development board failed

I download jetpack 6.2, linux 36.4.3.

And then burn NVIDAI Orin Nano development board with below command

Jetson Orin Nano Developer Kit (NVMe):
$ 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 jetson-orin-nano-devkit internal

But failed, and report below error

Formatting APP parition done
Formatting APP partition /dev/nvme0n1p1 …
tar --checkpoint-action="ttyout=Hit %s checkpoint #%u%\r" -x -I ‘zstd -T0’ -pf /mnt/external/system.img --warning=no-timestamp --numeric-owner --xattrs --xattrs-include= -C /tmp/ci-Fh2IPZtAvq

Flash failure
Either the device cannot mount the NFS server on the host or a flash command has failed. Check your network setting (VPN, firewall,…) to make sure the device can mount NFS server. Debug log saved to /tmp/tmp.xydFXrPflL. You can access the target’s terminal through “sshpass -p root ssh root@fc00:1:1:0::2”
Warning: The unit file, source configuration file or drop-ins of nfs-server.service changed on disk. Run ‘systemctl daemon-reload’ to reload units.

Could you please have a look this issue? how can I fix it?

thanks,

Limeng

*** Please note that this reply is generated by LLM automatically ***

I’d be happy to help you troubleshoot the issue!

The error message indicates that the flashing process failed, and it’s related to the device’s inability to mount the NFS server on the host. Here are some potential causes and solutions:

  1. Network settings: Ensure that the device can connect to the host’s NFS server. Check the network settings, including the IP address, subnet mask, gateway, and DNS servers. Verify that the device can ping the host’s IP address.
  2. VPN and firewall: Check if there are any VPN or firewall settings that might be blocking the connection between the device and the host’s NFS server. Temporarily disable any VPN or firewall settings to see if it resolves the issue.
  3. NFS server configuration: Verify that the NFS server is properly configured on the host. Check the NFS server’s IP address, port number, and the exported directory. Ensure that the device has the necessary permissions to access the NFS server.
  4. Device’s NFS client configuration: Check the device’s NFS client configuration. Ensure that the device is configured to use the correct NFS version, and that the NFS client is enabled.
  5. Flash command: Verify that the flash command is correct. Double-check the command syntax, and ensure that the correct options are used.

To troubleshoot further, you can try the following:

  1. Check the debug log: The error message mentions that the debug log is saved to /tmp/tmpxydFXrPflL. Check this log file for more detailed error messages.
  2. Use the ssh command: The error message suggests using the ssh command to access the target’s terminal. Try using ssh to connect to the device and check the system logs for any error messages.
  3. Run systemctl daemon-reload: The error message mentions that the unit file, source configuration file, or drop-ins of the nfsserver service changed on disk. Run systemctl daemon-reload to reload the units and see if it resolves the issue.

If none of these solutions work, please provide more details about your setup, including the host’s operating system, NFS server configuration, and the device’s configuration. This will help me provide a more specific solution.

In comparison to other similar issues, I found a few threads that might be relevant:

These threads suggest that issues with flashing can be caused by a variety of factors, including network settings, NFS server configuration, and device configuration.

*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***

Hi,

Please try to use the sdk manager to flash your device with NVMe.

Some questions to confirm:

  • Is your ubuntu host a native or a virtual machine?
  • What is your ubuntu version?

Thanks

my Ubuntu version: 24.04

I don’t use VM.

I get all the command from Quick Start — NVIDIA Jetson Linux Developer Guide

Isn’t correct in NVIDIA official Docs?

thanks,

LImeng

Hi,

Yes, it is a official doc.

Please try to disable the firewall and flash again.

Also, please provide the flashing log and serial console log for us to review if flashing failed.

Thanks

yes!

I have disable firewall

sudo ufw status
[sudo] password for wrsadmin:
Status: inactive

thanks,

LImeng

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks
~1008

Hi,

Thus, please provide the serial console log for us to do the further check.

Thanks