Skip to content

Commit 19c1992

Browse files
committed
RPI-OS Support
1 parent 3eef6d9 commit 19c1992

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

install

100755100644
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ if [ -e $DEV_FILE ]; then
3131
echo -e '\n INSTALLING PI UPDATES AND REQUIREMENTS\n'
3232
echo '--------------------------------------------'
3333
sudo apt -y update
34-
sudo apt -y install build-essential wiringpi git cmake
34+
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
3538
fi
3639
elif [ $expert ]; then
3740
echo -e 'Expert mode enabled.'

xenium-flash/bin/xenium-flash

-388 KB
Binary file not shown.

xenium-flash/bin/xenium-jtag

-393 KB
Binary file not shown.

0 commit comments

Comments
 (0)