Timeout: Waiting for target to boot-up

Any assistance would be appreciated. Trying to Re-flash my Orin Nano 8GB to NVME SSD. I get the following error message. Attached is the full log.

The commands preceding that are: (Following the instructions from Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation)

tar xf Jetson_Linux_r36.4.4_aarch64.tbz2

sudo tar xpf Tegra_Linux_Sample-Root-Filesystem_r36.4.4_aarch64.tbz2 -C Linux_for_Tegra/rootfs/

cd Linux_for_Tegra

sudo ./apply_binaries.sh

sudo ./tools/l4t_flash_prerequisites.sh

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1   -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml"   --showlogs --network usb0 jetson-orin-nano-devkit internal
***************************************
*                                     *
*  Step 3: Start the flashing process *
*                                     *
***************************************
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Timeout
Device failed to boot to the initrd flash kernel. Please retrive the serial log during flashing to debug further.
Cleaning up...

Thank you in advance! ❤️

FlashLog.txt (295.2 KB)

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

Based on the provided context, I’ll provide a comprehensive answer to assist with reflashing the Jetson Orin Nano 8GB to an NVME SSD.

Understanding the Error Message

The error message is not explicitly provided, but I’ll guide you through the process of reflashing the Jetson Orin Nano 8GB to an NVME SSD.

Prerequisites

  1. Ensure you have the correct hardware:
    • Jetson Orin Nano 8GB module (P3767-0005)
    • NVME SSD ( compatible with the Jetson Orin Nano)
    • Jetson Orin Nano reference carrier board (P3768-0000)
  2. Familiarize yourself with the NVIDIA Jetson Linux Developer Guide and the Quick Start documentation.

Flashing the Jetson Orin Nano 8GB to NVME SSD

To flash the Jetson Orin Nano 8GB to an NVME SSD, you’ll need to use the l4t_initrd_flash.sh script. Here’s a step-by-step guide:

  1. Connect the NVME SSD to the Jetson Orin Nano reference carrier board.
  2. Ensure the NVME SSD is properly seated and secured.
  3. Open a terminal window on your host computer and navigate to the directory containing the l4t_initrd_flash.sh script.
  4. Run the following command to flash the Jetson Orin Nano 8GB to the NVME SSD:
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 --showlogs --network usb0 jetson-orin-nano-devkit external

Troubleshooting

If you encounter issues during the flashing process, refer to the troubleshooting section in the NVIDIA Jetson Linux Developer Guide.

Comparison with Other Jetson Modules

The flashing process for the Jetson Orin Nano 8GB is similar to other Jetson modules, such as the Jetson AGX Orin and Jetson Orin NX. However, the specific commands and configuration files may vary depending on the module and its configuration.

Additional Resources

For more information on flashing the Jetson Orin Nano 8GB to an NVME SSD, refer to the following resources:

  • NVIDIA Jetson Linux Developer Guide
  • Quick Start documentation
  • Jetson Orin Nano Developer Kit documentation

If you’re still experiencing issues, please provide the full log file (FlashLog.txt) and I’ll be happy to assist you further.

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

follow above page to enable the serial log from device side too and share it here.

Thank you, I will do the serial log and report back.

Is this still an issue to support? Any result can be shared?

I honestly just did an SD card installation and copied the boot and root to my SSD so I could continue progress.

My USB to TTL cable was not working so I had to do something. 😅

OK, glad to know it’s working now. Thanks