blob: 6461c0adc886e9376f0764288926797f8d057a63 [file] [log] [blame]
Jagan Teki0786a452016-12-13 17:57:00 +01001How to use U-Boot on Engicam i.CoreM6 Solo/DualLite and Quad/Dual Starter Kit:
Jagan Teki0d6d48b2016-10-08 18:00:11 +05302-----------------------------------------------------------------------------
3
Jagan Teki0d6d48b2016-10-08 18:00:11 +05304$ make mrproper
Jagan Teki6d45e1b2016-10-08 18:00:24 +05305
Jagan Teki0786a452016-12-13 17:57:00 +01006- Configure U-Boot for Engicam i.CoreM6 Quad/Dual:
7$ make imx6q_icore_mmc_defconfig
Jagan Teki0d6d48b2016-10-08 18:00:11 +05308
Jagan Teki0786a452016-12-13 17:57:00 +01009- Configure U-Boot for Engicam i.CoreM6 Solo/DualLite:
10$ make imx6dl_icore_mmc_defconfig
Jagan Teki6d45e1b2016-10-08 18:00:24 +053011
Jagan Teki0786a452016-12-13 17:57:00 +010012- Build U-Boot
13$ make
Jagan Teki6d45e1b2016-10-08 18:00:24 +053014
Jagan Teki46e8ea92016-10-08 18:00:19 +053015This will generate the SPL image called SPL and the u-boot-dtb.img.
Jagan Teki0d6d48b2016-10-08 18:00:11 +053016
17- Flash the SPL image into the micro SD card:
18
19sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
20
Jagan Teki46e8ea92016-10-08 18:00:19 +053021- Flash the u-boot-dtb.img image into the micro SD card:
Jagan Teki0d6d48b2016-10-08 18:00:11 +053022
Jagan Teki46e8ea92016-10-08 18:00:19 +053023sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync
Jagan Teki0d6d48b2016-10-08 18:00:11 +053024
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.