mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
board: engicam: Add icorem6 for i.CoreM6 support
Create board/engicam/icorem6 for i.CoreM6 supported files. and update the readme.txt so-that it can list i.CoreM6 board details. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
3127e4dcd9
commit
ae3d3298f3
@ -1,8 +1,8 @@
|
||||
*****************************************
|
||||
Buildroot for Engicam i.MX6 SOM platforms:
|
||||
*****************************************
|
||||
*********************************************
|
||||
Buildroot for Engicam i.CoreM6 SOM platforms:
|
||||
*********************************************
|
||||
|
||||
This file documents the Buildroot support for all Engicam i.MX6 SOM
|
||||
This file documents the Buildroot support for Engicam i.CoreM6
|
||||
platform boards.
|
||||
|
||||
i.CoreM6 Quad/Dual/DualLite/Solo SOM Starter kits:
|
||||
@ -13,9 +13,9 @@ This configuration uses U-Boot mainline and kernel mainline.
|
||||
Build
|
||||
=====
|
||||
|
||||
First, configure Buildroot for the Engicam i.MX SOM's:
|
||||
First, configure Buildroot for the Engicam i.CoreM6:
|
||||
|
||||
- for i.CoreM6 Quad/Dual:
|
||||
- for i.CoreM6 Quad/Dual/DualLite/Solo:
|
||||
|
||||
make engicam_imx6qdl_icore_defconfig
|
||||
|
||||
@ -53,7 +53,7 @@ command as root:
|
||||
*** WARNING! This will destroy all the card content. Use with care! ***
|
||||
|
||||
For details about the medium image layout, see the definition in
|
||||
board/engicam/genimage.cfg
|
||||
board/engicam/icorem6/genimage.cfg
|
||||
|
||||
Boot the i.CoreM6 boards with SD boot:
|
||||
=====================================
|
@ -40,4 +40,4 @@ BR2_PACKAGE_HOST_DOSFSTOOLS=y
|
||||
BR2_PACKAGE_HOST_GENIMAGE=y
|
||||
BR2_PACKAGE_HOST_MTOOLS=y
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/engicam/genimage.cfg"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/engicam/icorem6/genimage.cfg"
|
||||
|
Loading…
Reference in New Issue
Block a user