¿ªÔÆÌåÓý

Re: sBITX 64Bit Pi Image Available #sBitx


 

On Sat, Jun 1, 2024 at 06:53 AM, Bruce W4BRU wrote:
Thanks for the quick response, JJ. Here's what I got.

~/sbitx $ ./sbitx
sbitx v3.02
gpio: Unable to open GPIO direction interface for pin 17: No such file or directory
wiringPiISR: unable to open /sys/class/gpio/gpio17/value: No such file or directory
pi@sbitx:~/sbitx $?

73, Bruce, W4BRU
Ok thanks for sending that. Something in wiringPi was overwritten or a function is missing.

You can try this in terminal to resolve the issues.

cd $HOME
sudo rm -rf WiringPi/
cd $HOME
git clone https://github.com/WiringPi/WiringPi.git
cd WiringPi
./build

then? reboot.


-JJ

Join [email protected] to automatically receive all group messages.