Can we change the boot order when we don't have the display over UEFI

Hello Team,

During the boot (First boot) we may need to boot from different boot medium than NVME Primary Boot device

We wanted to boot from uSDCard(1) / USB drive(2) / Network (3) as a failsafe boot options.

Can you please help to have this functionalities for Jetson Orin Nano Developer Kit?Regar

You can use serial console as this

@WayneWWW Thanks for the response,
Yes, it does work as with the serial port by pressing Esc key and we are able to select the boot sequence similar to what GUI interface we are seeing on the Display and configure them. but what to do for large number of boards in production to do the first factory boot?

May I know the default boot sequences?

Please check BootOrderNvme.dtbo.

Use something like to change boot priority.

gNVIDIATokenSpaceGuid {
62 							DefaultBootPriority {
63 								data = "usb,nvme,emmc,sd,ufs";
64 								locked;
65 							};

Thanks for the response, we will check and let you know the feedback,