Lines Matching +full:plug +full:- +full:in
3 phyBOARD-Nash i.MX93
9 The phyBOARD-Nash is based on the phyCORE-i.MX93 SoM is based on the NXP i.MX93
11 development or in the final product. It is an entry-level development board,
13 amount of resources in more specific designs.
15 i.MX93 MPU is composed of one cluster of 2x Cortex-A55 cores and a single
16 Cortex-M33 core. Zephyr OS is ported to run on one of the Cortex-A55 core as
17 well as the Cortex-M33 core.
19 - Memory:
21 - RAM: 512 MB - 2GB LPDDR4
22 - EEPROM: 4 kB - 32 kB
23 - eMMC: 8 GB - 256 GB
25 - Interfaces:
27 - Ethernet: 2x 10/100BASE-T (1x TSN Support)
28 - USB: 2x 2.0 Host / OTG
29 - Serial: 1x RS232 / RS485 Full Duplex / Half Duplex
30 - CAN: 1x CAN FD
31 - Digital I/O: via Expansion Connector
32 - MMX/SD/SDIO: microSD slot
33 - Display: LVDS(1x4 or 1x8), MIPI DSI(1x4), HDMI
34 - Audio: SAI
35 - Camera: 1x MIPI CSI-2 (phyCAM-M), 1x Parallel
36 - Expansion Bus: I2C, SPI, SDIO, UART, USB
38 - Debug:
40 - JTAG 10-pin connector
41 - USB-C for UART debug, 2x serial ports for A55 and M33
48 :alt: phyBOARD-Nash
58 +-----------+------------+-------------------------------------+
61 | GIC-v4 | on-chip | interrupt controller |
62 +-----------+------------+-------------------------------------+
63 | ARM TIMER | on-chip | system clock |
64 +-----------+------------+-------------------------------------+
65 | CLOCK | on-chip | clock_control |
66 +-----------+------------+-------------------------------------+
67 | PINMUX | on-chip | pinmux |
68 +-----------+------------+-------------------------------------+
69 | UART | on-chip | serial port |
70 +-----------+------------+-------------------------------------+
71 | TPM | on-chip | TPM Counter |
72 +-----------+------------+-------------------------------------+
77 +-----------+------------+-------------------------------------+
80 | NVIC | on-chip | interrupt controller |
81 +-----------+------------+-------------------------------------+
82 | SYSTICK | on-chip | systick |
83 +-----------+------------+-------------------------------------+
84 | CLOCK | on-chip | clock_control |
85 +-----------+------------+-------------------------------------+
86 | PINMUX | on-chip | pinmux |
87 +-----------+------------+-------------------------------------+
88 | UART | on-chip | serial port |
89 +-----------+------------+-------------------------------------+
94 ------------
96 This board configuration uses a system clock frequency of 24 MHz. Cortex-A55
97 Core runs up to 1.7 GHz. Cortex-M33 Core runs up to 200MHz in which SYSTICK runs
101 -----------
104 CPU's UART2 for A55 core and M33 core. The u-boot bootloader or Linux use the
111 plug the SD card into the board. Power it up and stop the u-boot execution at
114 Use U-Boot to load and execute zephyr.bin on Cortex-A55 Core0:
116 .. code-block:: console
124 .. zephyr-app-commands::
125 :zephyr-app: samples/hello_world
131 .. code-block:: console
133 *** Booting Zephyr OS build v3.7.0-848-gb4d99b124c6d ***
140 plug the SD card into the board. Power it up and stop the u-boot execution at
143 Use U-Boot to load and kick zephyr.bin to Cortex-M33 Core:
145 .. code-block:: console
151 .. zephyr-app-commands::
152 :zephyr-app: samples/hello_world
159 .. code-block:: console
161 *** Booting Zephyr OS build v3.7.0-848-gb4d99b124c6d ***
164 Starting the M7-Core from U-Boot and Linux
167 Loading binaries and starting the M33-Core is supported from Linux via
168 remoteproc. Please check the `phyCORE-i.MX93 BSP Manual`_ for more information.
176 https://www.phytec.eu/en/produkte/development-kits/phyboard-nash/
177 .. _phyCORE-i.MX93 BSP Manual:
178 https://phytec.github.io/doc-bsp-yocto/bsp/imx9/imx93/imx93.html