Lines Matching +full:data +full:- +full:lanes
9 8M Mini SoloLite. The top-tier i.MX 8M Mini Quad features four Cortex-A53 cores as the main
10 processor cluster. The cores provide complete 64-bit Armv8-A support while maintaining seamless
11 backwards compatibility with 32-bit Armv7-A software. The main cores run at up to 1.8 GHz for
14 In addition to the main CPU complex, the i.MX 8M Mini features a Cortex-M4F processor which
17 multicore system allows for the running of additional real-time operating systems on the M4 cores
18 for time- and security-critical tasks.
20 - Board features:
22 - RAM: 1GB - 2GB (LPDDR4)
23 - Storage:
25 - 4GB - 17GB eMMC
26 - 2KB I²C EEPROM
27 - Wireless:
29 - WiFi Dual-band 802.11 ac/a/b/g/n 2.4/5 GHz
30 - Bluetooth 5/BLE
31 - USB:
33 - 1x USB2.0 Host
34 - 1x USB2.0 OTG
35 - Ethernet Gigabit
36 - Interfaces:
38 - MIPI DSI 1x4 Data Lanes
39 - PCIe Gen 2
40 - MIPI CSI-2
41 - SPI
42 - QSPI
43 - UART
44 - I²C
45 - I²S
46 - SD/SDIO/MMC
47 - GPIOs
48 - CAN
49 - ADC
50 - S/PDIF
51 - Debug
53 - JTAG 10-pin connector
64 +-----------+------------+-------------------------------------+
67 | NVIC | on-chip | nested vector interrupt controller |
68 +-----------+------------+-------------------------------------+
69 | SYSTICK | on-chip | systick |
70 +-----------+------------+-------------------------------------+
71 | CLOCK | on-chip | clock_control |
72 +-----------+------------+-------------------------------------+
73 | PINMUX | on-chip | pinmux |
74 +-----------+------------+-------------------------------------+
75 | UART | on-chip | serial port-polling; |
76 | | | serial port-interrupt |
77 +-----------+------------+-------------------------------------+
78 | GPIO | on-chip | GPIO output |
80 +-----------+------------+-------------------------------------+
102 ``zephyr,shell-uart`` in the :zephyr_file:`boards/toradex/verdin_imx8mm/verdin_imx8mm_mimx8mm6_m4.d…
104 +---------------+-----------------+---------------------------+
108 +---------------+-----------------+---------------------------+
110 +---------------+-----------------+---------------------------+
111 | UART_3 | UART1 | Cortex-A53 debug UART |
112 +---------------+-----------------+---------------------------+
113 | UART_4 | UART4 | Cortex-M4 debug UART |
114 +---------------+-----------------+---------------------------+
143 +------------+-------------------------+------------------------+-----------------------+----------…
144 | Region | Cortex-A53 | Cortex-M4 (System Bus) | Cortex-M4 (Code Bus) | Size …
146 | OCRAM | 0x00900000-0x0093FFFF | 0x20200000-0x2023FFFF | 0x00900000-0x0093FFFF | 256KB …
147 +------------+-------------------------+------------------------+-----------------------+----------…
148 | TCMU | 0x00800000-0x0081FFFF | 0x20000000-0x2001FFFF | | 128KB …
149 +------------+-------------------------+------------------------+-----------------------+----------…
150 | TCML | 0x007E0000-0x007FFFFF | | 0x1FFE0000-0x1FFFFFFF | 128KB …
151 +------------+-------------------------+------------------------+-----------------------+----------…
152 | OCRAM_S | 0x00180000-0x00187FFF | 0x20180000-0x20187FFF | 0x00180000-0x00187FFF | 32KB …
153 +------------+-------------------------+------------------------+-----------------------+----------…
163 .. code-block:: none
166 - &tcml_code
167 - &ocram_code
168 - &ocram_s_code
171 - &tcmu_sys
172 - &ocram_sys
173 - &ocram_s_sys
175 Starting the Cortex-M4 via U-Boot
178 Load and run Zephyr on M4 from A53 using u-boot by copying the compiled
181 Power it up and stop at the u-boot prompt.
185 .. code-block:: console
193 .. code-block:: console
201 .. code-block:: console
207 Starting the Cortex-M4 via RemoteProc
213 In order to use remoteproc you have to add ``imx8mm-verdin_hmp_overlay.dtbo`` at
216 ``/boot/ostree/torizon-<hash>/dtb/overlays.txt``.
220 .. code-block:: console
222 verdin-imx8mm:~# echo zepyhr.elf > /sys/class/remoteproc/remoteproc0/firmware
223 verdin-imx8mm:~# echo start > /sys/class/remoteproc/remoteproc0/state
224 [ 94.714498] remoteproc remoteproc0: powering up imx-rproc
227 [ 94.733615] remoteproc remoteproc0: remote processor imx-rproc is now up
229 The M4-Core is now started up and running. You can see the output from Zephyr
239 Here is an example for the :zephyr:code-sample:`hello_world` application.
241 .. zephyr-app-commands::
242 :zephyr-app: samples/hello_world
249 .. code-block:: console
251 *** Booting Zephyr OS build zephyr-v3.4.0-1251-g43c549305bdb ***
255 https://developer.toradex.com/hardware/verdin-som-family/modules/verdin-imx8m-mini/