Difference between revisions of "APF28Dev"
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...) |
(→Feature list) |
||
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 18:02, 15 February 2012
Contents
Description
This is the Armadeus System's standard development board/baseboard for the APF28 module.
Errata
Resources
Feature list
Audio
Video Out |
User InputWired communicationStorage |
RealtimeOther |
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