<?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>Zephyr ProjectのトピックRe: Murata Type 2FR module support by Zephyr</title>
    <link>https://community.nxp.com/t5/Zephyr-Project/Murata-Type-2FR-module-support-by-Zephyr/m-p/2189418#M506</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;,&amp;nbsp;hope you are doing well.&lt;/P&gt;
&lt;P&gt;Could you please confirm if you are adding your custom board to your Zephyr project and if the application you built was meant for the frdm rw612?&lt;/P&gt;
&lt;P&gt;For any custom board based on a SoC, it is needed to adapt not only the memory FCB, but also to adapt the device tree, yaml files and CMakeLists. Please refer to the Zephyr &lt;A href="https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html" target="_blank" rel="noopener"&gt;Board Porting Guide&lt;/A&gt; for more specific recommendations to add your board support to your Zephyr project.&lt;/P&gt;
&lt;P&gt;As an additional note, please make sure that you changed the reference to your FCB in the CMakeLists at your board path (for FRDM-RW612, this path is at boards/nxp/frdm_rw612).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_1-1760993952086.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/361691i72C9BF2EE27964CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RomanVR_1-1760993952086.png" alt="RomanVR_1-1760993952086.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if the information is useful.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 21:23:57 GMT</pubDate>
    <dc:creator>RomanVR</dc:creator>
    <dc:date>2025-10-20T21:23:57Z</dc:date>
    <item>
      <title>Murata Type 2FR module support by Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Murata-Type-2FR-module-support-by-Zephyr/m-p/2189194#M505</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using the Murata type 2FR module on my custom board. On the other hand, I developed most of my firmware on the FRDM_RW612 board.&lt;/P&gt;&lt;P&gt;Now I'm trying to port my current firmware (targeted for the frdm_rw612) to my custom board. Because I'm struggling to do that, I started with the simple hello-world Zephyr example.&lt;/P&gt;&lt;P&gt;I'm trying to create my own board configuration. The FCB will be different, because the embedded NOR SPI flash is different from the FRDW_RW612. Murata gave me the 2 attached file used with FreeRTOS to configure the flash. I tried to use them and replace the&amp;nbsp;MX25U51245GZ4I00_FCB.c&lt;/P&gt;&lt;P&gt;Then I'm flashing my board through ISP with the following commands (provided by Murata too):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;set comport=COM9
set timeout=-t 60000

if [%comport%]==[] (set /p "comport=Enter COM Port (if COM port 7 then enter COM7): ")

blhost.exe -p %comport% %timeout% -- write-memory 0x20001000 fcb_WIN.bin
blhost.exe -p %comport% %timeout% -- configure-memory 0x9 0x20001000
blhost.exe -p %comport% %timeout% -- get-property 0x19 0x9
blhost.exe -p %comport% %timeout% -- flash-erase-region 0x08000000 0x1000
blhost.exe -p %comport% %timeout% -- fill-memory 0x20001000 0x04 0xf000000f
blhost.exe -p %comport% %timeout% -- configure-memory 0x9 0x20001000
blhost.exe -p %comport% %timeout% -- flash-erase-region 0x08000000 0x10000
blhost.exe -p %comport% %timeout% -- write-memory 0x08000400 sdk20-app-wb.bin &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sdk20-app-wb.bin being the name of their hello world, I'm replacing that filename with my firmware filename. (I also updated the previoud flash-erase-region) to remove enough bytes based on my firmware size.&lt;/P&gt;&lt;P&gt;Eventually, when I flash the board, it's working with the original sdk20-app-wb.bin from Murata (the board reset and write "hello-world+++" on USART) but it's not working with my zerphy hello world example (The MCU always reboot in ISP mode).&lt;/P&gt;&lt;P&gt;What am I doing wrong? Do you have a board configuration for this Murata module? I'm using the same pins (as the FRDM_RW612) for the ethernet phy and the flexcomm3 usart. Do you have an board configuration matching this Murata's module?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 12:31:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Murata-Type-2FR-module-support-by-Zephyr/m-p/2189194#M505</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-10-20T12:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Murata Type 2FR module support by Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Murata-Type-2FR-module-support-by-Zephyr/m-p/2189418#M506</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;,&amp;nbsp;hope you are doing well.&lt;/P&gt;
&lt;P&gt;Could you please confirm if you are adding your custom board to your Zephyr project and if the application you built was meant for the frdm rw612?&lt;/P&gt;
&lt;P&gt;For any custom board based on a SoC, it is needed to adapt not only the memory FCB, but also to adapt the device tree, yaml files and CMakeLists. Please refer to the Zephyr &lt;A href="https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html" target="_blank" rel="noopener"&gt;Board Porting Guide&lt;/A&gt; for more specific recommendations to add your board support to your Zephyr project.&lt;/P&gt;
&lt;P&gt;As an additional note, please make sure that you changed the reference to your FCB in the CMakeLists at your board path (for FRDM-RW612, this path is at boards/nxp/frdm_rw612).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_1-1760993952086.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/361691i72C9BF2EE27964CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RomanVR_1-1760993952086.png" alt="RomanVR_1-1760993952086.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if the information is useful.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 21:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Murata-Type-2FR-module-support-by-Zephyr/m-p/2189418#M506</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-10-20T21:23:57Z</dc:date>
    </item>
  </channel>
</rss>

