I am currently designing a custom carrier board which uses the jetson nano, but unfortunately it seems that the jetson does not boot at all in it.
I’m thinking it comes from my pins configuration at the startup, like POWER_EN should be high level etc… Is there a documentation which sums up what is the required configuration for each system pin to enter a normal boot mode please ? (Like how should I drive shutdown pin, the sleep/wake, etc…)
you should apply the pinmux configurations since you’re having customize board.
please check Pinmux Changes session to change the pinmux configuration applied by the software.
I think I don’t need to change the pinmux as I tried to follow the schematics of the carrier board. The thing is I am a bit lost with the pins voltage that should be applied on each system pin to power on the jetson nano. For example, the excel jetson nano pin description shows a 5V CMOS pullup for the sleep/wake* pin :
My carrier board is referenced p3450 on its bottom side, but I can’t find its information in the jetson download center. For example my carrier board does not include the J50 connector shown in the above picture.
Is it possible to access the resources regarding my version of the carrier board please ?