Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8621

C/C++ • Re: wiring Pi 3.1 (github) via apt/bookworm for Pi 5?

$
0
0
1. Update your System

Code:

sudo apt updatesudo apt upgrade
2. Download and Install the Updated WiringPi

Code:

git clone https://github.com/WiringPi/WiringPi.gitcd WiringPi./build

Code:

gpio -v
gpio version: 3.18
Copyright (c) 2012–2019 Gordon Henderson; 2019–2026 Contributors
This is free software with ABSOLUTELY NO WARRANTY.
For details type: gpio -warranty

Hardware details:
Type: Pi 5, Revision: 00, Memory: 8192MB, Maker: Sony UK

System details:
* Device tree present.
Model: Raspberry Pi 5 Model B Rev 1.0
* Supports full user-level GPIO access via memory.
* Supports basic user-level GPIO access via /dev/gpiomem.
* Supports basic user-level GPIO access via /dev/gpiochip (slow).

Statistics: Posted by MisterEd — Tue Feb 17, 2026 9:31 am



Viewing all articles
Browse latest Browse all 8621

Trending Articles