Odroid C2 - Blue Led turn off

is any possible way to turn off blue led light on Odroid C2 (CoreElec 8.95.0)
THX

echo none > /sys/class/leds/blue:heartbeat/trigger

There are much more triggers. But some of them may not work.

cat /sys/class/leds/blue:heartbeat/trigger

none rc-feedback nand-disk timer oneshot [heartbeat] backlight gpio cpu0 cpu1 cpu2 cpu3 default-on transient flash torch sd emmc battery-charging-or-full battery-charging battery-full battery-charging-blink-full-solid ac-online

https://forum.odroid.com/viewtopic.php?f=139&t=19897

I use mine to indicate emmc access.

Add your choice to autostart.sh

YMMV