Fabio Estevam 8e1693c1a5 configs/imx8mm-evk_defconfig: new defconfig há 5 meses atrás
..
patches 8e1693c1a5 configs/imx8mm-evk_defconfig: new defconfig há 5 meses atrás
extlinux.conf.in 8e1693c1a5 configs/imx8mm-evk_defconfig: new defconfig há 5 meses atrás
genimage.cfg.in 8e1693c1a5 configs/imx8mm-evk_defconfig: new defconfig há 5 meses atrás
post-build.sh 8e1693c1a5 configs/imx8mm-evk_defconfig: new defconfig há 5 meses atrás
readme.txt 8e1693c1a5 configs/imx8mm-evk_defconfig: new defconfig há 5 meses atrás

readme.txt

NXP i.MX8MM EVK
===============

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

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

Configure Buildroot and build it:

$ make imx8mm-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 the ttyUSB1 port. For example: sudo picocom -b 115200 /dev/ttyUSB1
- Power on the board.