Drivers & Utilities
Drivers & Utilities
Click to expand images
WiringPi 2.52 - WiringPi
Gordon doesn't mention it on his blog, but it's probably best to remove the pre-installed WiringPi software package before installing version 2.52. As mentioned in his blog though, version 2.52 is required for Raspberry Pi 4B:
** Note: MD5 checksum provided is for version 2.52.
$ sudo apt remove wiringpi
$ wget https://project-downloads.drogon.net/wiringpi-latest.deb
$ md5sum wiringpi-latest.deb
6fa89970f6e9e1590127d10bb0800c1b wiringpi-latest.deb
$ sudo dpkg -i wiringpi-latest.deb