Jetson Thor dev kit is unable to boot and the the external monitor shows no signal. Unable to access UEFI by pressing esc key.
Initially, OS was installed by using USB thumb drive. It was booting to Ubuntu desktop at that point .
$ sudo apt upgrade
$ sudo apt install nvidia-jetpack
Restarted > no display, no visible option to boot, no Nvidia logo or UEFI access
The Jetson device is detected (while connected to the right/data/j81 USB port, the one closer to the HDMI port).
$ lsusb :
Bus 003 Device 011: ID 0955:7026 NVIDIA Corp. APX
With the USB cable connected to debug port on top:
$ sudo minicom -D /dev/ttyACM0 -8 -b 115200
Restarted Jetson Thor, last two lines displayed were:
"[0000.117] I> BR last_boot_error2: 0x0
[0000.1"
Seems to hang after step 0000.117.
Attempted to flash using SDK manager 4 times. Failed every time, the host was left without interruption to complete the process. Partial error log of last attempt:
12:35:44.797 - Info: File "/home/guest/nvidia/nvidia_sdk/JetPack_7.0_Linux_JETSON_AGX_THOR_TARGETS/Linux_for_Tegra/unified_flash/out/bsp_images/tools/flashtools/bootburn/../bootburn_t264_py/bootburn_lib.py", line 3262, in FlashImages
12:35:44.797 - Info: AbnormalTermination("Flashing failed and target was not bricked as per configuration", flashExceptRetCode)
12:35:44.797 - Info: File "/home/guest/nvidia/nvidia_sdk/JetPack_7.0_Linux_JETSON_AGX_THOR_TARGETS/Linux_for_Tegra/unified_flash/out/bsp_images/tools/flashtools/bootburn/../bootburn_t264_py/flashtools_nverror.py", line 260, in AbnormalTermination
12:35:44.797 - Info: raise OSError(errorCode)
12:35:44.797 - Info: OSError: 121
12:35:44.797 - Info: command line used was:
12:35:44.797 - Info: ['/home/guest/nvidia/nvidia_sdk/
JetPack_7.0_Linux_JETSON_AGX_THOR_TARGETS/Linux_for_Tegra/unified_flash/out/bsp_images/tools/flashtools/bootburn/flash_bsp_images.py', '-b', 'jetson-t264', '--l4t', '-D', '-P', '/home/guest/nvidia/nvidia_sdk/JetPack_7.0_Linux_JETSON_AGX_THOR_TARGETS/Linux_for_Tegra/unified_flash/out/bsp_images/flash_workspace', '--usb-instance', '3-6']
12:35:44.798 - Info:
12:35:44.798 - Info:
12:35:44.798 - Info: [01;31mFlashing failed and target was not bricked as per configuration[0m
Any ideas on how I can resolve this?