Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Summary and minor edits

Summary

...

The following guide provides instructions for connecting a display to PHYTEC phyBOARD SBCs. The phyBOARD-Segin (phyCORE-i.MX6UL) is used in this example but the instructions are applicable to other phyBOARD parts. 

Hardware Requirements

...

  1. phyBOARD-Segin Kit (PB-02013) (or another suitable phyBOARD Kit)
  2. PEB-AV-02 LCD Display Adapter for Glyn Displays
  3. 40 pin FFC flex flat cable (PHYTEC Part # WF061)
  4. 7'' EDT Display (PHYTEC Part # AC104)
  5. AC power supply 12 V – 24 V DC/ min. 2.5 A
  6. Serial Cable - RS232 (not pictured)


Software Requirements

...

...

Setup

Download the BSP here and flash it to an create a bootable SD card according to the steps in the Getting Started Guide.

...

  • 115200 baud
  • 8 data bits
  • no parity
  • 1 stop bit
  • no handshaking

...

Insert the flat flex cable into the PEV-AV-02 Display Adapter board as shown below. Pull out the plastic locking mechanism, insert the cable, and engage the locking mechanism.

...

Connect the host PC and phyBOARD-Segin assembly with the serial cable (use UART0 on PEB-EVAL-01 board) and insert power connector into mating connector as seen below.

Modifying the expansion board configuration file

...

The BSP is preconfigured to support various expansion boards, including the 7" display, and simply need to be enabled for use. Apply power to the device and monitor the serial output. When prompted, stop auto-boot by sending a character in the serial terminal.

At the u-boot Barebox prompt, modify the config-expansions file with the command below:

Code Block
languagebash
u-boot$barebox$ edit /env/config-expansions

...

Press <Ctrl + d> to save changes and exit the editor. Execute the command below at the barebox Barebox prompt to save the environment and reboot the board:

Code Block
languagebash
u-boot$barebox$ saveenv
u-boot$barebox$ reset

Observe the display while the board boots:

...