I believe I am having a similar issue to those described here and here for which there is so far no concrete solution.
After booting the Orin for the first time and following the getting started guide. I made it to this point where I rebooted the device:
sudo apt update
sudo apt dist-upgrade
sudo reboot
I have since been unable to get a display output or seemingly properly boot the device. On the BIOS screen I see a ** WARNING: Test Key is used.** error before losing display output (Jetson UEFI firmware version 2.1-32413640).
I have since tried to remedy this by booting into recovery and re-flashing the Orin with SDKManager but I am getting a Reading board information failed error. I can see the Orin as Bus 002 Device 003: ID 0955:7023 NVIDIA Corp. with lsusb and have tried both USB2 / USB3 ports as well as different USB cables on a Ubuntu 20.04.5 LTS x86_64 system.
Any help would be much appreciated. I spoke to customer support ref 230301-000327 who suggested I ask for additional support here, I have also attached the SDKManager flash and /dev/ttyACM0 boot logs below: orinflash.log (9.8 KB) orinminicom.log (11.2 KB)
I attached the output of running sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1 as per the docs here to my original post, these logs look the be the same as those from SDKM which I’ve also attached below just incase: sdkmoutput.log (5.5 KB)
@WayneWWW Yes I’ve consistently been getting the Reading board information failed error. over multiple flash attempts
While I’m not using the massflash workflow or a custom board I believed this thread could be relevant since I believe there is something wrong with the EEPROM. I tried manually specifying the BOARDID=3701 FAB=TS4 BOARDSKU=0004 BOARDREV=A.0 which they are using for their AGX Orin to remove the need for reading board data out of EEPROM but this fails to generate an image.
Yes, I mean turn on your minicom and monitoring what gets printed after you run flash.sh on your host pc.
If there is no log printed, then I don’t think that is due to broken eeprom. Please try to use a ubuntu 18.04 x86 host to flash and see if that can work.
Okay that’s what I was doing and I didn’t get any logs.
I have since tried using a Ubuntu 18.04.6 LTS x86_64 Kernel:5.4.0-84-generic to flash and it looks like I’m getting exactly the same error. Logs are attached below: ubuntu18flash.log (8.0 KB)
Unfortunately I only have access to one Jetson device of any kind. I have tried using multiple hosts / ports / USB cables all of which yield the same result.