I’m trying to flash a new Orin on the Xavier DevKit Carrier board. I’ve installed a NVME ssd in the dev kit. I’m flashing using instructions from this post on a laptop running Ubuntu 18.04:
However the flash fails at this line. It seems like the NX just powers off, the power light is not on and I don’t see any data coming from the UART log after this either. I have tried a couple times and it consistently fails at the same spot.
***************************************
* *
* Step 3: Start the flashing process *
* *
***************************************
Waiting for target to boot-up...
Waiting for device to expose ssh ......RTNETLINK answers: File exists
RTNETLINK answers: File exists
...RTNETLINK answers: File exists
RTNETLINK answers: File exists
Run command: if [ -f /qspi/l4t_flash_from_kernel.sh ]; then USER=root /qspi/l4t_flash_from_kernel.sh --no-reboot --qspi-only ; fi on root@fe80::1%enp0s20f0u8u1
blockdev: cannot open /dev/sdb: No medium found
[ 0]: l4t_flash_from_kernel: Starting to create gpt for emmc
Active index file is /mnt/nvidia_dir/nvidia/Linux_for_Tegra/tools/kernel_flash/images/internal/flash.idx
Number of lines is 75
max_index=74
SSH ready
blockdev: cannot open /dev/mmcblk0boot0: No such file or directory
Flash index file is /qspi/internal/flash.idx
Number of lines is 75
max_index=74
[ 0]: l4t_flash_from_kernel: Starting to flash to qspi
Erasing 64 Kibyte @ 0 -- 0 % complete writing item=59, 6:0:primary_gpt, 512, 19968, gpt_primary_6_0.bin, 16896, fixed-<reserved>-0, aaed63fa463a7e87fee3b32422c275257bebe3d0
Error: Error opening /dev/sda: No medium found
Erasing 64 Kibyte @ 1a70000 -- 41 % complete
uart_log.txt (2.1 KB)
flash_log.txt (225.6 KB)