The question about pins between devkit and module

Hi,

The Nano devkit user guide said following about J40:
• Pins 7 and 8 disable auto power-on.
• Pins 1 and 2 initiate power-on if auto power-on is disabled.
• Pins 5 and 6 reset the system.
• Pins 3 and 4 put the developer kit into Force Recovery Mode if they are connected when it is powered on.

So do they respectively map to the following pins in Jetson_Nano_Module_Pinmux_Config_Template.xlsm?
SHUTDOWN_REQ* 233 SHUTDOWN shutdown
SYS_RESET* 239 SYS_RESET_N RESET
SLEEP/WAKE* 240 BUTTON_POWER_ON GPIO3_PX.05
FORCE_RECOVERY* 214 BUTTON_VOL_UP GPIO3_PX.06

We want to know what pins on Nano module map to “recovery mode” and “reset the system” on devkit.

Thanks.

hello arknights,

please access Jetson Nano Carrier Board Reference Design Files to check the schematic for the pin connections.
please check Jetson Nano Product Design Guide for the Module Pin Name and also Tegra X1 Signal. then you’re able to find them in the pinmux spreadsheet for the configuration.
thanks