Flashing Jetson Orin Nano fails on both NVMe and SD Card

Hi
I am experiencing a persistent failure while trying to flash my Jetson Orin Nano. I have attempted the flashing process using both Ubuntu 22.04 and 24.04 as my host machine, utilizing both the SDK Manager and manual terminal commands.

Here is the summary of my hardware setup and the steps I have taken so far:

Hardware Setup:
Module: Jetson Orin Nano
Carrier BoardTested: Waveshare carrier board.
Storage Media Tested: Both NVMe SSD and SD Card.
Debug Method: I am monitoring the boot/flash sequence using a TTL to USB serial cable.
I followed the setup guide for Waveshare: Link
I also tried flashing via terminal using the following commands:

sudo BOARDID=3767 BOARDSKU=0000 FAB=300 BOARDREV=A.0 ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml” --showlogs --network usb0 jetson-orin-nano-devkit internal

There is the output:

flashlog.txt (59.9 KB)

I am also having this output:

jetson_boot_log.txt (27.2 KB)

Hi,

Our SDK Manager and official BSP do not support custom carrier boards.
Please contact the vendor to obtain a customized BSP.

Thanks