<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Wireless MCUのトピックRe: Building Matter Issue</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/2289820#M20243</link>
    <description>&lt;P&gt;Similar issue, board does not boot after following&amp;nbsp;&lt;A href="https://github.com/NXP/matter/tree/v1.4.0.1.1/examples/lighting-app/nxp/k32w0" target="_blank"&gt;https://github.com/NXP/matter/tree/v1.4.0.1.1/examples/lighting-app/nxp/k32w0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This conversion is not resolving any issue.&lt;/P&gt;&lt;P&gt;There have been many conversations. Can you please use exactly this branch, and a fresh environment, note every step and command used? Thank you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jan 2026 03:31:58 GMT</pubDate>
    <dc:creator>chapoly1305</dc:creator>
    <dc:date>2026-01-08T03:31:58Z</dc:date>
    <item>
      <title>Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1815014#M16711</link>
      <description>&lt;P&gt;I have an IOTZTB-DK006 from NXP.&lt;/P&gt;
&lt;P&gt;I'm currently looking at the DOC(K32W0X1-MATTER-QSG_Rev1.0(Getting started with K32W0x1 in Matter).pdf) and trying to build an environment.&lt;/P&gt;
&lt;P&gt;I used virtual Box to create an image of ubuntu64-22.04.3.&lt;/P&gt;
&lt;P&gt;I have read and followed the documentation, but I am not able to progress in the python Part as shown below.&lt;/P&gt;
&lt;P&gt;I've searched the internet and installed several pip packages, but I'm still unable to resolve the issue.&lt;/P&gt;
&lt;P&gt;What's the problem?&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasonAhn_0-1708872697433.png" style="width: 660px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264877i9268B7779985694E/image-dimensions/660x200?v=v2" width="660" height="200" role="button" title="MasonAhn_0-1708872697433.png" alt="MasonAhn_0-1708872697433.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;error: subprocess-exited-with-error&lt;/P&gt;
&lt;P&gt;× Getting requirements to build wheel did not run successfully.&lt;BR /&gt;│ exit code: 1&lt;BR /&gt;╰─&amp;gt; See above for output.&lt;/P&gt;
&lt;P&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;Getting requirements to build wheel: finished with status 'error'&lt;BR /&gt;error: subprocess-exited-with-error&lt;/P&gt;
&lt;P&gt;× Getting requirements to build wheel did not run successfully.&lt;BR /&gt;│ exit code: 1&lt;BR /&gt;╰─&amp;gt; See above for output.&lt;/P&gt;
&lt;P&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;['/home/ahn/NXP/matter/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/ahn/NXP/matter/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/ahn/NXP/matter/scripts/requirements.txt', '--constraint=/home/ahn/NXP/matter/scripts/constraints.txt'] {'stdout': &amp;lt;_io.TextIOWrapper name=3 mode='w+' encoding='UTF-8'&amp;gt;, 'stderr': -2}&lt;BR /&gt;None&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 795, in &amp;lt;module&amp;gt;&lt;BR /&gt;sys.exit(main())&lt;BR /&gt;File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 787, in main&lt;BR /&gt;return EnvSetup(**vars(parse())).setup()&lt;BR /&gt;File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 457, in setup&lt;BR /&gt;result = step(spin)&lt;BR /&gt;File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 606, in virtualenv&lt;BR /&gt;if not virtualenv_setup.install(&lt;BR /&gt;File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 274, in install&lt;BR /&gt;pip_install('--log', os.path.join(venv_path, 'pip-requirements.log'),&lt;BR /&gt;File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 243, in pip_install&lt;BR /&gt;return _check_call(cmd)&lt;BR /&gt;File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 88, in _check_call&lt;BR /&gt;subprocess.check_call(args, **kwargs)&lt;BR /&gt;File "/usr/lib/python3.10/subprocess.py", line 369, in check_call&lt;BR /&gt;raise CalledProcessError(retcode, cmd)&lt;BR /&gt;subprocess.CalledProcessError: Command '['/home/ahn/NXP/matter/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/ahn/NXP/matter/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/ahn/NXP/matter/scripts/requirements.txt', '--constraint=/home/ahn/NXP/matter/scripts/constraints.txt']' returned non-zero exit status 1.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ubuntu64-22:~/NXP/matter$ pip list&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;
&lt;P&gt;Package Version&lt;BR /&gt;---------------------- ----------------&lt;BR /&gt;apturl 0.5.2&lt;BR /&gt;bcrypt 3.2.0&lt;BR /&gt;blinker 1.4&lt;BR /&gt;Brlapi 0.8.3&lt;BR /&gt;certifi 2020.6.20&lt;BR /&gt;chardet 4.0.0&lt;BR /&gt;click 8.0.3&lt;BR /&gt;colorama 0.4.4&lt;BR /&gt;command-not-found 0.3&lt;BR /&gt;cryptography 3.4.8&lt;BR /&gt;cupshelpers 1.0&lt;BR /&gt;dbus-python 1.2.18&lt;BR /&gt;defer 1.0.6&lt;BR /&gt;distlib 0.3.4&lt;BR /&gt;distro 1.7.0&lt;BR /&gt;distro-info 1.1+ubuntu0.1&lt;BR /&gt;duplicity 0.8.21&lt;BR /&gt;fasteners 0.14.1&lt;BR /&gt;filelock 3.6.0&lt;BR /&gt;future 0.18.2&lt;BR /&gt;httplib2 0.20.2&lt;BR /&gt;idna 3.3&lt;BR /&gt;importlib-metadata 4.6.4&lt;BR /&gt;jeepney 0.7.1&lt;BR /&gt;keyring 23.5.0&lt;BR /&gt;language-selector 0.1&lt;BR /&gt;launchpadlib 1.10.16&lt;BR /&gt;lazr.restfulclient 0.14.4&lt;BR /&gt;lazr.uri 1.0.6&lt;BR /&gt;lockfile 0.12.2&lt;BR /&gt;louis 3.20.0&lt;BR /&gt;macaroonbakery 1.3.1&lt;BR /&gt;Mako 1.1.3&lt;BR /&gt;Markdown 3.3.6&lt;BR /&gt;MarkupSafe 2.0.1&lt;BR /&gt;monotonic 1.6&lt;BR /&gt;more-itertools 8.10.0&lt;BR /&gt;netifaces 0.11.0&lt;/P&gt;
&lt;P&gt;oauthlib 3.2.0&lt;BR /&gt;olefile 0.46&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;BR /&gt;paramiko 2.9.3&lt;BR /&gt;pexpect 4.8.0&lt;BR /&gt;Pillow 9.0.1&lt;BR /&gt;pip 24.0&lt;BR /&gt;platformdirs 2.5.1&lt;BR /&gt;protobuf 3.12.4&lt;BR /&gt;ptyprocess 0.7.0&lt;BR /&gt;pycairo 1.20.1&lt;BR /&gt;pycups 2.0.1&lt;BR /&gt;Pygments 2.11.2&lt;BR /&gt;PyGObject 3.42.1&lt;BR /&gt;PyJWT 2.3.0&lt;BR /&gt;pymacaroons 0.13.0&lt;BR /&gt;PyNaCl 1.5.0&lt;BR /&gt;pyparsing 2.4.7&lt;BR /&gt;pyRFC3339 1.1&lt;BR /&gt;python-apt 2.4.0+ubuntu2&lt;BR /&gt;python-dateutil 2.8.1&lt;BR /&gt;python-debian 0.1.43+ubuntu1.1&lt;BR /&gt;python-dotenv 1.0.1&lt;BR /&gt;pytz 2022.1&lt;BR /&gt;pyxdg 0.27&lt;BR /&gt;PyYAML 5.4.1&lt;BR /&gt;reportlab 3.6.8&lt;BR /&gt;requests 2.25.1&lt;BR /&gt;SecretStorage 3.3.1&lt;BR /&gt;setuptools 69.1.1&lt;BR /&gt;six 1.16.0&lt;BR /&gt;ssh-import-id 5.11&lt;BR /&gt;systemd-python 234&lt;BR /&gt;ubuntu-advantage-tools 8001&lt;BR /&gt;ubuntu-drivers-common 0.0.0&lt;BR /&gt;ufw 0.36.1&lt;BR /&gt;unattended-upgrades 0.1&lt;BR /&gt;urllib3 1.26.5&lt;BR /&gt;usb-creator 0.3.7&lt;BR /&gt;virtualenv 20.13.0+ds&lt;BR /&gt;wadllib 1.3.6&lt;BR /&gt;wheel 0.42.0&lt;BR /&gt;xdg 5&lt;BR /&gt;xkit 0.0.0&lt;BR /&gt;zipp 1.0.0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ubuntu64-22:~/NXP/matter$&amp;nbsp;ls -al /home/ahn/NXP/matter/.environment/pigweed-venv/bin&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;total 24&lt;BR /&gt;drwxrwxr-x 2 ahn ahn 4096 2월 25 23:45 .&lt;BR /&gt;drwxrwxr-x 5 ahn ahn 4096 2월 25 23:45 ..&lt;BR /&gt;-rwxrwxr-x 1 ahn ahn 262 2월 25 23:45 pip&lt;BR /&gt;-rwxrwxr-x 1 ahn ahn 262 2월 25 23:45 pip3&lt;BR /&gt;-rwxrwxr-x 1 ahn ahn 262 2월 25 23:45 pip3.10&lt;BR /&gt;lrwxrwxrwx 1 ahn ahn 7 2월 25 23:45 python -&amp;gt; python3&lt;BR /&gt;lrwxrwxrwx 1 ahn ahn 16 2월 25 23:45 python3 -&amp;gt; /usr/bin/python3&lt;BR /&gt;lrwxrwxrwx 1 ahn ahn 7 2월 25 23:45 python3.10 -&amp;gt; python3&lt;BR /&gt;-rwxrwxr-x 1 ahn ahn 249 2월 25 23:45 wheel&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 16:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1815014#M16711</guid>
      <dc:creator>Mason-Ahn</dc:creator>
      <dc:date>2024-03-15T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1815839#M16717</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. What &lt;A href="https://github.com/NXP/matter/releases" target="_blank"&gt;Releases · NXP/matter · GitHub&lt;/A&gt; are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried this?&lt;/P&gt;
&lt;P&gt;pip install --upgrade prompt-toolkit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 17:56:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1815839#M16717</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2024-02-26T17:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1815985#M16719</link>
      <description>&lt;P&gt;I proceeded the same as with the NXP DOC.&lt;/P&gt;&lt;P&gt;"K32W0X1-MATTER-QSG_Rev1.0(Getting started with K32W0x1 in Matter).pdf" 9page&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;3. Matter Building Setup instructions:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Clone the Matter SDK using the public repo:&lt;BR /&gt;$ git clone &lt;A href="https://github.com/NXPmicro/matter/" target="_blank" rel="noopener"&gt;https://github.com/NXPmicro/matter/&lt;/A&gt;&lt;BR /&gt;$ cd matter&lt;BR /&gt;$ git checkout v1.0-branch-nxp&lt;BR /&gt;$ git pull&lt;BR /&gt;$ git submodule update --init --recursive&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Start build environment by running the activate script:&lt;BR /&gt;$ source ./scripts/activate.sh&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ubuntu64-22:~/NXP/matter$ git branch&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasonAhn_0-1708988738390.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265154i40D765D1FD89DBD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasonAhn_0-1708988738390.png" alt="MasonAhn_0-1708988738390.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I followed the DOC procedure. and I am using K32W061 EVK(IOTZTB-DK006)&lt;/P&gt;&lt;P&gt;Is there a problem?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 23:15:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1815985#M16719</guid>
      <dc:creator>Mason-Ahn</dc:creator>
      <dc:date>2024-02-26T23:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1816913#M16727</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225574"&gt;@Mason-Ahn&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The document you used may not be up to date. Please, consider using the latest stable&amp;nbsp;&lt;A href="https://github.com/NXP/matter/releases" target="_blank"&gt;Matter release&lt;/A&gt;&amp;nbsp;for your device from the matter repository, since v1.0 branch was updated after the QSG document was released; the best path would be to keep up with the READMEs from the application folder.&lt;/P&gt;
&lt;P&gt;Specific steps for each example should be included in matter/examples/"example"/nxp/k32w/k32w0. There you should find the requirements, setup and building steps for the corresponding demo application.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 00:28:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1816913#M16727</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2024-02-28T00:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1820481#M16761</link>
      <description>&lt;P&gt;I successfully built the lighting-app and contact-sensor-app for Matter.&lt;BR /&gt;and I flashed the binary I built, but K32W061 board doesn't work.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Is there something wrong with the Build Procedure below?&lt;/STRONG&gt;&amp;nbsp;check plz..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Can you share a pre-built image for Matters?&lt;/STRONG&gt; ("&lt;STRONG&gt;K32W061&lt;/STRONG&gt; + OM15082")&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I want 2 binarys for K32W061. (chip-k32w0x-light-example.bin , chip-k32w0x-contact-example.bin)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I just want to flash the binary to check if the board working well.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;"Build Procedure"&lt;/STRONG&gt;&lt;BR /&gt;-https://github.com/NXP/matter/blob/v1.2.0.1-tag-nxp/examples/lighting-app/nxp/k32w/k32w0/README.md&lt;BR /&gt;-https://github.com/NXP/matter/blob/v1.2.0.1-tag-nxp/examples/contact-sensor-app/nxp/k32w/k32w0/README.md&lt;BR /&gt;-K32W0X1-MATTER-QSG_Rev1.0(Getting started with K32W0x1 in Matter).pdf&lt;BR /&gt;(I referred to link and DOC. I just wrote down the main points below.)&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;a. git clone &lt;A href="https://github.com/NXPmicro/matter/" target="_blank" rel="noopener"&gt;https://github.com/NXPmicro/matter/&lt;/A&gt;&lt;BR /&gt;b. git branch --list&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasonAhn_0-1709547212650.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/266267i2C897D735A06E03C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasonAhn_0-1709547212650.png" alt="MasonAhn_0-1709547212650.png" /&gt;&lt;/span&gt;&lt;P&gt;c. git pull&lt;BR /&gt;d. git submodule update --init&lt;BR /&gt;e. source ./scripts/activate.sh&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasonAhn_1-1709547277878.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/266269i7080627BD20367B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasonAhn_1-1709547277878.png" alt="MasonAhn_1-1709547277878.png" /&gt;&lt;/span&gt;&lt;P&gt;f. west init -l manifest --mf west.yml&lt;BR /&gt;g. west update&lt;/P&gt;&lt;P&gt;h.&amp;nbsp;export NXP_K32W0_SDK_ROOT=~/NXP/SDK_2_6_13_K32W061DK6/&lt;BR /&gt;i. gn gen out/debug --args="k32w0_sdk_root=\"${NXP_K32W0_SDK_ROOT}\" chip_with_OM15082=1 chip_with_ot_cli=0 is_debug=false chip_crypto=\"platform\" chip_with_se05x=0 chip_pw_tokenizer_logging=true"&lt;BR /&gt;j. ninja -C out/debug&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasonAhn_2-1709547556444.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/266271i424EF1A38CE48E6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasonAhn_2-1709547556444.png" alt="MasonAhn_2-1709547556444.png" /&gt;&lt;/span&gt;&lt;P&gt;k. $NXP_K32W0_SDK_ROOT/tools/imagetool/sign_images.sh out/debug/&lt;/P&gt;&lt;P&gt;l. Connecting the board, Flashing the application using DK6Programmer.&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasonAhn_3-1709547676380.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/266275i03254F57A6DB3CE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasonAhn_3-1709547676380.png" alt="MasonAhn_3-1709547676380.png" /&gt;&lt;/span&gt;&lt;P&gt;m. DK6Programmer.exe -V 5 -P 1000000 -s COM5 -e Flash&lt;BR /&gt;n. DK6Programmer.exe -V 2 -s COM5 -P 1000000 -Y -p FLASH@0x00=&lt;STRONG&gt;k32w061dk6_ssbl.bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;k32w061dk6_ssbl.bin(SSBL project using MCUXpresso, compiled with the PDM_EXT_FLASH)&lt;BR /&gt;o. DK6Programmer.exe -V 5 -s COM5 -P 1000000 -w image_dir_0=0000000010000000&lt;BR /&gt;p. DK6Programmer.exe -V 5 -s COM5 -P 1000000 -w image_dir_1=00400000C9040101&lt;BR /&gt;q. DK6Programmer.exe -V 2 -s COM5 -P 1000000 -Y -p FLASH@0x4000=&lt;STRONG&gt;chip-k32w0x-light-example.bin&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; I have tried flashing the binaries "chip-k32w0x-light-example.bin and chip-k32w0x-contact-example.bin" respectively, but board doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 04 Mar 2024 11:06:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1820481#M16761</guid>
      <dc:creator>Mason-Ahn</dc:creator>
      <dc:date>2024-03-04T11:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1820675#M16763</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please use one of the &lt;A href="https://github.com/NXP/matter/releases" target="_blank"&gt;Releases · NXP?&lt;/A&gt; For example, v1.2.0.1.3 is the latest release, and also you can check the features and platforms supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And unfortunately, we cannot provide a compiled binary. Every customer needs to build it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 15:33:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1820675#M16763</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2024-03-04T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1822594#M16792</link>
      <description>&lt;P&gt;I did it on the latest v1.2.0.1.3 you mentioned.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NXP/matter/blob/v1.2.0.1.3/examples/lighting-app/nxp/k32w/k32w0/README.md" target="_blank" rel="noopener"&gt;https://github.com/NXP/matter/blob/v1.2.0.1.3/examples/lighting-app/nxp/k32w/k32w0/README.md&lt;/A&gt;&lt;BR /&gt;-&amp;gt; I built it, and verified the Lighting APP UI behaviour on the K32W061 board.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://github.com/NXP/matter/blob/v1.2.0.1.3/examples/contact-sensor-app/nxp/k32w/k32w0/README.md" target="_blank" rel="noopener"&gt;https://github.com/NXP/matter/blob/v1.2.0.1.3/examples/contact-sensor-app/nxp/k32w/k32w0/README.md&lt;/A&gt;&lt;BR /&gt;-&amp;gt; I followed the same procedure as lighting-app above.&lt;BR /&gt;However, I encountered the following issue during the build.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasonAhn_0-1709736932631.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/266826iDC8C6C377B68A591/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasonAhn_0-1709736932631.png" alt="MasonAhn_0-1709736932631.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you look at the "/home/ahn/.cache/pip-tools" folder permissions mentioned above,&amp;nbsp;it looks no problem.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasonAhn_1-1709737256054.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/266827i1FFD9F3506F376E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasonAhn_1-1709737256054.png" alt="MasonAhn_1-1709737256054.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now "contact-sensor-app" is the problem. T.T&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 15:07:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1822594#M16792</guid>
      <dc:creator>Mason-Ahn</dc:creator>
      <dc:date>2024-03-06T15:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1824317#M16812</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was not able to reproduce your issue. Both applications can be compiled correctly from my side.&lt;/P&gt;
&lt;P&gt;I would recommend updating your packages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 17:46:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1824317#M16812</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2024-03-08T17:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1824625#M16820</link>
      <description>&lt;P&gt;Thanks about your reply..... Ricardo&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2024 23:54:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1824625#M16820</guid>
      <dc:creator>Mason-Ahn</dc:creator>
      <dc:date>2024-03-10T23:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1868766#M17492</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried the instructions from&amp;nbsp;&lt;A href="https://github.com/NXP/matter/tree/v1.2.0.1-tag-nxp/examples/lighting-app/nxp/k32w/k32w0" target="_blank"&gt;matter/examples/lighting-app/nxp/k32w/k32w0 at v1.2.0.1-tag-nxp · NXP/matter (github.com)&lt;/A&gt;, and successfully built&amp;nbsp;chip-k32w0x-light-example.bin.&lt;/P&gt;&lt;P&gt;I then flashed the DK6 board with command&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\nxp\DK6Programmer&amp;gt; ./DK6Programmer.exe -s COM10 -p chip-k32w0x-light-example.bin&lt;/P&gt;&lt;P&gt;but the board UI LED does not correspond to the README file, i.e. no blinking, as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.JPG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279596i08560AEDE3DA866B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.JPG" alt="1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 09:26:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/1868766#M17492</guid>
      <dc:creator>seah</dc:creator>
      <dc:date>2024-05-20T09:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Building Matter Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/2289820#M20243</link>
      <description>&lt;P&gt;Similar issue, board does not boot after following&amp;nbsp;&lt;A href="https://github.com/NXP/matter/tree/v1.4.0.1.1/examples/lighting-app/nxp/k32w0" target="_blank"&gt;https://github.com/NXP/matter/tree/v1.4.0.1.1/examples/lighting-app/nxp/k32w0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This conversion is not resolving any issue.&lt;/P&gt;&lt;P&gt;There have been many conversations. Can you please use exactly this branch, and a fresh environment, note every step and command used? Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 03:31:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Building-Matter-Issue/m-p/2289820#M20243</guid>
      <dc:creator>chapoly1305</dc:creator>
      <dc:date>2026-01-08T03:31:58Z</dc:date>
    </item>
  </channel>
</rss>

