mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 06:10:13 +01:00
documentation: Update
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
@@ -15,8 +15,8 @@ Define the following environment variables:
|
||||
|Description|Command Line|
|
||||
|---|---|
|
||||
|NXP release name|export NXP_BRANCH=lf-5.15.y|
|
||||
|NXP release name|export NXP_RELEASE=fa6c3168595c02bd9d5366fcc28c9e7304947a3d|
|
||||
|CompuLab branch name|export CPL_BRANCH=rel_imx_5.15.32-2.0.0|
|
||||
|NXP release name|export NXP_RELEASE=lf-5.15.32-2.0.0|
|
||||
|CompuLab branch name|export CPL_BRANCH=rel_imx_5.15.32-2.0.0-stable|
|
||||
|
||||
## Prerequisites
|
||||
It is up to developer to setup arm64 build environment:
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
# This is an unstable branch
|
||||
# For development purposes only!
|
||||
|
||||
# Quick Start Guide
|
||||
|
||||
Supported CompuLab machines:
|
||||
@@ -19,7 +16,7 @@ PATH=${PATH}:~/bin
|
||||
## Set environmet varables:
|
||||
```
|
||||
export LREPO=imx_5.15.32-2.0.0-compulab.xml
|
||||
export CLB_RELEASE=rel_imx_5.15.32-2.0.0
|
||||
export CLB_RELEASE=rel_imx_5.15.32-2.0.0-stable
|
||||
```
|
||||
### Define COMPULAB_MACHINE environment variable
|
||||
|Machine|Command Line|
|
||||
@@ -46,9 +43,9 @@ repo sync
|
||||
|NOTE|Refer to the [NXP Readme](https://github.com/nxp-imx/meta-imx/blob/kirkstone-5.15.32-2.0.0/README) for details about how to select a correct backend & distro.|
|
||||
|---|---|
|
||||
```
|
||||
MACHINE=${COMPULAB_MACHINE} DISTRO=fsl-imx-xwayland source compulab-setup-env -b build
|
||||
MACHINE=${COMPULAB_MACHINE} DISTRO=fsl-imx-xwayland source compulab-setup-env -b build-${COMPULAB_MACHINE}
|
||||
```
|
||||
## Build image
|
||||
```
|
||||
bitbake -k compulab-ucm-imx8m-mini
|
||||
bitbake -k imx-image-full
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user