I use Jetson Linux 36.4.3 as part of JetPack 6.2 on Orin NX CPU.
While booting, I see such message:
Jetson System firmware version 36.4.3-gcid-38968081 date 2025-01-08T01:18:20+00:
00
ESC to enter Setup.
F11 to enter Boot Manager Menu.
Enter to continue boot.
And system waits for a few seconds.
Is it possible to exclude this menu from booting process?
I saw similar situation on Xavier NX platform, but you provided cboot sources, and I managed to exclude it by myself.
BTW, is it possible to get sources for cboot for ORIN platform?
There would be 5s timeout by default to wait user’s input to enter into UEFI menu.
If you don’t have this requirement, you can just refer to Close or hide UEFI menu - #3 by KevinFFF to customize them.
dima@emb:~/work/mobulus/nvidia/nvidia-uefi$ edk2-nvidia/Platform/NVIDIA/Jetson/build.sh --init-defconfig edk2-nvidia/Platform/NVIDIA/Tegra/DefConfigs/Jetson.defconfig
nvidia: building from workspace rooted at: /home/dima/work/mobulus/nvidia/nvidia-uefi
nvidia: found command: python3.
nvidia: found command: virtualenv.
nvidia: found command: mono.
nvidia: found command: aarch64-linux-gnu-gcc.
nvidia: found Python 3.10 or later.
nvidia: Activating Python virtual environment.
nvidia: Updating build environment (edk2-nvidia/Platform/NVIDIA/Jetson/PlatformBuild.py).
/home/dima/work/mobulus/nvidia/nvidia-uefi/venv/lib/python3.12/site-packages/edk2toolext/edk2_invocable.py:30: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
SECTION - Init Self Describing Environment
SECTION - Loading Plugins
SECTION - Start Invocable Tool
SECTION - Initial update of environment
Updating. Done
SECTION - Updated/Verified 2 dependencies
SECTION - Second pass update of environment
Updating. Done
SECTION - Updated/Verified 2 dependencies
SECTION - Summary
PROGRESS - Success
nvidia: Building basetools.
SECTION - Init Self Describing Environment
SECTION - Loading Plugins
SECTION - Start Invocable Tool
SECTION - Summary
PROGRESS - Success
nvidia: building from workspace rooted at: /home/dima/work/mobulus/nvidia/nvidia-uefi
nvidia: found command: python3.
nvidia: found command: virtualenv.
nvidia: found command: mono.
nvidia: found command: aarch64-linux-gnu-gcc.
nvidia: found Python 3.10 or later.
nvidia: Activating Python virtual environment.
nvidia: Building DEBUG (edk2-nvidia/Platform/NVIDIA/Jetson/PlatformBuild.py).
/home/dima/work/mobulus/nvidia/nvidia-uefi/venv/lib/python3.12/site-packages/edk2toolext/edk2_invocable.py:30: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
error: unexpected argument: [--init-defconfig]. Pass --help for command information.
Could you please advise me what to do with this issue?