Reading this thread I found out that you can power on the rpi from idle by connecting gpio3 (pin5 revB) to ground, tested it and it works great.
I didn't read that anywhere else, including in the basic or detailed gpio documentations so i was wondering where it was documented.
And if it's actually undocumented, if there's a source for undocumented gpio features on the rpi?
--
So far I only knew you could power it on from idle using the unpopulated reset pins but as it acts as a true reset switch and I don't want to use that as a power button.
Well I now have an onboard power button, with the help of a shutdown pyhton script which I was already using, fantastic.
GLOBAL_EN
connect on the PWA? – Seamus Sep 18 '20 at 08:34GLOBAL_EN
instead if you prefer. The same (or another) pin can be configured with a device-tree overlay to also shut down on the same kind of signal, which I prefer toGLOBAL_EN
because it allows the kernel to shut down safely. – davidA Nov 08 '20 at 22:11