Failed re-flashing after Jetson Orin Nano does not boot as it cannot find network

Hello,

I just had the same issue as the one explained here: Jetson Orin Nano - Could not detect network error

After trying to re-flash the image to a nvme m2 disk I get this error:

01:52:19 INFO: Flash Jetson Linux - flash: 00:00:22.039 - Debug: max_index=17
01:52:19 INFO: Flash Jetson Linux - flash: 00:00:22.102 - Debug: writing item=1, 9:0:primary_gpt, 512, 19968, gpt_primary_9_0.bin, 16896, fixed--0, 0c3ccae746901552d201ba94f5828f765a856118
01:52:45 INFO: Flash Jetson Linux - flash: Warning: Error fsyncing/closing /dev/nvme0n1: Input/output error
01:52:45 ERROR: Flash Jetson Linux - flash: Error: Input/output error during read on /dev/nvme0n1
01:52:45 ERROR: Flash Jetson Linux - flash: Error: Input/output error during write on /dev/nvme0n1
01:52:45 INFO: Flash Jetson Linux - flash: Warning: Error fsyncing/closing /dev/nvme0n1: Input/output error
01:52:45 ERROR: Flash Jetson Linux - flash: 01:52:45.910 - Error: Flash failure.
01:52:45 ERROR: Flash Jetson Linux - flash: 01:52:45.913 - Error: 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.aLgtuwOc9F. You can access the target's terminal through "sshpass -p root ssh root@fc00:1:1:0::2" 
01:52:45 INFO: Flash Jetson Linux - flash: 01:52:45.915 - Debug: The last 5 lines of the debug log are:
01:52:45 INFO: Flash Jetson Linux - flash: Warning: Error fsyncing/closing /dev/nvme0n1: Input/output error
01:52:45 ERROR: Flash Jetson Linux - flash: Error: Input/output error during read on /dev/nvme0n1
01:52:45 ERROR: Flash Jetson Linux - flash: Error: Input/output error during write on /dev/nvme0n1
01:52:45 INFO: Flash Jetson Linux - flash: Warning: Error fsyncing/closing /dev/nvme0n1: Input/output error
01:52:46 INFO: Flash Jetson Linux - flash: # Warning: iptables-legacy tables present, use iptables-legacy to see them
01:52:46 INFO: Flash Jetson Linux - flash: Cleaning up...
01:52:46 ERROR: Flash Jetson Linux - flash: [exec_command]: /bin/bash -c /home/julia/.nvsdkm/replays/scripts/JetPack_6.2.1_Linux/NV_L4T_FLASH_JETSON_LINUX_COMP.sh; [error]: chown: warning: '.' should be ':': ‘root.root’
01:52:46 INFO: Flash Jetson Linux - flash: [ Component Install Finished with Error ]
01:52:46 INFO: Flash Jetson Linux - flash: [host] [ 16.01 GB used. Disk Avail on Partition /dev/mapper/ubuntu--vg-ubuntu--lv: 768.27 GB ]
01:52:46 INFO: Flash Jetson Linux - flash: [ NV_L4T_FLASH_JETSON_LINUX_COMP Install took 4m33s ]
01:52:46 ERROR: Flash Jetson Linux - flash: command error code: 11
01:52:46 ERROR: Flash Jetson Linux - flash: command terminated with error
01:52:46 SUMMARY: Flash Jetson Linux - flash: Installation failed. 

May it be an issue with the MNVe SSD? I tried multiple times without success. I also tried to flash to an SD and it works.

Thank you for your help and assistance!

Júlia

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

Based on the provided context, it appears that you are experiencing issues with flashing the Jetson Orin Nano image to an NVMe M.2 disk, resulting in a “Could not detect network error.” You have tried reflashing the image multiple times without success, but you were able to flash it to an SD card successfully.

To troubleshoot this issue, let’s consider the following possibilities:

  1. NVMe SSD compatibility: It’s possible that the NVMe SSD you are using is not compatible with the Jetson Orin Nano. Check the specifications of the SSD to ensure it meets the requirements for the Jetson Orin Nano. You can also try using a different NVMe SSD to rule out any issues with the specific SSD you are using.
  2. Flashing process: The flashing process may be failing due to an issue with the image or the flashing tool. Try using a different flashing tool or method, such as the SDK Manager or the flash.sh script, to see if the issue persists.
  3. Disk formatting: The NVMe SSD may not be properly formatted, which could be causing the flashing process to fail. Try formatting the SSD using a tool like mkfs.ext4 before attempting to flash the image again.
  4. Boot configuration: The boot configuration may be incorrect, which could be preventing the Jetson Orin Nano from booting from the NVMe SSD. Check the boot configuration to ensure it is set to boot from the NVMe SSD.

To further assist you, I would like to request more information about your setup and the error messages you are seeing. Please provide the following:

  • The exact error message you are seeing when trying to flash the image to the NVMe SSD
  • The output of the flash.sh script or the SDK Manager logs
  • The specifications of the NVMe SSD you are using
  • The boot configuration settings for the Jetson Orin Nano

By providing this information, I can better understand the issue and provide more specific guidance to help you resolve it.

In comparison to other issues reported in the context, it appears that you are experiencing a similar issue to the one reported in the topic “Jetson Orin Nano Flash Complete boot issue “ OTA work directory is not found on internal and external storage devices””. However, the root cause of the issue may be different, and further investigation is needed to determine the exact cause of the problem.

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

Hi,

How do you flash your device?

Do you use the sdk manager ?

Thanks

Hello David,

Yes, this has been performed using the SDK manager.

Thanks for the help!

Hi,

Do you have other NVMe to cross check the issue?

Thanks

This NVMe was flashed before using the SDK manager. But I can buy another one. Could you please provide me the right specifications for the NVMe?

Thanks for the help and assistance!

Hi,

Please try to format the NVMe to ext4 format first.

Thanks

Hello David, thanks for the help. Could you please provide me more info how to format the NVMe to ext4? Thank you!

Hi,

Before format to ex4, what is your target JP version?

Please try below steps:

  1. Navigate to the `Linux_for_Tegra`
  2. Run below commands
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -p "-c ./bootloader/generic/cfg/flash_t234_qspi.xml" -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml --erase-all --showlogs --network usb0 jetson-orin-nano-devkit external

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