APF28Dev: Difference between revisions

From ArmadeusWiki
(New page: ==Description== This is the Armadeus System's standard development board/baseboard for the APF28 module. ==Errata== ==Resources== * Datasheet and schema * [http://ww...)
 
Line 46: Line 46:
* [[JTAG]]
* [[JTAG]]
* [[MX28|Battery / Supply handling]]
* [[MX28|Battery / Supply handling]]
|}
==Temporary fixes==
===Backlight===
* Force backlight to ON state:
<pre class="apf">
echo 124 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio124/direction
echo 1 > /sys/class/gpio/gpio124/value
</pre>


[[Category:DevelopmentBoards]]
[[Category:DevelopmentBoards]]
[[Category:Hardware]]
[[Category:Hardware]]

Revision as of 19:02, 15 February 2012

Description

This is the Armadeus System's standard development board/baseboard for the APF28 module.

Errata

Resources

Feature list

Audio

Video Out

User Input

Wired communication

Storage

Realtime

Other

Temporary fixes

Backlight

  • Force backlight to ON state:
echo 124 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio124/direction
echo 1 > /sys/class/gpio/gpio124/value