blob: 12d1e2180c81b977b9d29a5f9dd7851c09316cce [file] [log] [blame]
Jagan Teki0d6d48b2016-10-08 18:00:11 +05301How to use U-Boot on Engicam i.CoreM6 DualLite/Solo and Quad/Dual Starter Kit:
2-----------------------------------------------------------------------------
3
Jagan Teki6d45e1b2016-10-08 18:00:24 +05304- Configure U-Boot for Engicam i.CoreM6 QDL:
Jagan Teki0d6d48b2016-10-08 18:00:11 +05305
6$ make mrproper
7$ make icorem6qdl_mmc_defconfig
Jagan Teki6d45e1b2016-10-08 18:00:24 +05308
9- Build for i.CoreM6 DualLite/Solo
10
Jagan Teki0d6d48b2016-10-08 18:00:11 +053011$ make
12
Jagan Teki6d45e1b2016-10-08 18:00:24 +053013- Build for i.CoreM6 Quad/Dual
14
15$ make DEVICE_TREE=imx6q-icore
16
Jagan Teki46e8ea92016-10-08 18:00:19 +053017This will generate the SPL image called SPL and the u-boot-dtb.img.
Jagan Teki0d6d48b2016-10-08 18:00:11 +053018
19- Flash the SPL image into the micro SD card:
20
21sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
22
Jagan Teki46e8ea92016-10-08 18:00:19 +053023- Flash the u-boot-dtb.img image into the micro SD card:
Jagan Teki0d6d48b2016-10-08 18:00:11 +053024
Jagan Teki46e8ea92016-10-08 18:00:19 +053025sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync
Jagan Teki0d6d48b2016-10-08 18:00:11 +053026
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