pixhawk / Pixhawk-Standards

Pixhawk Standards
524 stars 139 forks source link

DS012- V6X standard, which are 3 pins (GPIO) for bootloader?. #55

Open Daywithck opened 1 month ago

Daywithck commented 1 month ago

Hi, I can see the in block diagram(DS-012 V6X standard) ADIO(8pin JST GH) 3 bits for bootloader. I couldn't figure out corresponding 3pins used for boot loader in pinout sheet. but i can guess it like, VBUS_Sense, may be nArmed, ?. if any one knows, pls share the pin names. Appreciate your inputs.

davids5 commented 1 month ago
image

There is some logic on the base. FMU_nRST (pin 87 on X1) = !nArmed (Pin 85 on X1)& FMU_RST_REQ_AUX VBUS_SENSE (pin 80 on X1) = FMU_BOOTLOADER_AUX || VBUS

Daywithck commented 1 month ago

make sense. thanks for the update.