The NAVQ+ SOM board features an optional Status LED. The color of the LED is green.
Controlling Status LED in Software
The Status LED is turned on by default after the system start up.
To turn the LED off, the following command must be issued in the Linux shell:
...
Code Block |
---|
sudo sh -c "echo 1 > /sys/class/leds/status/brightness" |
Status LED Kernel Device Tree Configuration
The Status LED is driven by a i.MX8M Plus GPIO pin in the SOM hardware. The GPIO pin is described as follows in arch/arm64/boot/dts/freescale/imx8mp-navq.dts
in the Linux kernel source code:
...