Difference between revisions of "APF28Dev"
From ArmadeusWiki
(→Feature list) |
(→Backlight) |
||
Line 59: | Line 59: | ||
[[Category:DevelopmentBoards]] | [[Category:DevelopmentBoards]] | ||
[[Category:Hardware]] | [[Category:Hardware]] | ||
+ | |||
+ | === Selecting LCD === | ||
+ | |||
+ | Two LCD are available for the apf28Dev kit. By default, TM035KBH02 is selected in Linux. To use the LW700, under U-Boot do : | ||
+ | |||
+ | <pre class="apf"> | ||
+ | BIOS> setenv baudrate ${baudrate} lcd_panel=LW700 | ||
+ | ## Switch baudrate to 115200 bps andpress ENTER ... | ||
+ | BIOS> saveenv | ||
+ | </pre> |
Revision as of 10:51, 11 April 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
Selecting LCD
Two LCD are available for the apf28Dev kit. By default, TM035KBH02 is selected in Linux. To use the LW700, under U-Boot do :
BIOS> setenv baudrate ${baudrate} lcd_panel=LW700 ## Switch baudrate to 115200 bps andpress ENTER ... BIOS> saveenv