[PROBLEM] GPIO busy - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] GPIO busy (/showthread.php?tid=7161) |
GPIO busy - chano22000 - 12-02-2024 Hi, I was running Moode 8.3.6 without any major issue and did a fresh install of Moode 9.1.5. I now face an error when running a startup script (as the last command in /etc/rc.local) which initializes the handling of an ATX-like Audiophonics Pi power supply board (https://www.audiophonics.fr/en/power-supply-modules/audiophonics-pi-spc-reg-power-management-power-supply-for-raspberry-pi-p-11504.html). Executing the script manually (through Windows / Putty) gives the following "GPIO busy" error : Code: pi@moode:~ $ python /home/pi/spc_moode.py where spc_moode.py and line 27 are : Code: #!/usr/bin/python3 Does it mean that Moode v9 now takes some exclusive handling of the (input) GPIO ports, or ...? (GPIO buttons are left as is which means "not selected" in Moode/Configure/Peripherals/Other Peripherals) Thank you very much for your help as I have limited knowledge of Linux and Raspberry OS apart from some memory of early Unix systems ! Best regards. Philippe RE: GPIO busy - Tim Curtis - 12-02-2024 Your best bet is to contact Audiophonics since its their script thats failing. |