I have switched my Rpi 3B+ to piCore 6.10 recently. I have again tried to disable network, power and status LEDs - in the bedroom. I have added these lines to config.txt. It doesn't work. I have the impression that during boot, the LEDs are off for an instance but then this gets overwritten by something else.
How can I get this to work?
Thanks
Guido
Code:
# Disable Ethernet LEDs
dtparam=eth_led0=14
dtparam=eth_led1=14
# 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
Thanks
Guido