Skip to content
richard-hu edited this page Jan 29, 2015 · 4 revisions

This version of u-boot supports SPL and dynamically loads dtb(device tree blob) for imx6Q/imx6DL/imx6solo

  1. Build u-boot:

make wandboard_spl_defconfig

make

  1. Flash u-boot to SD card:

sudo dd if=SPL of=/dev/sdX bs=1k seek=1 oflag=dsync

Create FAT partition in first partition of SD card. Then, copy u-boot.img, zImage and dtb file to FAT partition.

Clone this wiki locally