samples: drivers: display: Enable example for g1120b0mipi on mimxrt798s
Enable display example for g1120b0mipi shield on mimxrt798s board and update board document. Signed-off-by: Kate Wang <yumeng.wang@nxp.com>
This commit is contained in:
parent
4282687d40
commit
b74feaacb8
2 changed files with 24 additions and 1 deletions
|
@ -218,3 +218,24 @@ should see the following message in the terminal:
|
|||
|
||||
.. _MIMXRT700-EVK Debug Firmware:
|
||||
https://www.nxp.com/docs/en/application-note/AN13206.pdf
|
||||
|
||||
Display Support
|
||||
***************
|
||||
|
||||
The mimxrt700_evk board supports following in-tree display module(s). Setup for
|
||||
each module is described below:
|
||||
|
||||
NXP G1120B0MIPI MIPI Display
|
||||
============================
|
||||
|
||||
The :ref:`g1120b0mipi` connects to the board's MIPI connector J52
|
||||
directly, but some modifications are required (see
|
||||
:zephyr_file:`boards/shields/g1120b0mipi/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay`
|
||||
for a list). The display sample can be built for this module like so:
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:board: mimxrt700_evk
|
||||
:shield: g1120b0mipi
|
||||
:zephyr-app: samples/drivers/display
|
||||
:goals: build
|
||||
:compact:
|
||||
|
|
|
@ -22,7 +22,9 @@ tests:
|
|||
regex:
|
||||
- "Display sample for (.*)"
|
||||
sample.display.g1120b0mipi:
|
||||
platform_allow: mimxrt595_evk/mimxrt595s/cm33
|
||||
platform_allow:
|
||||
- mimxrt595_evk/mimxrt595s/cm33
|
||||
- mimxrt700_evk/mimxrt798s/cm33_cpu0
|
||||
tags: display
|
||||
harness: console
|
||||
extra_args: SHIELD=g1120b0mipi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue