08-11-2016, 04:12 PM
(This post was last modified: 08-11-2016, 04:28 PM by casmiguefl.)
(08-11-2016, 03:46 PM)xalius Wrote: Reset is just a hardwired hardware reset, the power button is wired to the PMIC (Power Management IC) and has the usual power-on, soft-off and hard-off function depending on how long you press it. The PMIC sends an interrupt to the A64 when the Power button is pressed and you can read/write registers on the PMIC to configure the behavior a bit. In linux the powerbutton is also a event device (think /dev/input/eventXXX) and you can watch for those events with a tool like evtest ... on my Ubuntu images with Mate Desktop the power button brings up the normal Reboot/Shutdown menu, so I guess they already wired up some udev rules for that...
For reference see:
http://files.pine64.org/doc/Pine%20A64%2...elease.pdf
http://files.pine64.org/doc/datasheet/pi...t_V1.0.pdf
Thank you very much for the clarification, I'll give that a look and luckily make it able to shutdown. Right now either of them does nothing at all!
It is indeed in the /dev/input/event1.
When the button is pressed, weird characters are written to it.
Any idea on how I can make it so when the button is pressed "init 0" command is executed? Total noob to udev rules