I have a Jetson Orin Dev Kit on Jetpack 5.0.1 Rev1 and am having some issues with it. The boot time is around 5 min from when I apply power. I can see the screen come to life and notice the jetson is awake. At the same time the console output tells me its started booting but then takes 5 min to get to the login screen.
Attached are the console outputs from the bootup process.
I have flashed it a number of times now to try to address the issue. I have cleaned out all the downloaded files and reflashed it to see if a corrupt download but still has the same issue.
The bootup goes as follows:
Jetson UEFI firmware (version 1.0-d7fb19b built on 2022-08-10T20:18:13-07:00)
5 min later
e[2Je[04De[=3he[2Je[09D** WARNING: Test Key is used. **
L4TLauncher: Attempting GRUB Boot
L4TLauncher: Attempting Direct Boot
EFI stub: Booting Linux Kernel…
EFI stub: Using DTB from configuration table
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path …
If I power on the jetson and instead of waiting I hit the reboot button it will start up in a very short time. jetson orin bad (72.5 KB) jetson orin reboot (72.5 KB)
You need to build the UEFI binary and reflash the one with debug build. Otherwise, default UEFI won’t print any log. I won’t know what is happening in those blanked log either.
If you have any peripherals, you can also remove it from devkit too and see if which one is making difference.
It shouldn’t be, this was ordered as a dev kit from Arrow. We haven’t changed out the sub board, just added a SSD and a PCIE usb card that pulls its power from the 5v pin.
I have tried this, after removing the SSD and PCIE card I found no change. Because there was no change I reinstalled them as they are needed for the application we want to use the jetson orin for.
We have the same setup on a handful of jetson xaviers and are not having this issue.
@WayneWWW
When compiling UEFI, I found that the command was not found: stuart_ Update, do you know which package this is in?
log:
edk2-nvidia/Platform/NVIDIA/Jetson$ ./build.sh
nvidia: building from workspace rooted at: /home/lulu/works/project/adu506/orin/uefi
nvidia: found command: python3.
nvidia: found command: virtualenv.
nvidia: found command: mono.
nvidia: found command: aarch64-linux-gnu-gcc.
nvidia: Activating Python virtual environment.
nvidia: Building from tarball
nvidia: Updating build environment (edk2-nvidia/Platform/NVIDIA/Jetson/PlatformBuild.py).
edk2-nvidia/Silicon/NVIDIA/scripts/prepare_stuart.sh: line 47: stuart_update: command not found