How can we turn off the blue led on the Odroid-C2 ? In Raybuntu's build I can turn off the led by using this command:
echo none > /sys/class/leds/blue\:heartbeat/trigger
But in your build, it gives this error:
-sh: can't create /sys/class/leds/blue:heartbeat/trigger: nonexistent directory
Thanks.