2c0600fa1f3005484bbaf1c3d2db74f465367d34
Tech-dat/SBC-dat/RPI-dat/rpi-c-dat/rpi-c-dat.md
... | ... | @@ -0,0 +1,23 @@ |
1 | + |
|
2 | +# rpi-c-dat |
|
3 | + |
|
4 | + chmod +x 2_5449615149826598388 |
|
5 | + |
|
6 | + (.venv) root@raspberrypi:/home/pi# ./2_5449615149826598388 |
|
7 | + |
|
8 | + ./2_5449615149826598388: error while loading shared libraries: libwiringPi.so: cannot open shared object file: No such file or directory |
|
9 | + |
|
10 | + |
|
11 | +## WiringPi |
|
12 | + |
|
13 | +https://github.com/WiringPi/WiringPi |
|
14 | +https://github.com/WiringPi/WiringPi |
|
15 | + |
|
16 | +Unzip/use the portable prebuilt verison: |
|
17 | + |
|
18 | + # unzip the archive |
|
19 | + tar -xfv wiringpi_3.0.tar.gz |
|
20 | + Install the debian package: |
|
21 | + |
|
22 | + # install a dpkg |
|
23 | + sudo apt install ./wiringpi-3.0-1.deb |