pi@TestPi4:~ $ python3 --version Python 3.11.2
Hinweis: Messy braucht mindestens Python 3.10 !!
sudo apt update && sudo apt upgrade -y && sudo apt install -y git silversearcher-ag wavemon hexedit sudoku tcpdump iptraf mc htop dcfldd nano usbutils openvpn ranger tldr ncdu can-utils multitail fd-find lsof x11vnc terminator minicom cutecom joystick jstest-gtk i2c-tools speedtest-cli iotop && mkdir -p ~/.local/share && tldr -u
sudo apt autoremove -y modem* cups* pulse* avahi* triggerhappy*
sudo systemctl disable mariadb.service
sudo systemctl stop mariadb.service
sudo apt install -y thonny cutecom sqlitebrowser build-essential pkg-config libusb-1.0-0-dev cmake make gcc python3-dev libhidapi-dev python3-virtualenv python3-tk lm-sensors mariadb-server mariadb-client libopenblas-dev
sudo apt autoremove -y modem* cups* pulse* avahi* triggerhappy*
sudo raspi-config
sudo nano /boot/firmware/config.txt
dtparam=i2c_arm=off
dtoverlay=i2c-gpio,i2c_gpio_sda=3,i2c_gpio_scl=2,bus=1
→ einfügensudo reboot
ls /dev/i2c*
sudo nano /boot/firmware/config.txt
dtoverlay=disable-bt
sudo systemctl disable hciuart.service
sudo systemctl disable bluealsa.service
sudo systemctl disable bluetooth.service
sudo nano /boot/firmware/config.txt
dtoverlay=disable-wifi
sudo nano /boot/firmware/config.txt
dtparam=act_led_trigger=mmc0
dtparam=act_led_activelow=on
sudo dphys-swapfile swapoff
/etc/dphys-swapfile
and modify the variable CONF_SWAPSIZE : CONF_SWAPSIZE=1024
sudo nano /etc/dphys-swapfile
sudo dphys-swapfile swapon
sudo reboot