Boot Error Messages on Custom AGX Orin Board

Hello Team,

We have designed a custom carrier board for AGX Orin SOM. While booting the board in the UEFI boot stage we are getting error messages. and we would appreciate your support in understanding the cause of these issues. Please review the error messages below:

Jetson UEFI firmware (version 3.1-32827747 built on 2023-03-19T14:56:32+00:00)
ESC   to enter Setup.
F11   to enter Boot Manager Menu.
Enter to continue boot.
**  WARNING: Test Key is used.  **
......
>>Start HTTP Boot over IPv6.
  Error: Could not retrieve NBP file size from HTTP server.

  Error: Unexpected network error.

>>Start HTTP Boot over IPv4.....
  Error: Could not retrieve NBP file size from HTTP server.

  Error: Server response timeout.

>>Start PXE over IPv6.
  PXE-E16: No valid offer received.

>>Start PXE over IPv4.

Any assistance would be greatly appreciated.
Regards,
Parashuram

Press ESC in that UEFI stage and enter the UEFI shell. Change the boot device to emmc and boot again.

The issue here seems to be UEFI just tries to boot from HTTP but not emmc.

Hello Wayne,

Thank you for your prompt response.

While I have successfully flashed with eMMC(mmcblk0p1), I would like to know about the process for setting the default boot device to eMMC and Don’t look for HTTP. If there are specific code adjustments required, kindly guide me through the necessary steps.

Regards,
Parashuram

Hi,

So are you talking about after you modify the boot order then you are able to boot up fine?

BTW, any reason to use rel-35.3.1?

After waiting some time automatically boots up successfully.

I’ve made customizations to all the interfaces in the rel-35.3.1

Regards,
Parashuram

I’ve not modified any boot order in UEFI. it’s going automatically may I know how can I change in Linux_For_Tegara?

How did you flash your board in the beginning?

I flashed using the below command in the L4T directory:

sudo ./flash jetson-agx-orin-devkit mmcblk0p1

Hi

You could configure the boot-order in L4TConfiguration.dts before flashing.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.