NXP MCIMX8DXL-WEVK

From SEGGER Wiki
Revision as of 10:07, 5 April 2024 by Artjom.Kister (talk | contribs) (Created page with "This article describes specifics for the NXP MCIMX8DXL-WEVK evaluation board. It can be used to test & verify NXP iMX 8 XLite device support for Cortex-M4. __TOC__ File:NXP_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article describes specifics for the NXP MCIMX8DXL-WEVK evaluation board. It can be used to test & verify NXP iMX 8 XLite device support for Cortex-M4.

NXP MCIMX8DXL EVK board.jpg

Minimum requirements

  • J-Link software V7.94 or later
  • The board should have a bootloader(U-Boot) image on one of the available boot device

Preparing for J-Link

  • Connect the J-Link to JTAG connector (J18).
  • Connect the onboard USB-UART debug interface to host computer (J19).
  • Open a serial interface communication via terminal application(PuTTY).
  • Power the board via USB Type-C Power connector (J1).
  • Wait until the bootloader is started and interrupt the loading of the operating system(Linux Kernel). The output should look as follows:

NXP MCIMX8DXL EVK boot.png

  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP MCIMX8DXL EVK connect.png

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP MCIMX8DXL-WEVK.
It is a simple Hello World sample linked into the internal flash.

SETUP