u-boot/board/ronetix/imx7-cm
Tom Rini 5f1720f282 MAINTAINERS: Fix path typos and similar
We have a number of cases where the in-tree path of files and where
they presumably were when the first version of a patch were posted
differ slightly.  Correct these to point at where the files are now.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-07-25 12:44:47 -04:00
..
imx7-cm.c imx: Add support for Ronetix's iMX7-CM board 2021-05-02 12:46:54 +02:00
Kconfig imx: Add support for Ronetix's iMX7-CM board 2021-05-02 12:46:54 +02:00
MAINTAINERS MAINTAINERS: Fix path typos and similar 2023-07-25 12:44:47 -04:00
Makefile imx: Add support for Ronetix's iMX7-CM board 2021-05-02 12:46:54 +02:00
README imx: Add support for Ronetix's iMX7-CM board 2021-05-02 12:46:54 +02:00
spl.c imx: Add support for Ronetix's iMX7-CM board 2021-05-02 12:46:54 +02:00

U-Boot for the Ronetix i.MX7-CM board

Build U-Boot
============
$ make imx7_cm_defconfig
$ make

Burn the images to a SD card
============================
$ sudo dd if=SPL of=/dev/sdX bs=1k seek=1; sync
$ sudo dd if=u-boot-dtb.img  of=/dev/sdX bs=1k seek=69; sync