linuxOS_D21X/source/uboot-2021.10/board/ronetix/imx7-cm
2024-11-29 16:13:46 +08:00
..
imx7-cm.c v1.2.0 2024-11-29 16:13:46 +08:00
Kconfig v1.2.0 2024-11-29 16:13:46 +08:00
MAINTAINERS v1.2.0 2024-11-29 16:13:46 +08:00
Makefile v1.2.0 2024-11-29 16:13:46 +08:00
README v1.2.0 2024-11-29 16:13:46 +08:00
spl.c v1.2.0 2024-11-29 16:13:46 +08: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