I want tachyon to boot whenever external power is applied to replicate the functionality I have already built into a vehicle tracker using a Pi4 and a UPS HAT. In this application I monitor the external power presence (via GPIO) and shutdown after a few minutes when the external power is off. The UPS HAT (geekworm X728 https://geekworm.com/products/x728 ) provides the "wake on power" functionality. Thus I can wake the Pi and begin tracking whenever the vehicle is operated, safely shutting down after the vehicle is powered off.
The tachyon SYSCON docs I can find seem to hint this is possible, using a GPIO "wake_pin" and the command sudo /usr/bin/particle-tachyon-syscon.sh set_config sys.wake_pin_enable:true
but I can't find any docs that tell me which physical pin that might be...
gpioinfo |grep -i wake
shows
line 3: "PCIE1_WAKE_N" "wake-gpio" input active-high [used]
line 89: "-" "wake-gpio" input active-high [used]