1U-Boot for the Ronetix i.MX7-CM board
2
3Build U-Boot
4============
5$ make imx7_cm_defconfig
6$ make
7
8Burn the images to a SD card
9============================
10$ sudo dd if=SPL of=/dev/sdX bs=1k seek=1; sync
11$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1k seek=69; sync
12