Core board burning image issue

Hi all,
I performed a system flash using a backup image. After the flashing process, the device only boots successfully once—subsequent startup attempts fail, and no display output is detected. However, the same storage device works normally on other core boards, confirming that the drive itself is functional. What could be causing this issue?

Thanks

Hi,

Could you record the serial log for us to review?

Also please provide the commands in detail.

Thanks

Hi DavidDDD,
This is a burned log file.
flash_1-12_0_20250416-075233.log (18.9 KB)

Here are all the commands:

sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1 -b -c jetson-orin-nano-devkit
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --massflash 5 --network usb0 --no-flash --use-backup-image --external-device nvme0n1p1 -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml  --showlogs  jetson-orin-nano-devkit nvme0n1p1
cd mfi_jetson-orin-nano-devkit/
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --massflash 5 --network usb0 --flash-only --external-device nvme0n1p1 -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml  --showlogs  jetson-orin-nano-devkit nvme0n1p1

I had successfully created the image multiple times before, but this time it unexpectedly malfunctioned for unknown reasons. After completely rebuilding the image from scratch, the system has remained stable through multiple reboot tests and is now functioning normally.