Raspberry-Pi-Installer-Scripts
Raspberry-Pi-Installer-Scripts copied to clipboard
raspi-config was being called with W1 as enable / disable parameter instead of 0 / 1 .
Running adafruit-pitft.py on Ubuntu 22.04.5 LTS python3 adafruit-pitft.py --display=35r --rotation=270 --install-type=console I get the following "red lines": ``` PITFT grep: /etc/gdm3/custom.conf PITFT : No such file or directory PITFT sed:...
### Script Command ```shell python3 adafruit-pitft.py --display=35r --rotation=270 --install-type=console ``` ### Operating System 64 bit Ubuntu 22.04.5 LTS ### Hardware Raspberry pi 3B + ### Behavior Script fails with: Remove...
### Script Command ```shell wget https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/raw/main/i2samp.py sudo -E env PATH=$PATH python3 i2samp.py ``` ### Operating System 64 bit Raspberry Pi OS (2024-07-04 release plus updates from apt update/apt upgrade). ###...
### Script Command ```shell sudo -E env PATH=$PATH python3 adafruit-pitft.py --display=35r --rotation=90 --install-type=fbcp ``` ### Operating System 32bit DietPi v9.6.1 ### Hardware Raspberry Pi Model B Rev 2 ### Behavior...