PINE64
On/Off Switch Pad Working Bad - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: General Discussion on PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=3)
+--- Thread: On/Off Switch Pad Working Bad (/showthread.php?tid=1022)

Pages: 1 2 3


On/Off Switch Pad Working Bad - RaspiBit - 05-12-2016

When I try to power on my Pine from the power button the board it seems to boot up but it goes off after a few seconds. It doesn't matter what I try, I'd like to know if my board is faulty or not.


RE: On/Off Switch Pad Working Bad - Ghost - 05-12-2016

(05-12-2016, 12:51 PM)RaspiBit Wrote: When I try to power on my Pine from the power button the board it seems to boot up but it goes off after a few seconds. It doesn't matter what I try, I'd like to know if my board is faulty or not.

Have you tried holding down the button for a few seconds? If you just press it quickly, maybe it won't turn on properly.


RE: On/Off Switch Pad Working Bad - RaspiBit - 05-13-2016

(05-12-2016, 04:22 PM)Ghost Wrote:
(05-12-2016, 12:51 PM)RaspiBit Wrote: When I try to power on my Pine from the power button the board it seems to boot up but it goes off after a few seconds. It doesn't matter what I try, I'd like to know if my board is faulty or not.

Have you tried holding down the button for a few seconds? If you just press it quickly, maybe it won't turn on properly.
It doesn't matter how much time I push it, it turns on for a few seconds and then goes off...


RE: On/Off Switch Pad Working Bad - rodenti - 06-22-2016

Does it boot up properly when you unplug and replug the box?

Sent from my SM-G920W8 using Tapatalk


RE: On/Off Switch Pad Working Bad - MarkHaysHarris777 - 06-22-2016

I have this same issue if I just short the pads together... (the switch is not actually installed yet)

I think the switch has to be soldered in to work properly.


RE: On/Off Switch Pad Working Bad - Xabaras76 - 06-22-2016

Hello to everybody.!

I'm having the same problem with my Pine64 + with 2gb of ram.
I have tryied to power from exp connector and from the motherboard( near usb ports ).

If I unplug the microusb plug and reconnect it...the pine boot perfectly.

If I push the power button when I have loaded the system (ubuntu image from Pine 64 site) the power off window appear.

I hope this may help to understand the problem.

Thaks in advance for any help.

Best regards
Filippo


RE: On/Off Switch Pad Working Bad - MarkHaysHarris777 - 06-22-2016

Apparently the switch causing the PMIC to powerdown on release too...


RE: On/Off Switch Pad Working Bad - Xabaras76 - 06-23-2016

Hello. Thanks MarkHaysHarris777.

I will try to make an anti debounce circuit and try to power the Pine64 with it and I will post the results.

Regards
Filippo


RE: On/Off Switch Pad Working Bad - Xabaras76 - 06-23-2016

In any case , I 've checked the datasheet and in the power button and reset button is already included an RC debouncer.

So I don't know if my test deserve to be done or not.

Sad


RE: On/Off Switch Pad Working Bad - xalius - 06-23-2016

The PMIC has hardware debouncing as well as software controlled timers for the powerbutton. It basically generates an interrupt on the A64 for the different things like short press, long press, release. If you hold the powerbutton longer, it does a hard power-off. You can read the event from /dev/input/event1 if the power button is pressed, you will get keycode 116 (POWER_KEY) and that can be mapped for example to shutdown your system.