My orin nano cannot open

The device cannot be powered on normally. Even after using SDKManager for flashing, it still fails to boot. The specific situation is that after the power is connected for about twenty seconds, the fan stops rotating and the device cannot be powered on normally.

*** Please note that this reply is generated by LLM automatically ***

The issue you’re experiencing with your Jetson Orin Nano device, where it fails to boot normally and the fan stops rotating after about twenty seconds, could be related to several factors. Here are some potential causes and solutions:

  1. Power Supply Issues: Ensure that your power supply is sufficient and stable. The Jetson Orin Nano Developer Kit requires a 5V power supply. If you’re using an external power adapter, try using a different one to rule out any issues with the current adapter.

  2. Incorrect Boot Mode: The Jetson Orin Nano has different boot modes, including the MAXN and MAXN_SUPER modes, which are experimental and may cause issues if not configured correctly. Try flashing the device with a different boot mode to see if it resolves the issue.

  3. Flashing Issues: The fact that you’ve tried flashing the device using SDKManager and it still fails to boot suggests that there might be an issue with the flashing process. Try using the command-line flashing method, as shown in the examples provided:

    • For NVMe:

$ sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml”
–showlogs --network usb0 jetson-orin-nano-devkit-super internal

   * For USB:
     ```bash
$ sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device sda1 \
  -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 jetson-orin-nano-devkit-super internal
  1. Hardware Issues: If none of the above solutions work, it’s possible that there’s a hardware issue with your Jetson Orin Nano device. Check the device for any signs of physical damage or overheating. If you suspect a hardware issue, contact NVIDIA support for further assistance.

  2. ESD Damage: The Jetson Orin Nano contains ESD-sensitive parts, and failure to use proper anti-static and grounding techniques when handling the device can result in damage. If you suspect that your device has been damaged due to ESD, contact NVIDIA support for further assistance.

  3. Boot Configuration: Ensure that the boot configuration is correct. The Jetson Orin Nano Developer Kit has a specific boot configuration that needs to be followed. Refer to the documentation for more information on the correct boot configuration.

  4. Firmware Issues: Firmware issues can also cause boot problems. Try updating the firmware to the latest version or reinstalling the current version.

  5. Comparison with Similar Issues: Comparing your issue with similar issues reported by others, such as the “Jetson Orin Nano Developer Kit – Black Screen and Fan Stops After Boot (JetPack 5.1.3)” issue, may provide additional insights or solutions.

In summary, the issue you’re experiencing with your Jetson Orin Nano device could be caused by a variety of factors, including power supply issues, incorrect boot mode, flashing issues, hardware issues, ESD damage, boot configuration issues, firmware issues, or other factors. Try the suggested solutions and compare your issue with similar issues reported by others to troubleshoot and resolve the problem.

*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***

I remember that before the last shutdown, i made some configurations and performed certain operations in files like cuda.could it be releated to these?

Hi,

Please try to put the device in recovery mode and use the sdk manager to full flash device.

Thanks

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