Jagan Teki | 0786a45 | 2016-12-13 17:57:00 +0100 | [diff] [blame^] | 1 | How to use U-Boot on Engicam i.CoreM6 Solo/DualLite and Quad/Dual Starter Kit: |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 2 | ----------------------------------------------------------------------------- |
| 3 | |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 4 | $ make mrproper |
Jagan Teki | 6d45e1b | 2016-10-08 18:00:24 +0530 | [diff] [blame] | 5 | |
Jagan Teki | 0786a45 | 2016-12-13 17:57:00 +0100 | [diff] [blame^] | 6 | - Configure U-Boot for Engicam i.CoreM6 Quad/Dual: |
| 7 | $ make imx6q_icore_mmc_defconfig |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 8 | |
Jagan Teki | 0786a45 | 2016-12-13 17:57:00 +0100 | [diff] [blame^] | 9 | - Configure U-Boot for Engicam i.CoreM6 Solo/DualLite: |
| 10 | $ make imx6dl_icore_mmc_defconfig |
Jagan Teki | 6d45e1b | 2016-10-08 18:00:24 +0530 | [diff] [blame] | 11 | |
Jagan Teki | 0786a45 | 2016-12-13 17:57:00 +0100 | [diff] [blame^] | 12 | - Build U-Boot |
| 13 | $ make |
Jagan Teki | 6d45e1b | 2016-10-08 18:00:24 +0530 | [diff] [blame] | 14 | |
Jagan Teki | 46e8ea9 | 2016-10-08 18:00:19 +0530 | [diff] [blame] | 15 | This will generate the SPL image called SPL and the u-boot-dtb.img. |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 16 | |
| 17 | - Flash the SPL image into the micro SD card: |
| 18 | |
| 19 | sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync |
| 20 | |
Jagan Teki | 46e8ea9 | 2016-10-08 18:00:19 +0530 | [diff] [blame] | 21 | - Flash the u-boot-dtb.img image into the micro SD card: |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 22 | |
Jagan Teki | 46e8ea9 | 2016-10-08 18:00:19 +0530 | [diff] [blame] | 23 | sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 24 | |
| 25 | - Jumper settings: |
| 26 | |
| 27 | MMC 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 |
| 33 | come up. |