Customising Orin NX boot order #1416
-
Hi, So currently I'm have to select the boot order manually for my custom Orin NX board using the UEFI menu to boot up correctly. The boot order now tries to load over HTTP IPv6. It shows this when trying to boot up:
I want to know if there is a way to change the default boot order so I don't have to change it from UEFI menu for every board. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can add an overlay with the "DefaultBootPriority" UEFI Variable set and then append that overlay to the list of overlays to be applied on boot with the
|
Beta Was this translation helpful? Give feedback.
-
I'm seeing this too. Any chance you can provide a bit more detail on how to do this? |
Beta Was this translation helpful? Give feedback.
You can add an overlay with the "DefaultBootPriority" UEFI Variable set and then append that overlay to the list of overlays to be applied on boot with the
TEGRA_BOOTCONTROL_OVERLAYS
variable in your machine conf. You can use the following as an example in adtso
file and then rundtc -I dts -o dtb -o boot_priority.dtbo boot_priority.dtso
. I do this work in a bbappend file foredk2-firmware-tegra
in my layer.