Unexpected error in updating: tegra234-bpmp-3767-0000-a02-3509-a02_with_odm.dtb

Hi! On Orin NX 16GB, BSP 36.4, I’m running a flash command

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-only --flash-only --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 nvme0n1p1
  1. I was running this flash command many times before and it worked.

  2. However I have reflashed my Jetson’s internal QSPI (with command: sudo ./flash.sh --no-systemimg -c bootloader/generic/cfg/flash_t234_qspi.xml jetson-orin-nano-devkit nvme0n1p1). QSPI flash succeeded. Log:
    qspi-flashing-36.4.log (105.5 KB)

  3. Now when running kernel/rootfs flash, script tries to change a file which doesn’t exist:

[   0.0219 ] Change tegra234-bpmp-3767-0000-a02-3509-a02.dtb to tegra234-bpmp-3767-0000-a02-3509-a02_with_odm.dtb
Error: Unexpected error in updating: tegra234-bpmp-3767-0000-a02-3509-a02_with_odm.dtb 'Unexpected error in updating: tegra234-bpmp-3767-0000-a02-3509-a02_with_odm.dtb 

Such file doesn’t exist in BSP.

Full output:
unexpected-error-in-updating-with-odm-dtb.log (4.8 KB)

Hi filip.kubicz,

Are you using the devkit or custom board for Orin NX?

Please try to remove --flash-only in your command to flash the board.

Hi, this suggestion worked, thank you!

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