APF28Dev

From ArmadeusWiki
Revision as of 17:40, 16 April 2012 by Salocin68 (Talk | contribs) (Selecting LCD)

Jump to: navigation, search

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 console ${console} lcd_panel=LW700
## Switch baudrate to 115200 bps andpress ENTER ...
BIOS> saveenv