From 766b3783777390cd3bcd282d0e430c63a2567c1d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 24 Jul 2025 16:00:18 -0600 Subject: [PATCH] augment power-on GPIO config for v3p2 health LED and soft power switch --- raspi-firmware-custom | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/raspi-firmware-custom b/raspi-firmware-custom index f3c35da..5fe9388 100644 --- a/raspi-firmware-custom +++ b/raspi-firmware-custom @@ -1,5 +1,10 @@ -# ensure ready line is 'not ready' until application is available -gpio=4=op,dh +# close the loop on soft power switch +gpio=13=op,dh +gpio=4=ip,pu + +# start with health LED red until application is available +gpio=22=op,dh +gpio=27=op,dl # make armed line an input with a pull-up configured so comparator works gpio=12=ip,pu -- 2.47.2