Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9e7cac52 authored by Robert Nelson's avatar Robert Nelson
Browse files

Revert "chroot: kill battery_monitor.service till its fixed"

This reverts commit 1b350e17

.

this is now fixed in /usr/bin/battery_monitor

root@beaglebone:~# /usr/bin/battery_monitor
TI AM335x BeagleBone Green Wireless (UNSUPPORTED breaks wl18xx exiting...)

root@beaglebone:~# /usr/bin/battery_monitor
TI AM335x BeagleBone Blue

2S Pack   Jack   #Cells   Cell
 8.22V   12.11V     4     3.03V   ^Cbattery_monitor exiting cleanly

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent c516b5f7
No related merge requests found
......@@ -917,10 +917,6 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
systemctl enable capemgr.service || true
fi
if [ -f /lib/systemd/system/battery_monitor.service ] ; then
systemctl disable battery_monitor.service || true
fi
if [ ! "x${rfs_opt_scripts}" = "x" ] ; then
mkdir -p /opt/scripts/ || true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment