1
- .. _ mimx8mp_phyboard_pollux :
1
+ .. _ phyboard_pollux :
2
2
3
- PhyBOARD Pollux (NXP i.MX8M Plus)
4
- #################################
3
+ phyBOARD- Pollux i.MX8M Plus
4
+ ###########################
5
5
6
6
Overview
7
7
********
8
8
9
- The PhyBOARD Pollux is based upon the PhyCore -i.MX8M Plus SOM which is based on
9
+ The phyBOARD- Pollux is based upon the phyCORE -i.MX8M Plus SOM which is based on
10
10
the NXP i.MX8M Plus SoC. The SoC includes four Coretex-A53 cores and one
11
- Coretex-M7 core for real time applications like Zephyr. The PhyBOARD Pollux
11
+ Coretex-M7 core for real time applications like Zephyr. The phyBOARD- Pollux
12
12
can be used for various applications like SmartHomes, Industry 4.0, IoT etc.
13
13
It features a lots of interfaces and computing capacity. It can be used as
14
14
a reference, to develop or in the final product too.
@@ -33,7 +33,7 @@ Board features:
33
33
- MMX/SD/SDIO: microSD slot
34
34
- Display: LVDS(1x4 or 1x8), MIPI DSI(1x4), HDMI
35
35
- Audio: SAI
36
- - Camera: 2x MIPI CSI-2 (PhyCAM -M)
36
+ - Camera: 2x MIPI CSI-2 (phyCAM -M)
37
37
- Expansion Bus: I2C, SPI, SDIO, UART, USB
38
38
- JTAG: via PEB-EVAL-01
39
39
- LEDs:
@@ -45,14 +45,14 @@ Board features:
45
45
:width: 720px
46
46
:align: center
47
47
:height: 405px
48
- :alt: PhyBOARD Pollux
48
+ :alt: phyBOARD- Pollux
49
49
50
50
More information about the board can be found at the `PHYTEC website `_.
51
51
52
52
Supported Features
53
53
==================
54
54
55
- The Zephyr mimx8mp_phyboard_polis board configuration supports the following hardware
55
+ The Zephyr phyboard_polis board configuration supports the following hardware
56
56
features:
57
57
58
58
+-----------+------------+------------------------------------+
@@ -74,7 +74,7 @@ features:
74
74
+-----------+------------+------------------------------------+
75
75
76
76
The default configuration can be found in the defconfig file:
77
- :zephyr_file: `boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig `.
77
+ :zephyr_file: `boards/phytec/phyboard_pollux/phyboard_pollux_mimx8ml8_m7_defconfig `.
78
78
79
79
It's recommended to disable peripherals used by the M7-Core on the host running
80
80
on the Linux host. Other hardware features are not currently supported with
107
107
108
108
The pinmuxing for the GPIOs is the standard pinmuxing of the mimx8mp devicetree
109
109
created by NXP and can be found at
110
- :zephyr_file: `dts/arm/nxp/nxp_imx8ml_m7.dtsi `. The Pinout of the PhyBOARD Polis
110
+ :zephyr_file: `dts/arm/nxp/nxp_imx8ml_m7.dtsi `. The Pinout of the phyBOARD- Polis
111
111
can be found at the `PHYTEC website `_.
112
112
113
113
Programming and Debugging
@@ -198,7 +198,7 @@ Connect to the console via your favorite terminal program. For example:
198
198
Flashing and Debugging via JTAG
199
199
===============================
200
200
201
- The PhyBOARD -Pollux can be debugged using a JTAG or SWD debug adapter. A Segger
201
+ The phyBOARD -Pollux can be debugged using a JTAG or SWD debug adapter. A Segger
202
202
JLink can be connected to the compatible JTAG connector on Phytec's
203
203
``PEB-EVAL-01 `` shield.
204
204
@@ -219,21 +219,21 @@ Here is an example for the :zephyr:code-sample:`hello_world` application:
219
219
220
220
.. zephyr-app-commands ::
221
221
:zephyr-app: samples/hello_world
222
- :board: mimx8mp_phyboard_pollux /mimx8ml8/m7
222
+ :board: phyboard_pollux /mimx8ml8/m7
223
223
:goals: flash
224
224
225
225
The console should now show the output of the application:
226
226
227
227
.. code-block :: console
228
228
229
229
*** Booting Zephyr OS build v3.7.0 ***
230
- Hello World! mimx8mp_phyboard_pollux /mimx8ml8/m7
230
+ Hello World! phyboard_pollux /mimx8ml8/m7
231
231
232
232
Starting a debug session is similar to flashing:
233
233
234
234
.. zephyr-app-commands ::
235
235
:zephyr-app: samples/hello_world
236
- :board: mimx8mp_phyboard_pollux /mimx8ml8/m7
236
+ :board: phyboard_pollux /mimx8ml8/m7
237
237
:goals: debug
238
238
239
239
Starting the M7-Core from U-Boot and Linux
0 commit comments