Release 3.2

Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
Kirill Kapranov
2023-05-19 00:13:51 +03:00
parent dbbb8f180c
commit 957bd01cff
5 changed files with 18 additions and 23 deletions
+7 -7
View File
@@ -14,16 +14,16 @@ Define the following environment variables:
|Description|Command Line|
|---|---|
|NXP firmware name|export NXP_FIRMWARE=firmware-imx-8.14.bin|
|CompuLab release|export CPL_RELEASE=${MACHINE}_r3.1|
|CompuLab branch name|export CPL_BRANCH=lf-5.10.72-2.2.0_${MACHINE}|
|ATF revision|export ATF=lf-5.10.72-2.2.0|
|OPTEE revision|export OPTEE=lf-5.10.72-2.2.0|
|U-Boot revision|export UBOOT=lf-5.10.72-2.2.0|
|NXP firmware name|export NXP_FIRMWARE=firmware-imx-8.16.bin|
|CompuLab release|export CPL_RELEASE=${MACHINE}_r3.2|
|CompuLab branch name|export CPL_BRANCH=lf-5.15.32-2.0.0_${MACHINE}|
|ATF revision|export ATF=lf-5.15.32-2.0.0|
|OPTEE revision|export OPTEE=lf-5.15.32-2.0.0|
|U-Boot revision|export UBOOT=lf-5.15.32-2.0.0|
## Prerequisites
It is up to developer to setup arm64 build environment:
* Download the [ARM tool chain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads/9-2-2019-12)
* Download the [GNU tool chain](https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.2/Documentation/toolchain.md)
* Set environment variables:
<pre>
export ARCH=arm64
+7 -8
View File
@@ -14,17 +14,16 @@ Define the following environment variables:
|Description|Command Line|
|---|---|
|NXP firmware name|export NXP_FIRMWARE=firmware-imx-8.14.bin|
|CompuLab release|export CPL_RELEASE=${MACHINE}_r3.0|
|CompuLab branch name|export CPL_BRANCH=lf-5.10.72-2.2.0_${MACHINE}|
|Mkimage revision|export MKIMG=lf-5.10.72-2.2.0|
|ATF revision|export ATF=lf-5.10.72-2.2.0|
|OPTEE revision|export OPTEE=lf-5.10.72-2.2.0|
|U-Boot revision|export UBOOT=lf-5.10.72-2.2.0|
|NXP firmware name|export NXP_FIRMWARE=firmware-imx-8.16.bin|
|CompuLab release|export CPL_RELEASE=${MACHINE}_r3.2|
|CompuLab branch name|export CPL_BRANCH=lf-5.15.32-2.0.0_${MACHINE}|
|ATF revision|export ATF=lf-5.15.32-2.0.0|
|OPTEE revision|export OPTEE=lf-5.15.32-2.0.0|
|U-Boot revision|export UBOOT=lf-5.15.32-2.0.0|
## Prerequisites
It is up to developer to setup arm64 build environment:
* Download the [ARM tool chain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads/9-2-2019-12)
* Download the [GNU tool chain](https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.2/Documentation/toolchain.md)
* Set environment variables:
<pre>
export ARCH=arm64
+2 -2
View File
@@ -15,11 +15,11 @@ Define the following environment variables:
|Description|Command Line|
|---|---|
|NXP release name|export NXP_RELEASE=lf-5.15.y|
|CompuLab branch name|export CPL_BRANCH=rel_imx_5.15.32-2.0.0-experimental|
|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:
* Download the [GNU tool chain](https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.0/Documentation/toolchain.md)
* Download the [GNU tool chain](https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.2/Documentation/toolchain.md)
* Create a folder to organize the files:
<pre>
mkdir imx8mm
+1 -5
View File
@@ -1,7 +1,3 @@
# Development branch
# Only for development purpose
# NOT intended for production
# Quick Start Guide
Supported CompuLab machines:
@@ -25,7 +21,7 @@ mkdir compulab-freescale-bsp && cd compulab-freescale-bsp
```
export COMPULAB_MACHINE=iot-gate-imx8
export LREPO=imx_5.15.32-2.0.0-compulab.xml
export CLB_RELEASE=rel_imx_5.15.32-2.0.0-dev/
export CLB_RELEASE=rel_imx_5.15.32-2.0.0-stable/
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.32-2.0.0.xml
+1 -1
View File
@@ -5,7 +5,7 @@
<project name="meta-compulab" remote="compulab" revision="6316d8ca737f7460ea24d83f3aeec9f8d00b6e8a" path="sources/meta-compulab"/>
<project name="meta-compulab-bsp" remote="compulab" revision="7f5882eb9bd139e4dde204ffa6b0aa96577b36d0" path="sources/meta-compulab-bsp"/>
<project name="meta-bsp-imx8mm" remote="compulab" revision="rel_imx_5.15.32-2.0.0-dev" path="sources/meta-bsp-imx8mm" >
<project name="meta-bsp-imx8mm" remote="compulab" revision="rel_imx_5.15.32-2.0.0-stable" path="sources/meta-bsp-imx8mm" >
<linkfile src="tools/compulab-setup-env" dest="compulab-setup-env" />
</project>