mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00: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.
|
platform boards.
|
||||||
|
|
||||||
i.CoreM6 Quad/Dual/DualLite/Solo SOM Starter kits:
|
i.CoreM6 Quad/Dual/DualLite/Solo SOM Starter kits:
|
||||||
@ -13,9 +13,9 @@ This configuration uses U-Boot mainline and kernel mainline.
|
|||||||
Build
|
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
|
make engicam_imx6qdl_icore_defconfig
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ command as root:
|
|||||||
*** WARNING! This will destroy all the card content. Use with care! ***
|
*** WARNING! This will destroy all the card content. Use with care! ***
|
||||||
|
|
||||||
For details about the medium image layout, see the definition in
|
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:
|
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_GENIMAGE=y
|
||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
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…
x
Reference in New Issue
Block a user