Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions ODROID-C2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,32 @@
* Note: Reboot after installation for udev rules to take effect.
* Framebuffer Mali EGL and GLES drivers: odroid-c2-libgl-fb
* wiringPi modified for the ODROID-C2: wiringc1

## Headless Mode
For servers (ie, no need for a display), uncomment the following in
`/boot/boot.ini` to free up approx 300M of memory at the cost of disabling the
video subsystem:

setenv nographics "1"

## LEDs
ODROIDs have dual LEDs: a red power LED which is always on if power is
supplied, and a blue LED which can be configured.

By default, the blue LED is a heartbeat LED, which flashes when the kernel is
running. This can be configured in `/sys/class/leds/blue:heartbeat/trigger`.

To list available triggers:

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

Replace TRIGGER with one of the available triggers. This setting will apply
instantly, but be lost upon reboot.

# echo TRIGGER > /sys/class/leds/blue:heartbeat/trigger

To create a persistent configuration, edit or create
`/etc/tmpfiles.d/leds.conf`:

w /sys/class/leds/blue:heartbeat/trigger - - - - TRIGGER