NXP 8MNANOLPD4-EVK

From SEGGER Knowledge Base
Jump to navigation Jump to search

This article describes specifics for the NXP 8MNANOLPD4-EVK evaluation board. It can be used to test & verify NXP iMX 8M Nano device support for Cortex-M7.

NXP 8MNANOLPD4 EVK board.png

Minimum requirements

  • J-Link software V7.94 or later
  • Micro SD card
  • Official U-Boot/Linux image from NXP

Preparing for J-Link

Connection Cortex-M7

  • Write the U-Boot/Linux image from NXP's web-site on the SD card.
  • Insert SD card in the card slot.
  • According to the board manual set boot from SD card
  • Connect the J-Link to JTAG connector (J902).
  • Connect the onboard USB-UART debug interface to host computer (J901).
  • Open a serial interface communication via terminal application(PuTTY).
  • Power the board via USB Type-C Power connector (J302).
  • Turn on the power switch (SW101).
  • Wait until the bootloader is started and interrupt the loading of the operating system(Linux Kernel). The output should look as follows:

NXP 8MNANOLPD4 EVK boot.png

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

NXP 8MNANOLPD4 EVK connect.png

Connection Cortex-A53

  • Write the following boot image on the SD card skipping first 32KB:

File:NXP iMX8MN flash.bin
For example:

dd if=NXP_iMX8MN_flash.bin of=/dev/sdb bs=1k seek=32; sync
  • Insert SD card in the card slot
  • According to the board manual set boot from SD card
  • Connect the J-Link to JTAG connector (J902).
  • Connect the onboard USB-UART debug interface to host computer (J901).
  • Open a serial interface communication via terminal application(PuTTY).
  • Power the board via USB Type-C Power connector (J302).
  • Turn on the power switch (SW101).

NXP 8MNANOLPD4 EVK A53 connect.png

Example Projects

The following example projects were created with the SEGGER Embedded Studio project wizard and run out-of-the-box on the NXP 8MNANOLPD4-EVK.
These are simple Hello World samples linked into the internal RAM.

SETUP

  • J-Link software: V7.98c
  • Embedded Studio: V8.14
  • Hardware: NXP 8MNANOLPD4-EVK

Cortex-A53

Cortex-M7