Install Raspberry Pi’s vcgencmd on Fedora
This post is a continuation of my previous one about setting up a cluster of Raspberry Pis running Fedora. After I got the cluster to compute something, @ColsonXu, the cluster’s owner, asked me if I could monitor the CPU temperature of each Raspberry Pi by running this command: $ /opt/vc/bin/vcgencmd measure_temp The vcgencmd program is included in Raspberry Pi OS (formerly called Raspbian) as a utility for retrieving information about Raspberry Pi’s hardware. However, it is not included in Fedora’s software repositories. Luckily though, the source code of vcgencmd, along with the entire userland package that contains the program, is available, so we can compile it on our own. …