Problem With Jetson ORIN nano

I am having a problem where all of the sudden my jetson only boots to shell and I cant run Bootloader, any recommendations? the heat sync is also extremely warm

Hey,

If you are able to type, try update the UEFI NVRAM boot entries using the ⁠bcfg⁠ command:

bcfg boot dump

bcfg boot add 0 fs0:\EFI\BOOT\BOOTAA64.EFI “Jetson L4T Launcher”

reset

Run each individual, hope it helps 🤙🏾

Hi,

We first need to determine whether the device is stopping in the UEFI Interactive Shell or in a Linux shell.

Could you provide the following?

  1. A clear photo of the complete screen after boot, including the firmware/version banner and the shell prompt.
  2. The exact JetPack/L4T version you installed (or the SD-card image filename), the boot storage being used (microSD or NVMe), and whether this is the NVIDIA developer kit or a custom carrier board.
  3. Whether the cooling fan spins after power-on.

Please do not add the suggested bcfg boot entry yet. We first need to confirm which filesystem contains the Jetson bootloader file before changing the persistent UEFI boot configuration.

Thanks.