File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
boards/nxp/mimxrt700_evk/doc Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -218,3 +218,24 @@ should see the following message in the terminal:
218
218
219
219
.. _MIMXRT700-EVK Debug Firmware :
220
220
https://www.nxp.com/docs/en/application-note/AN13206.pdf
221
+
222
+ Display Support
223
+ ***************
224
+
225
+ The mimxrt700_evk board supports following in-tree display module(s). Setup for
226
+ each module is described below:
227
+
228
+ NXP G1120B0MIPI MIPI Display
229
+ ============================
230
+
231
+ The :ref: `g1120b0mipi ` connects to the board's MIPI connector J52
232
+ directly, but some modifications are required (see
233
+ :zephyr_file: `boards/shields/g1120b0mipi/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay `
234
+ for a list). The display sample can be built for this module like so:
235
+
236
+ .. zephyr-app-commands ::
237
+ :board: mimxrt700_evk
238
+ :shield: g1120b0mipi
239
+ :zephyr-app: samples/drivers/display
240
+ :goals: build
241
+ :compact:
Original file line number Diff line number Diff line change 22
22
regex :
23
23
- " Display sample for (.*)"
24
24
sample.display.g1120b0mipi :
25
- platform_allow : mimxrt595_evk/mimxrt595s/cm33
25
+ platform_allow :
26
+ - mimxrt595_evk/mimxrt595s/cm33
27
+ - mimxrt700_evk/mimxrt798s/cm33_cpu0
26
28
tags : display
27
29
harness : console
28
30
extra_args : SHIELD=g1120b0mipi
You can’t perform that action at this time.
0 commit comments