mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
6 lines
236 B
Bash
Executable File
6 lines
236 B
Bash
Executable File
raspi-config nonint do_memory_split 256
|
|
echo "dtoverlay=pi3-disable-wifi" | sudo tee -a /boot/config.txt
|
|
echo "dtoverlay=pi3-disable-bt" | sudo tee -a /boot/config.txt
|
|
sudo systemctl disable hciuart
|
|
#raspi-config noint enable_overlayfs
|