Fabio Estevam 9d544ef3bd configs/imx8mp-evk_defconfig: new defconfig 5 mesi fa
..
patches 9d544ef3bd configs/imx8mp-evk_defconfig: new defconfig 5 mesi fa
extlinux.conf.in 9d544ef3bd configs/imx8mp-evk_defconfig: new defconfig 5 mesi fa
genimage.cfg.in 9d544ef3bd configs/imx8mp-evk_defconfig: new defconfig 5 mesi fa
post-build.sh 9d544ef3bd configs/imx8mp-evk_defconfig: new defconfig 5 mesi fa
readme.txt 9d544ef3bd configs/imx8mp-evk_defconfig: new defconfig 5 mesi fa

readme.txt

NXP i.MX8MP EVK
===============

This is a Buildroot target for building an image for the imx8mp-evk
board using upstream components: TF-A, U-Boot and kernel.

How to build it
===============

Configure Buildroot and build it:

$ make imx8mp-evk_defconfig
$ make

Flashing the SD card image
==========================

Copy the sdcard.img file into the SD card:

$ sudo dd if=output/images/sdcard.img of=; sync


Booting the board
=================

To boot your newly created system:

- Insert the SD card in the MicroSD slot of the board.
- Connect a serial to USB cable to the DEBUG port.
- Open a terminal on ttyUSB2 port. For example: sudo picocom -b 115200 /dev/ttyUSB2
- Power on the board.