|
To resolve issues with RaspClaws on Raspberry Pi 4, I removed autostart from webServer.py and commented out the launch of startup.sh in /etc/rc.local to fix boot hangs. I edited /usr/local/lib/python3.9/dist-packages/Adafruit_GPIO/Platform.py to replace 'BCM2835' with 'BCM2711' for the I2C error, uninstalled numpy, and installed OpenCV using the necessary libraries. Finally, I created a systemd service file for webServer.py, enabled it, and rebooted the system. |
|