Skip to content

Commit 08f129a

Browse files
committed
MATTER-2774-4 Update the manifest and tag
Update the manifest to imx-6.6.36-2.1.0.xml Update the meta-nxp-connectivity to tag imx_matter_2024_q3 Change-Id: I4ca65f65f9340d5da333a926befc7b6a3e0b6f9a Signed-off-by: junmengli <junmeng.li_1@nxp.com> Reviewed-on: http://androidsource.nxp.com/project/26103 Reviewed-by: Elven Wang <elven.wang@nxp.com>
1 parent 631755d commit 08f129a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ We currently support 4 i.MX MPU platforms, which are the i.MX93 EVK, the i.MX8M
7373
- Support for OpenThread v1.4 RCPs
7474
- Support for Zigbee and Openthread dual pan, Zigbee PRO R23 compliant stack, Zigbee coordinator, router and end device, OTA/Matter Zigbee bridge features for onoff, level, light, sences, thermostat, custom cluster, etc on IW612
7575
- Support for new platform i.MX91 EVK
76-
- Integrated Linux L6.6.23_2.1.0 and Yocto scarthgap
76+
- Integrated Linux L6.6.36_2.1.0 and Yocto scarthgap
7777
- Support Docker deployed Home Assistant and support Home Assistant Matter controller for both Phone App commissioner and on i.MX commissioner
7878

7979
# How to build the Yocto image with integrated OpenThread Border Router
@@ -90,7 +90,7 @@ The following packages are required to build the Yocto Project:
9090
Then, Yocto build environment must be setup.
9191

9292
The Yocto source code and meta-nxp-connectivity recipes are maintained with a manifest file, used by repo tool to download the corresponding source code.
93-
This document is tested with the i.MX Yocto 6.6.23-2.1.0 release. The hardware tested are: i.MX 8M Mini EVK, i.MX6ULL EVK, i.MX93 EVK, i.MX8ULP EVK and i.MX91 EVK.
93+
This document is tested with the i.MX Yocto 6.6.36-2.1.0 release. The hardware tested are: i.MX 8M Mini EVK, i.MX6ULL EVK, i.MX93 EVK, i.MX8ULP EVK and i.MX91 EVK.
9494
Run the commands below to download this release:
9595

9696
$ mkdir ~/bin
@@ -100,10 +100,11 @@ Run the commands below to download this release:
100100

101101
$ mkdir ${MY_YOCTO} # this directory will be the top directory of the Yocto source code
102102
$ cd ${MY_YOCTO}
103-
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-scarthgap -m imx-6.6.23-2.1.0.xml
103+
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-scarthgap -m imx-6.6.36-2.1.0.xml
104104
$ repo sync
105105
$ cd ${MY_YOCTO}/sources/meta-nxp-connectivity
106106
$ git remote update
107+
$ git checkout imx_matter_2024_q3
107108

108109
More information about the downloaded Yocto release can be found in the corresponding i.MX Yocto Project User’s Guide, which can be found at [NXP official website](http://www.nxp.com/imxlinux).
109110

0 commit comments

Comments
 (0)