Could I transform a ssd with installed system to a board with new soc

I’m trying to using a ssd with installed system package on a board with new soc. This soc is never used before. but it seems not start up at all. In additional, if I install soc on a board and flash a jetpack on it, then switch the ssd . The system can be activated. Is there any reason could explan?

Hi,

You need to flash bootloader on your new modules.
For JetPack 5:

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

For JetPack 6:

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

OK. I will try this solution.

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