Skip to content

Commit

Permalink
kernel-labs: Fix description of LEDs behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Raynal <[email protected]>
  • Loading branch information
miquelraynal committed Nov 26, 2024
1 parent 3b9560c commit 86dca85
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ \section{Driving LEDs}
\code{default-state} property of each LED subnode.

Reboot the board using the new DTS and observe the LEDs default states
change, except one of them which will not turn on. It is expected. If
you look again at the common file defining the LEDs, they are actually
all linked to a \code{linux,default-trigger}. The default state only
applies until the trigger starts its activity. The one that remains off
is actually driven by the eMMC trigger, you can try to make it blink by
creating a bit of activity on the eMMC bus (but do not overwrite its
content!).
change, except one of them which will rapidly turn back off. It is
expected. If you look again at the common file defining the LEDs, they
are actually all linked to a \code{linux,default-trigger}. The default
state only applies until the trigger starts its activity. The one
quickly turns off is actually driven by the eMMC trigger, you can try to
make it blink by creating a bit of activity on the eMMC bus (but do not
overwrite its content!).

One of the remaining LEDs is driven by the SD card and the other is
supposed to be a heartbeat, which you can enable with
Expand Down

0 comments on commit 86dca85

Please sign in to comment.