1

I have recently acquired a Raspberry Pi 3B+, and I have installed arch linux on it. So far, so good, but vcgencmd is missing, and I am not able to find a way to get it installed. Can somebody help me?

chronos
  • 119
  • 2

1 Answers1

0

I just needed to install raspberrypi-firmware, such as with

sudo pacman -S raspberrypi-firmware

Then restart shell. The program is installed to /opt/vc/bin/vcgencmd

Slim
  • 111
  • 3