You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: