documentation: Update

Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
Kirill Kapranov
2023-07-25 22:56:32 +03:00
parent d8cde1a521
commit b70b413d21
2 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -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:
+3 -6
View File
@@ -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
```