11-21-2022, 10:11 PM
(11-21-2022, 09:57 PM)arczar Wrote: There used to be an overlay that could do that: https://www.msldigital.com/pages/shutdow...oode-audio
Nutul, How to apply your instructions? I can try, but I need to know what to type in the SSH TERMINAL.
Since I see the sh script is basically doing a gpio "read" on pin 5 for it to be "1", by "gpio read ${shutdown_signal_pin}" (shutdown_signal_pin being 5, as seen here: https://github.com/geeekpi/RPB-HAT/blob/...moteswitch) I was just thinking that maybe, may-be, we can just do a:
gpio write ${shutdown_signal_pin} 1
or, simply from a shell prompt
gpio write 5 1
and see what happens.
Cheers, Al.