On Mon, Jul 20, 2015 at 1:50 PM, Luiz Chamon <[email protected]> wrote: > Hi Robert, > > I have a similar problem when using the 5V jack. When I turn off VDD_5V > (always) or out of the blue (less frequent), the BBB will turn off issuing a > "Power button pressed" message. > > I am using an element BBB with Debian 3.8.13-bone47.
Correct, that's the way 3.8.x always been setup: https://github.com/beagleboard/linux/blob/3.8/drivers/mfd/tps65217.c#L182 /* Handle AC power status change */ dev_dbg(tps->dev, "AC power status change\n"); /* Press KEY_POWER when AC not present */ Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
