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