[pi4] # 新版配置 # Disable the PWR LED dtparam=pwr_led_trigger=none # 设置pwr灯输出到 gpio15,activelow=on,按需设置 #dtoverlay=act-led,gpio=25,activelow=on # Disable the Activity LED dtparam=act_led_trigger=none # 设置act灯输出到 gpio16,activelow=on,按需设置 #dtoverlay=act-led,gpio=16,activelow=on # Disable ethernet port LEDs dtparam=eth_led0=4 dtparam=eth_led1=4 # Disable wifi dtoverlay=disable-wifi # Disable Buletooth dtoverlay=disable-bt
1 2 3 4 5 6 7 8 9 10
[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