Error while flash to nvme of Jetson AGX orin Devkit

I’ve installed Linux on emmc via SDK manager and installed Nvme at the bottom of the Devkit with system load and partitioned to ext4


I want flash it via SDK manager on nvme,but it’s error.

mount.nfs:connection timed out

ERROR:another rpcbind is already running.Aborting

ERROR:command error code:11

ERROR:Flash Jetson Linux - flash:command terminated error
What is the cause of this problem? What should I do to solve this problem?

Or can I only achieve a direct install of the system into Nvme by way of Quick Start?
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation

Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!

Hi,
From log provided

mount.nfs:connection timed out

Please try:

  1. Disable the firewall setting on the host pc.
  2. And refer to the doc to check whether dev kit in the recovery mode.
  3. Run sdk again.

Thanks

Thank you so much!!!
It worked.

1 Like