We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eef6d9 commit 19c1992Copy full SHA for 19c1992
install
100755
100644
@@ -31,7 +31,10 @@ if [ -e $DEV_FILE ]; then
31
echo -e '\n INSTALLING PI UPDATES AND REQUIREMENTS\n'
32
echo '--------------------------------------------'
33
sudo apt -y update
34
- sudo apt -y install build-essential wiringpi git cmake
+ sudo apt -y install build-essential git cmake
35
+ # Installing latest wiringpi compatible with RPI-OS
36
+ wget https://project-downloads.drogon.net/wiringpi-latest.deb -O /tmp/wiringpi-latest.deb
37
+ sudo dpkg -i /tmp/wiringpi-latest.deb
38
fi
39
elif [ $expert ]; then
40
echo -e 'Expert mode enabled.'
xenium-flash/bin/xenium-flash
-388 KB
xenium-flash/bin/xenium-jtag
-393 KB
0 commit comments