]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/engicam/icorem6/README
imx6: icorem6: Rename engicam icorem6 defconfig files
[people/ms/u-boot.git] / board / engicam / icorem6 / README
CommitLineData
5bdf6b57 1How to use U-Boot on Engicam i.CoreM6 Solo/DualLite and Quad/Dual Starter Kit:
f4b7532f
JT
2-----------------------------------------------------------------------------
3
f4b7532f 4$ make mrproper
5c0d38f6 5
5bdf6b57
JT
6- Configure U-Boot for Engicam i.CoreM6 Quad/Dual:
7$ make imx6q_icore_mmc_defconfig
f4b7532f 8
5bdf6b57
JT
9- Configure U-Boot for Engicam i.CoreM6 Solo/DualLite:
10$ make imx6dl_icore_mmc_defconfig
5c0d38f6 11
5bdf6b57
JT
12- Build U-Boot
13$ make
5c0d38f6 14
e88edc7b 15This will generate the SPL image called SPL and the u-boot-dtb.img.
f4b7532f
JT
16
17- Flash the SPL image into the micro SD card:
18
19sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
20
e88edc7b 21- Flash the u-boot-dtb.img image into the micro SD card:
f4b7532f 22
e88edc7b 23sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync
f4b7532f
JT
24
25- Jumper settings:
26
27MMC Boot: JM3 Closed
28
29- Connect the Serial cable between the Starter Kit and the PC for the console.
30(J28 is the Linux Serial console connector)
31
32- Insert the micro SD card in the board, power it up and U-Boot messages should
33come up.