mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 12:51:57 +00:00
Add board support for NXP i.MX8M Mini EVK. This board has the following features: Processor : i.MX8M Mini Quad applications processor Memory : 32-bit LPDDR4 w/2 GB eMMC 5.0/5.1 w/16 GB SD/MMC connector QSPI w/32 MB Connectivity : MIMO 1x1 Wi-Fi 802.11a/b/g/n/ac and BT4.1 Ethernet PCIe M.2 USB : 2x USB 3.0 Type C Debug : JTAG connector MicroUSB for debug console More information about this board can be found in NXP website: https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/evaluation-kit-for-thebr-i.mx-8m-mini-applications-processor:8MMINILPD4-EVK Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
12 lines
241 B
CMake
12 lines
241 B
CMake
#
|
|
# Copyright (c) 2020, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_set_debugger_ifnset(jlink)
|
|
board_set_flasher_ifnset(jlink)
|
|
|
|
board_runner_args(jlink "--device=MIMX8MD6_M4")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|