u-boot/board/ronetix/imx7-cm
Simon Glass dac3ce976a board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Use the new symbol to refer to any 'SPL' build, including TPL and VPL

Signed-off-by: Simon Glass <sjg@chromium.org>
2024-10-11 11:44:48 -06:00
..
imx7-cm.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06: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 board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:48 -06:00
README imx: Add support for Ronetix's iMX7-CM board 2021-05-02 12:46:54 +02:00
spl.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06: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