Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

BB-AI. To power up the device requires the power button to be kept pressed for 15 seconds #99

Open
nmingotti opened this issue Feb 8, 2022 · 0 comments

Comments

@nmingotti
Copy link

In a BeagleBone-AI to power up the device, instead of pressing shortly the power button once, to make the machine boot it is necessary to keep the power button pressed for 15 seconds and the release it. In the old OSes apparently the problem is inverted, power-up works as expected, power-down doesn't work properly.

I saw the problem appearing in 2 different BB-AI devices. The tests below were run in a brand new BB-AI just unboxed. No capes, no wires attached except for the USB-C cable.

With default operating system — boot eMMC
. /etc/dogtag: BeagleBoard.org Debian Image 2019-08-03
. uname -a : Linux beaglebone 4.14.108-ti-r113 #1 SMP PREEMPT Wed Jul 31 00:01:10 UTC 2019 armv7l GNU/Linux
. impossible to shutdown with powerbutton, but we can do it via software as $> sudo poweroff
. power-off : power button does not work as expected ( i didn't check how many seconds i should keep it pressed to make it work )
. power-on : power button works as expected

Debian-10 latest image - microSD
. /etc/dogtag : BeagleBoard.org Debian Buster Console Image 2022-02-03
. /etc/uname -a : Linux beaglebone 4.19.94-ti-r70 #1buster SMP PREEMPT Fri Dec 24 16:57:36 UTC 2021 armv7l GNU/Linux
. power-off : power button works as expected
. power-on : power button works only if kept pressed for 15 seconds

Debian-11 latest image - microSD
. /etc/dogtag : BeagleBoard.org Debian Bullseye Minimal Image 2022-02-03
. /etc/uname -a : Linux BeagleBone 5.10.90-ti-r35 #1bullseye SMP PREEMPT Wed Jan 12 17:19:20 UTC 2022 armv7l GNU/Linux
. power-off : power button works as expected
. power-on : power button works only if kept pressed for 15 seconds

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant