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