Search found 1 match

by ReFl3x0r
Fri Oct 21, 2016 12:28 am
Forum: Guides
Topic: [Guide] Graceful shutdown switch without Pololu [RETIRED]
Replies: 296
Views: 289511

Re: [Guide] Graceful shutdown switch without Pololu

@Camble I run into a kernel panic, when shutdown is initiated by low battery, because your script uses "shutdown -h now" and with the modification in the /boot/config.txt it's waiting for a GPIO-Powerdown. Instead of using "shutdown -h now" couldn't we just overwrite GPIO27 to initiate shutdown? Wou...