Difference between revisions of "APF28Dev"

From ArmadeusWiki
Jump to: navigation, search
(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 11:51, 11 April 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

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