Skip to content

Commit d22619b

Browse files
committed
MATTER-2500-2 Update manifest and yocto version
Update manifest to imx-6.6.23-2.0.0, update yocto version from nanbield to scarthgap. Change-Id: I7f4aaffd642855c644b962699f2bc2880dc1ca30 Signed-off-by: junmengli <junmeng.li_1@nxp.com> Reviewed-on: http://androidsource.nxp.com/project/25361 Reviewed-by: Elven Wang <elven.wang@nxp.com>
1 parent 783becb commit d22619b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ We currently support 4 i.MX MPU platforms, which are the i.MX93 EVK, the i.MX8M
7171
- Upgraded the Matter software component revisions to [Matter v1.3](https://github.com/project-chip/connectedhomeip/tree/v1.3-branch)
7272
- Added the Energy Management, including the Energy Management Cluster and the Energy EVSE Cluster support
7373
- Introduced chip-tool-web2 alpha with Angular Material based UI, chip-tool-web2 is similar to chip-tool-web and currently supports onnetwork / ble-wifi/ ble-thread pairing and onoff read / on / off / toggle / subscribe features
74-
- Integrated Linux L6.6.3_2.0.0 and Yocto scarthgap
74+
- Integrated Linux L6.6.23_2.0.0 and Yocto scarthgap
7575

7676
# How to build the Yocto image with integrated OpenThread Border Router
7777

@@ -102,7 +102,7 @@ Run the commands below to download this release:
102102

103103
$ mkdir ${MY_YOCTO} # this directory will be the top directory of the Yocto source code
104104
$ cd ${MY_YOCTO}
105-
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-nanbield -m imx-6.6.3-1.0.0.xml
105+
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-scarthgap -m imx-6.6.23-2.0.0.xml
106106
$ repo sync
107107

108108
Then integrate the meta-nxp-connectivity recipes into the Yocto code base
@@ -220,26 +220,26 @@ This SDK can be generated with below commands:
220220
Then, install the Yocto SDK, by running the SDK installation script with root permission:
221221

222222
# For i.MX8M Mini EVK, i.MX93 EVK and i.MX8ULP EVK:
223-
$ sudo tmp/deploy/sdk/fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-armv8a-imx8n9-sdk-toolchain-6.6-nanbield.sh
223+
$ sudo tmp/deploy/sdk/fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-armv8a-imx8n9-sdk-toolchain-6.6-scarthgap.sh
224224

225225
# For i.MX6ULL EVK
226-
$ sudo tmp/deploy/sdk/fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-cortexa7t2hf-neon-imx6ullevk-toolchain-6.6-nanbield.sh
226+
$ sudo tmp/deploy/sdk/fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-cortexa7t2hf-neon-imx6ullevk-toolchain-6.6-scarthgap.sh
227227

228228
The SDK installation directory will be prompted during the SDK installation; user can specify the installation directory, or keep the default one \${/opt/fsl-imx-xwayland/}.
229-
___Please use board specific paths if you need to build the SDK for several boards EVK; for exmaple, you can use /opt/fsl-imx-xwayland/6.6-nanbield-imx8n9 for i.MX8M Mini EVK SDK, i.MX93 EVK SDK and i.MX8ULP EVK, /opt/fsl-imx-xwayland/6.6-nanbield-imx6ull for i.MX6ULL EVK.___
229+
___Please use board specific paths if you need to build the SDK for several boards EVK; for exmaple, you can use /opt/fsl-imx-xwayland/6.6-scarthgap-imx8n9 for i.MX8M Mini EVK SDK, i.MX93 EVK SDK and i.MX8ULP EVK, /opt/fsl-imx-xwayland/6.6-scarthgap-imx6ull for i.MX6ULL EVK.___
230230

231-
NXP i.MX Release Distro SDK installer version 6.6-nanbield
231+
NXP i.MX Release Distro SDK installer version 6.6-scarthgap
232232
============================================================
233-
Enter target directory for SDK (default: /opt/fsl-imx-xwayland/6.6-nanbield):
233+
Enter target directory for SDK (default: /opt/fsl-imx-xwayland/6.6-scarthgap):
234234

235235
After the Yocto SDK is installed on the host machine, an SDK environment setup script is also generated.
236236
User needs to import Yocto build environment, by sourcing this script each time the SDK is used in a new shell; for example:
237237

238238
# For i.MX8M Mini EVK, i.MX93 EVK and i.MX8ULP EVK
239-
$ . /opt/fsl-imx-xwayland/6.6-nanbield-imx8n9/environment-setup-armv8a-poky-linux
239+
$ . /opt/fsl-imx-xwayland/6.6-scarthgap-imx8n9/environment-setup-armv8a-poky-linux
240240

241241
$ For i.MX6ULL EVK
242-
$ . /opt/fsl-imx-wayland/6.6-nanbield-imx6ull/environment-setup-cortexa7t2hf-neon-poky-linux-gnueabi
242+
$ . /opt/fsl-imx-wayland/6.6-scarthgap-imx6ull/environment-setup-cortexa7t2hf-neon-poky-linux-gnueabi
243243

244244
Fetch the latest otbr source code and execute the build for OTBR:
245245

@@ -368,17 +368,17 @@ The Matter application has been installed into the Yocto image by default. If yo
368368

369369
___Make sure the shell isn't in Yocto SDK environment___. Then, export a shell environment variable named IMX_SDK_ROOT to specify the path of the SDK.
370370

371-
# For i.MX8M Mini EVK #/opt/fsl-imx-xwayland/6.6-nanbield-imx8mm is ${IMX8MM_SDK_INSTALLED_PATH}
372-
$ export IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.6-nanbield-imx8mm
371+
# For i.MX8M Mini EVK #/opt/fsl-imx-xwayland/6.6-scarthgap-imx8mm is ${IMX8MM_SDK_INSTALLED_PATH}
372+
$ export IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.6-scarthgap-imx8mm
373373

374-
# For i.MX6ULL EVK #/opt/fsl-imx-xwayland/6.6-nanbield-imx6ull is ${IMX6ULL_SDK_INSTALLED_PATH}
375-
$ export IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.6-nanbield-imx6ull
374+
# For i.MX6ULL EVK #/opt/fsl-imx-xwayland/6.6-scarthgap-imx6ull is ${IMX6ULL_SDK_INSTALLED_PATH}
375+
$ export IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.6-scarthgap-imx6ull
376376

377-
# For i.MX93 EVK #/opt/fsl-imx-xwayland/6.6-nanbield-imx93 is ${IMX93_SDK_INSTALLED_PATH}
378-
$ export IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.6-nanbield-imx93
377+
# For i.MX93 EVK #/opt/fsl-imx-xwayland/6.6-scarthgap-imx93 is ${IMX93_SDK_INSTALLED_PATH}
378+
$ export IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.6-scarthgap-imx93
379379

380-
# For i.MX8ULP EVK #/opt/fsl-imx-xwayland/6.6-nanbield-imx8ulp is ${IMX8ULP_SDK_INSTALLED_PATH}
381-
$ export IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.6-nanbield-imx8ulp
380+
# For i.MX8ULP EVK #/opt/fsl-imx-xwayland/6.6-scarthgap-imx8ulp is ${IMX8ULP_SDK_INSTALLED_PATH}
381+
$ export IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.6-scarthgap-imx8ulp
382382

383383
User can build Matter applications (with the Yocto SDK specified by the IMX_SDK_ROOT) with the imxlinux_example.sh script. Please refer to below examples.
384384

0 commit comments

Comments
 (0)