Jetson Orin Nano 8GB Flash Error USB timeout

I am running into this error while flashing the OS on the Jetson Orin Nano 8GB

13:33:22.794 - Info: Error: Return value 3

13:33:22.794 - Info: Command tegrarcm_v2 --instance 1-3 --chip 0x23 0 --pollbl --download bct_mem mem_rcm_sigheader.bct.encrypt --download blob blob.bin

13:33:22.819 - Info: Cleaning up…

13:33:23.009 - Error: [exec_command]: /bin/bash -c /home/hansal/.nvsdkm/replays/scripts/JetPack_6.2_Linux/NV_L4T_FLASH_JETSON_LINUX_COMP.sh; [error]: rpcbind: another rpcbind is already running. Aborting

Can anyone help what’s wrong? I tried it 5 times already, everytime I am getting same error after 98% completion.

1 Like

I am with @gauravag94, we have tried the following method, but still are getting the same results.

  1. Disable autosuspend on host PC with below command:

sudo -s
echo -1 > /sys/module/usbcore/parameters/autosuspend

  1. Plug out the USB cable, put jetson back into recovery mode again and plug the usb cable back.

Could there be any issue with the device in recovery mode?

Hi,

Some questions to confirm:

  • Is your host ubuntu a native or a virtual machine(e.g. VMware…)?
  • Is your Orin Nano a dev kit or a custom carrier board?

Thanks

Hi @DavidDDD,

We are using native ubuntu 20.04 and Jetson Orin Nano 8GB dev kit.

Hi,

How do you flash your device?
Could you use the sdk manager to flash your device?
Also export the logs and attach it for us to review.

Thanks

Hi,

Initially we started with SD card method, by flashing the image with balena etcher, but we got this error

Then We tried SDK manager method to flash jetpack6.2 on both the NVMe SSD and EMMC, but we are getting the same error logs.

I am attaching the error logs below.
NV_L4T_FLASH_JETSON_LINUX_COMP.log (403.4 KB)

We have also tried flashing using the Command line following this documentation

But we are still getting the same logs at the end.

Hello @DavidDDD,
I had shared the logs. Can you please check it, and help us resolve this issue?

We are still stuck at the same issue. We have tried to flash jetpack5.1 as well, it completes till 99% and then the same error pops up. Please help us out.