Please don’t use SDK Manager for flashing custom boards. It’s only meant to be used with DevKits.
If the custom board is made my yourself, then you should know how to apply all customization in device tree, pinmux, etc, to fit your need.
You should use flashing scripts included in our BSP + flashing config file customized for your carrier board, which contains correct device trees, BCT, pinmux, etc.
As pin assignment of my custom board is very close to devkit, and nvme is the only storage onboard, so jetson-orin-nano-devkit-nvme config is used directly here.
The procedure ends up in “waiting for target to boot up …” and timeout.
The host log and NX module log are attached.
From NX side log seems it is busy waiting for EEPROM, which is not present on my custom board. How do i disable it?