From ba7b8d12b724614f598b16628a67128b3370b0bf Mon Sep 17 00:00:00 2001 From: Ragnar Jensen Date: Tue, 19 May 2020 20:31:45 +0200 Subject: [PATCH 1/2] Update README, regarding WiringPi on Pi 4B --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bd1d63..1ff2a17 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ netledPi blinks a LED connected to a GPIO pin when there is activity on any netw actledPi blinks the Pi's ACT led on all mass storage I/O, i.e. not only the SD card. netledPi and hddledPi make use of Gordon Henderson's wiringPi library - wiringpi.com - so you have to have that installed in order to build the programs. Current versions of Raspbian come with wiringPi already installed. +EDIT 2020-05-19: It seems like the Pi 4B needs WiringPi 2.52. At the time of writing this, Raspbian comes with 2.50, i.e. you'll have to update WiringPi if you are on a Pi 4B. http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/ Building the programs is easy: gcc -Wall -O3 -o netledPi netledPi.c -lwiringPi From f19f87e4b71e32fa81707faeb8fa41396b0c7d55 Mon Sep 17 00:00:00 2001 From: Ragnar Jensen Date: Sun, 24 May 2020 10:51:28 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff2a17..e62e929 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ netledPi blinks a LED connected to a GPIO pin when there is activity on any netw actledPi blinks the Pi's ACT led on all mass storage I/O, i.e. not only the SD card. netledPi and hddledPi make use of Gordon Henderson's wiringPi library - wiringpi.com - so you have to have that installed in order to build the programs. Current versions of Raspbian come with wiringPi already installed. -EDIT 2020-05-19: It seems like the Pi 4B needs WiringPi 2.52. At the time of writing this, Raspbian comes with 2.50, i.e. you'll have to update WiringPi if you are on a Pi 4B. http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/ +**EDIT 2020-05-19: It seems like the Pi 4B needs WiringPi 2.52. At the time of writing this, Raspbian comes with 2.50, i.e. you'll have to update WiringPi if you are on a Pi 4B.** http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/ Building the programs is easy: gcc -Wall -O3 -o netledPi netledPi.c -lwiringPi