i developed a custom carrier board for the Jetson Nano. Its totally reduced I only use one camera, one USB and GPIOs, SPI, UART, I2S and I2C.
When I power up the board I can see that power is stable and the Jetson Nano module drives SYS_RESET to high. The heatsink gets slightly warm. But I dont see any output on the debug UART.
I suspect the bootloader hangs some how. I already adapted the device tree to disable all unused peripherals from the development kit. Maybe I missed something.
Does anyone have an idea how to debug this?
What devices do I have to disable in device tree?
What might be the reason the Jetson doesnt boot?