Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field

Description

DISPLAY NAME

name show into the resolution list when seco_config command is used

KERNEL DISPLAY NAME

name of the resolution added into the kernel file arch/arm/boot/dts/imx6qdl-seco_lvds_display.dtsi ($name variable)

PIXEL FORMAT

splay interface pixel format as below:

Code Block
    RGB666          IPU_PIX_FMT_RGB666
    RGB565          IPU_PIX_FMT_RGB565
    RGB24           IPU_PIX_FMT_RGB24
    BGR24           IPU_PIX_FMT_BGR24
    GBR24           IPU_PIX_FMT_GBR24
    YUV444          IPU_PIX_FMT_YUV444
    YUYV            IPU_PIX_FMT_YUYV
    UYVY            IPU_PIX_FMT_UYVY
    YVYV            IPU_PIX_FMT_YVYU
    VYUY            IPU_PIX_FMT_VYUY

iDATA MAPPING

iDATA MAPPING

...

DATA MAPPING

color signals mapping order [ jeida | spwg | vesa ]

LDB SETTING

...

i.MX6 LVDS setting. Leave empty to use the default (display single channel)

...

(ldb=spl0 -> split mode, used for display dual channel)

CHANNEL NUMBER

...

number of channel to use (leave 1 for default configuration)

Once it is done, you can boot the board using seco_config tool to configure the Device Tree Overlay.

...