Board does not boot after JETSON Orin SOM replace

Description

I use JETSON Orin SOM P/N 900-13767-0000-0A0.
JETSON is connected to our custom board.
There is NVME device on our board.
I’ve programmed the NVME device according to NVDIA instructions.
Everything works well.
But when we replaced the JETSON Orin SOM used during programming with identical brand-new SOM the board does not boot.
Why?
How to solve this problem?

Environment

JETSON Orin P/N 900-13767-0000-0A0

I’ve moved it to correct forum. This is Jetson Orin NX topic but not AGX.

1 Like

Each Jetson module has a QSPI on it. You need to flash the QSPI but not just only the external storage so that it will have bootloader software.

1 Like

Thanks a lot for quick response.
What is programmed on QSPI?
Is there way to program just QSPI?
if yes, where can I found instructions?

Try:

sudo ./flash.sh -c bootloader/generic/cfg/flash_t234_qspi.xml jetson-orin-nano-devkit internal

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