Installa ciò di cui hai bisogno per compilare:
sudo apt update
sudo apt install git cmake device-tree-compiler libfdt-dev build-essential
Scarica ed estrai Raspberry Pi Utils da GitHub:
git clone https://github.com/raspberrypi/utils
Spostati nella cartella appena creata:
cd utils
Compila i file sorgenti con:
cmake .
make
sudo make install