Measuring power usage
For the examples in this chapter, we need to use real hardware rather than virtual. This means that we need a BeaglePlay with working power management. The necessary firmware for BeaglePlay’s Power Management Integrated Circuit (PMIC) might exist in the meta-ti
layer but I did not investigate that. We will use a pre-built Debian image instead.
The procedure for installing Debian on BeaglePlay is the same as in Chapter 12. Revisit the Installing Debian on BeaglePlay section and flash the eMMC with Debian Bookworm if you have not already. Remove any microSD from your BeaglePlay and boot from the eMMC. SSH to beaglebone.local
and log in as the debian
user.
Verify that the correct version of Debian is running:
debian@BeagleBone:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="...