Tested Waveshare Core1262 LoRa Module on PiOS Trixie according LoRaRF-Python Wiring Connections table. LoRa.begin() call resulted in [Errno 16] Device or resource busy. GPIO 8 pin locked by PiOS driver. Fixed by
dtoverlay=spi0-0cs added to the bottom of Trixie /boot/firmware/config.txt
Easy fix thanks to @makermelissa, giving more insight in
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/spi-sensors-devices#reassigning-or-disabling-the-spi-chip-enable-lines-3097985
After fix and reboot the LoRa.begin() call worked fine on Raspberry Pi Zero and Raspberry Pi 5 with LoRaRF-Python code using gpiod thanks to @chandrawi contribution for which I am most grateful.
Tested Waveshare Core1262 LoRa Module on PiOS Trixie according LoRaRF-Python Wiring Connections table. LoRa.begin() call resulted in [Errno 16] Device or resource busy. GPIO 8 pin locked by PiOS driver. Fixed by
dtoverlay=spi0-0cs added to the bottom of Trixie /boot/firmware/config.txt
Easy fix thanks to @makermelissa, giving more insight in
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/spi-sensors-devices#reassigning-or-disabling-the-spi-chip-enable-lines-3097985
After fix and reboot the LoRa.begin() call worked fine on Raspberry Pi Zero and Raspberry Pi 5 with LoRaRF-Python code using gpiod thanks to @chandrawi contribution for which I am most grateful.