Difference between revisions of "APF28Dev"

From ArmadeusWiki
Jump to: navigation, search
(Backlight)
(Wired communication)
Line 32: Line 32:
 
* [[SPI]]
 
* [[SPI]]
 
* [[I2C]]
 
* [[I2C]]
* [[USB Host]]  
+
* [[USB Host]]
 +
* [[USB OTG]]
 
* [[CAN_bus_Linux_driver|CAN bus]]
 
* [[CAN_bus_Linux_driver|CAN bus]]
  

Revision as of 14:59, 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