diff options
| author | Jagan Teki <jagan@amarulasolutions.com> | 2017-06-23 17:56:05 +0530 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-24 14:13:17 +0200 |
| commit | c6473f8e8ac0e58b81343fdfdcce79c56ef182c7 (patch) | |
| tree | 2477c8fce517252a4857917576eb10abc0a1b9ae /board/engicam | |
| parent | 6186f0156789e5c7a468c2ba379b3fac795d01cb (diff) | |
| download | buildroot-c6473f8e8ac0e58b81343fdfdcce79c56ef182c7.tar.gz buildroot-c6473f8e8ac0e58b81343fdfdcce79c56ef182c7.zip | |
board: Add support for Engicam i.CoreM6 DualLite/Solo boards
Add initial support for Engicam i.CoreM6 DualLite/Solo board
with below features:
- U-Boot 2017.07-rc1
- Linux 4.11.5
- Default packages from buildroot
U-Boot 2017.07-rc1 has common u-boot defconfig for All i.CoreM6
variant boards, so this patch update the same along with
buildroot defconfig that reflect the common name.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/engicam')
| -rw-r--r-- | board/engicam/genimage.cfg | 3 | ||||
| -rw-r--r-- | board/engicam/readme.txt | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/board/engicam/genimage.cfg b/board/engicam/genimage.cfg index 43c81cfd9e..f409a08093 100644 --- a/board/engicam/genimage.cfg +++ b/board/engicam/genimage.cfg @@ -2,10 +2,11 @@ image boot.vfat { vfat { files = { "uImage", + "imx6dl-icore.dtb", "imx6q-icore.dtb" } } - size = 16M + size = 64M } image sdcard.img { diff --git a/board/engicam/readme.txt b/board/engicam/readme.txt index eb7503f629..f1010a2308 100644 --- a/board/engicam/readme.txt +++ b/board/engicam/readme.txt @@ -5,7 +5,7 @@ Buildroot for Engicam i.MX6 SOM platforms: This file documents the Buildroot support for all Engicam i.MX6 SOM platform boards. -i.CoreM6 Quad/Dual SOM Starter kits: +i.CoreM6 Quad/Dual/DualLite/Solo SOM Starter kits: https://www.engicam.com/vis-prod/101120 This configuration uses U-Boot mainline and kernel mainline. @@ -17,7 +17,7 @@ First, configure Buildroot for the Engicam i.MX SOM's: - for i.CoreM6 Quad/Dual: - make engicam_imx6q_icore_defconfig + make engicam_imx6qdl_icore_defconfig Build all components: @@ -26,6 +26,8 @@ Build all components: You will find the following files in output/images/: - for i.CoreM6 Quad/Dual: - imx6q-icore.dtb +- for i.CoreM6 DualLite/Solo: + - imx6dl-icore.dtb - rootfs.ext4 - rootfs.tar - sdcard.img @@ -46,6 +48,7 @@ directory, ready to be dumped on a SD card. Launch the following command as root: dd if=output/images/sdcard.img of=/dev/<your-sd-device> + sync *** WARNING! This will destroy all the card content. Use with care! *** |

