Orin Nx flash from JP6.2 to JP5.1.4 failed

Orin NX - Custom board

  1. Problem: Flash Orin NX from JP6.0 to JP6.2 is OK, But when I falsh the device from JP6.2 back to JP5.1.4, After flash finished。Orin reported an error in UEFI.
  2. And I can reflash Orin to JP6.2, Device work well
  3. here is PC flash log and Orin NX flash log
    jetson.log (268.7 KB)
    PC.log (544.9 KB)

Hi,

Could you use our dev kit to cross check wether issue exists?
Also have you successfully flash your custom board and boot up in JP5.1.4?

Thanks

I have use Jetson Orin Nano 8GB DevKit to try, And can successfully reproduce the problem 。Could you have a try。

Yes, I have successfully flash custom board and boot up in JP5.1.4

Hi,

We will verify in our side and notify once updated.

Thanks

I tested with a brand new Orin Nano 8G 。

  1. I flash the Orin to JP5.1.4,Orin works well
  2. I flash the same Orin to JP6.2, Orin works well
  3. I flash the same Orin to JP5.1.4, Then reproduce the problem。 Orin debug uart log is here
    Orin.log (39.0 KB)

Hi,

One question to confirm

  • How do you flash the device? sdk manager or through command

Thanks

Download BSP package and through command

  1. JP5.1.4 command:
    sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1
    -c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml”
    –showlogs --network usb0 jetson-orin-nano-devkit internal

  2. JP6.2 flash command:
    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 internal

1 Like

Did you successfully reproduce the problem ?

Hi

In our side, we cannot reproduce the issue in our devkit.
Below are our instructions:

  • Flash to JP6.2
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -p "-c ./bootloader/generic/cfg/flash_t234_qspi.xml" -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml --showlogs --network usb0 jetson-orin-nano-devkit external
  • Flash to JP5.1.4
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -p "-c ./bootloader/t186ref/cfg/flash_t234_qspi.xml" -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml --showlogs --network usb0 jetson-orin-nano-devkit nvme0n1p1

Thanks

Could you find the reason why I failed to flash orin through the log I provided

i will try again

Hi,

Could you scan a bar code on Orin Nano modules using QRcode app supporting Data Matrix format?

Thanks

Is this ? scan result is 1421123049178,48B02DE9D949,699-13767-0003-300

Is there any progress on this issue

Hi,

Sorry for the late response

It looks fine.

Could you try use sdk manager in our dev kit to verify whether the issue exist?

Some steps like

  • flash to Orin JP6.2 using sdk manager
  • flash to Orin JP5.1.4 using sdk manager

Thanks