โกPower Optimization
Power optimization tips
# Disable $ sudo /opt/vc/bin/tvservice -o # Enable $ sudo /opt/vc/bin/tvservice -p[all] dtoverlay=disable-btsudo systemctl stop {bluetooth,hciuart} sudo systemctl disable {bluetooth,hciuart}
echo '1-1' |sudo tee /sys/bus/usb/drivers/usb/unbindecho '1-1' |sudo tee /sys/bus/usb/drivers/usb/bind[pi4] # Disable the PWR LED dtparam=pwr_led_trigger=none dtparam=pwr_led_activelow=off # Disable the Activity LED dtparam=act_led_trigger=none dtparam=act_led_activelow=off # Disable ethernet port LEDs dtparam=eth_led0=4 dtparam=eth_led1=4
Reference
Last updated