Jetson Orin Nano Flash failing when using SDK manager

I am trying to flash my Jetson Orin Nano device using SDK manager with Nvme SSD attached. But it is failing after reaching 47% status in flashing. Here is the screen shot.


SDKM_logs_JetPack_6.1_(rev._1)Linux_for_Jetson_Orin_Nano[8GB_developer_kit_version]_2025-01-09_14-59-42.zip|attachment (460.0 KB)
Attaching logs here.

I have also tried after removing /etc/exports but there is no success.

Try to disable firewall setting on your host.

Tried with Disabling Firewall “sudo ufw disable”. Still the same issue. Attaching new logs
SDKM_logs_JetPack_6.1_(rev._1)Linux_for_Jetson_Orin_Nano[8GB_developer_kit_version]_2025-01-09_15-23-48.zip|attachment (594.9 KB) @WayneWWW

Hi,

Is your storage using a SD card?
Do you format the SD card to ext4 before flashing?

Thanks

I am using NVME SSD. Can i do flashing of NVME SSD using Jestson Nano? I dont have seperate connector to flash the NVME SSD

Hi @subbireddy36,

Have you try using the flash script? You can test using the following steps:

  1. Export a variable to the BSP folder. Sdkmanager should download this, if not you can download it from NVIDIA Jetson Linux 36.4 page at Driver Package (BSP) link.
export DEVDIR=$HOME/nvidia/nvidia_sdk/JetPack_6.0_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra
  1. Execute the apply binaries and flash prerequisites scripts:
cd $DEVDIR
sudo ./apply_binaries.sh
sudo ./tools/l4t_flash_prerequisites.sh
  1. Create a default username (optional):
sudo ./tools/l4t_create_default_user.sh -u <user_name> -p <password>
  1. Put the board in recovery mode.

  2. Flash the device:

sudo ./flash.sh <target_board> nvme0n1

Also you can check this wiki for flashing JetPack 6 from the cmdline: NVIDIA JetPack 6 Flashing the Board from Cmdline

Regards,
Kimberly Carvajal

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