blob: 43e8c4fb7aca5012bdc1e81ed55181c36fffedc2 [file] [log] [blame]
Ilko Ilievfdd2f352021-04-16 15:48:13 +02001U-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