Lines Matching +full:1 +full:- +full:cell
7 processor, composed of a quad Cortex®-A53 cluster and a single Cortex®-M7 core.
8 Zephyr OS is ported to run on the Cortex®-A53 core.
10 - Board features:
12 - RAM: 2GB LPDDR4
13 - Storage:
15 - SanDisk 16GB eMMC5.1
16 - Micron 32MB QSPI NOR
17 - microSD Socket
18 - Wireless:
20 - WiFi: 2.4/5GHz IEEE 802.11b/g/n
21 - Bluetooth: v4.1
22 - USB:
24 - OTG - 2x type C
25 - Ethernet
26 - PCI-E M.2
27 - Connectors:
29 - 40-Pin Dual Row Header
30 - LEDs:
32 - 1x Power status LED
33 - 1x UART LED
34 - Debug
36 - JTAG 20-pin connector
37 - MicroUSB for UART debug, two COM ports for A53 and M7
48 +-----------+------------+-------------------------------------+
51 | GIC-v3 | on-chip | interrupt controller |
52 +-----------+------------+-------------------------------------+
53 | ARM TIMER | on-chip | system clock |
54 +-----------+------------+-------------------------------------+
55 | CLOCK | on-chip | clock_control |
56 +-----------+------------+-------------------------------------+
57 | PINMUX | on-chip | pinmux |
58 +-----------+------------+-------------------------------------+
59 | RDC | on-chip | Resource Domain Controller |
60 +-----------+------------+-------------------------------------+
61 | UART | on-chip | serial port |
62 +-----------+------------+-------------------------------------+
63 | GPT | on-chip | timer |
64 +-----------+------------+-------------------------------------+
65 | ENET | on-chip | ethernet port |
66 +-----------+------------+-------------------------------------+
71 ------------
76 -----------
84 U-Boot "cpu" command is used to load and kick Zephyr to Cortex-A secondary Core, Currently
85 it has been supported in latest U-Boot version by `patch serials`_.
91 plug the SD card into the board. Power it up and stop the u-boot execution at
94 Use U-Boot to load and kick zephyr.bin to Cortex-A53 Core0:
96 .. code-block:: console
98 fatload mmc 1:1 0x93c00000 zephyr.bin; dcache flush; icache flush; go 0x93c00000
100 Or kick zephyr.bin to the other Cortex-A53 Core, for example Core2:
102 .. code-block:: console
104 fatload mmc 1:1 0x93c00000 zephyr.bin; dcache flush; icache flush; cpu 2 release 0x93c00000
108 for example, with the :zephyr:code-sample:`synchronization` sample:
110 .. zephyr-app-commands::
111 :zephyr-app: samples/synchronization
112 :host-os: unix
119 .. code-block:: console
121 *** Booting Zephyr OS build zephyr-v3.1.0-3575-g44dd713bd883 ***
128 Use Jailhouse hypervisor, after root cell linux is up:
130 .. code-block:: console
132 #jailhouse enable imx8mn.cell
133 #jailhouse cell create imx8mn-zephyr.cell
134 #jailhouse cell load 1 zephyr.bin -a 0x93c00000
135 #jailhouse cell start 1
141 …/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-8m-n…