• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Jul-2021-

KconfigH A D05-Jul-2021174 1610

MAINTAINERSH A D05-Jul-2021146 66

MakefileH A D05-Jul-2021147 95

READMEH A D05-Jul-2021265 129

imx7-cm.cH A D05-Jul-20211.9 KiB9972

spl.cH A D05-Jul-20213.4 KiB157126

README

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