Good morning,
I use DietPi in my ASUS ASUS Tinker Board.
To stop ASUS TB heartbeat led from flashing I change heartbeat-led option in DietPi Config (Display Options -> LED Control) to "none" ("DietPi Config ASUS TB LED HB Off.png"). It works perfectly but as soon as I reboot the board it changes back to "heartbeat" ("DietPi Config ASUS TB LED HB On.png").
Can you please tell me if there's a way to make option "none" reboot resistant?
Tank you.
Best regards,
Paulo Reis
DietPi Config ASUS TB heartbeat-led Topic is solved
Re: DietPi Config ASUS TB heartbeat-led
Hi,
many thanks for your message. Looks like similar to this post viewtopic.php?f=11&t=7792
Even it's not the same board, but somehow LED settings reverted back to default on reboot.
many thanks for your message. Looks like similar to this post viewtopic.php?f=11&t=7792
Even it's not the same board, but somehow LED settings reverted back to default on reboot.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: DietPi Config ASUS TB heartbeat-led
Many thanks for your report. LED triggers should be applied via udev rules on early boot once those are recognised. Can you please do the following after a reboot with LEDs back to default:
Code: Select all
cat /etc/udev/rules.d/dietpi-led_control.rules
cat /sys/class/leds/led{0,1}/trigger
udevadm trigger -c add /sys/class/leds/led0
udevadm trigger -c add /sys/class/leds/led1
cat /sys/class/leds/led{0,1}/trigger
Re: DietPi Config ASUS TB heartbeat-led
A fix will implemented with coming DietPi version v6.31
https://github.com/MichaIng/DietPi/issu ... -652509568
https://github.com/MichaIng/DietPi/issu ... -652509568
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: DietPi Config ASUS TB heartbeat-led
Good afternoon,
Thank you for your quick reply, and specially for DietPi.
Best regards,
Paulo Reis
Thank you for your quick reply, and specially for DietPi.
Best regards,
Paulo Reis