<?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>topic Re: Build Gen AVB TSN stack for MIMXRT1180-EVK running Zephyr in Zephyr Project</title>
    <link>https://community.nxp.com/t5/Zephyr-Project/Build-Gen-AVB-TSN-stack-for-MIMXRT1180-EVK-running-Zephyr/m-p/2135248#M422</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252543"&gt;@SDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For i.MX MPU targets the only reference can be seen in&amp;nbsp; the the Harpoon project&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/NXP/GenAVB_TSN?tab=readme-ov-file#zephyr" target="_blank"&gt;https://github.com/NXP/GenAVB_TSN?tab=readme-ov-file#zephyr&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regarding the AVB TSN Zephyr integration for i.MX RT1180 , I am currently checking this topic, allow me to get back to you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 21:13:44 GMT</pubDate>
    <dc:creator>diego_charles</dc:creator>
    <dc:date>2025-07-16T21:13:44Z</dc:date>
    <item>
      <title>Build Gen AVB TSN stack for MIMXRT1180-EVK running Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Build-Gen-AVB-TSN-stack-for-MIMXRT1180-EVK-running-Zephyr/m-p/2133940#M420</link>
      <description>&lt;P&gt;Aim:&lt;BR /&gt;I am trying to build Gen AVB TSN stack for MIMXRT1180-EVK board on CM7 target running Zephyr.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NXP/GenAVB_TSN" target="_blank"&gt;https://github.com/NXP/GenAVB_TSN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It has configuration file for FreeRTOS: config_freertos_rt1189_cm7.cmake&lt;BR /&gt;But not for Zephyr. It has the following for Zephyr:&lt;BR /&gt;config_zephyr_imx8mm_ca53.cmake&lt;BR /&gt;config_zephyr_imx8mn_ca53.cmake&lt;BR /&gt;config_zephyr_imx8mp_ca53.cmake&lt;BR /&gt;config_zephyr_imx93_ca55.cmake&lt;/P&gt;&lt;P&gt;Input needed in:&lt;BR /&gt;Can someone share how to build it for one of the Zephyr targets mentioned above for me to take as a reference.&lt;/P&gt;&lt;P&gt;Also it would be great if someone can have a look at my approach and see if I am on the right track&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I have tried:&lt;BR /&gt;The approach that I am taking is that I am trying to build Zephyr application inncluding the GEN AVB TSN stack as a library. In my workspace I have pulled the source codes from github:&lt;BR /&gt;|- workspace&lt;BR /&gt;| |- GenAVB_TSN&lt;BR /&gt;| |- rtos-abstraction-layer&lt;BR /&gt;| |- zephyrproject&lt;BR /&gt;| |- mcux_sdk_main&lt;BR /&gt;| |- zephyr-genavb-demo --&amp;gt; Zephyr application&lt;BR /&gt;| | |- CMakeLists.txt&lt;BR /&gt;| | |- local_config_mimxrt1180_evk_mimxrt1189_cm7.cmake&lt;BR /&gt;| | |- src&lt;BR /&gt;| | | |- main.c&lt;/P&gt;&lt;P&gt;Note, that Zephyr setup is already done and I am able to build hello_world application for CM7 target using the following commands:&lt;BR /&gt;cd ~/zephyrproject/zephyr&lt;BR /&gt;west build -p -b mimxrt1180_evk/mimxrt1189/cm7 samples/hello_world&lt;/P&gt;&lt;P&gt;The GenAVB_TSN is on 7_1 branch and I added config_zephyr_imxrt1189_cm7.cmake:&lt;/P&gt;&lt;P&gt;The Zephyr application has a 2 main files. CMakeLists.txt and local_config_mimxrt1180_evk_mimxrt1189_cm7.cmake&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Command that I use for build:&lt;BR /&gt;cd ~/zephyrproject/zephyr&lt;BR /&gt;west build -p -b mimxrt1180_evk/mimxrt1189/cm7 ~/zephyr-genavb-demo/ --sysbuild&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 08:03:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Build-Gen-AVB-TSN-stack-for-MIMXRT1180-EVK-running-Zephyr/m-p/2133940#M420</guid>
      <dc:creator>SDC</dc:creator>
      <dc:date>2025-07-15T08:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Build Gen AVB TSN stack for MIMXRT1180-EVK running Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Build-Gen-AVB-TSN-stack-for-MIMXRT1180-EVK-running-Zephyr/m-p/2135248#M422</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252543"&gt;@SDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For i.MX MPU targets the only reference can be seen in&amp;nbsp; the the Harpoon project&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/NXP/GenAVB_TSN?tab=readme-ov-file#zephyr" target="_blank"&gt;https://github.com/NXP/GenAVB_TSN?tab=readme-ov-file#zephyr&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regarding the AVB TSN Zephyr integration for i.MX RT1180 , I am currently checking this topic, allow me to get back to you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 21:13:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Build-Gen-AVB-TSN-stack-for-MIMXRT1180-EVK-running-Zephyr/m-p/2135248#M422</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2025-07-16T21:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Build Gen AVB TSN stack for MIMXRT1180-EVK running Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Build-Gen-AVB-TSN-stack-for-MIMXRT1180-EVK-running-Zephyr/m-p/2137598#M427</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252543"&gt;@SDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience, I have been consulting internally, let me share our comments below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this moment:&amp;nbsp; we do not have any official and tested way to compile the GenAVB/TSN stack under Zephyr when targetting any MCU.&amp;nbsp;Only the i.MX 8M variants and i.MX 93 are supported, for now, as indicated in the table in the README. (Supported hardware targets and configurations)&amp;nbsp;Neither NXP guidelines support your development process, or timeline to add support from our side.&lt;/P&gt;
&lt;P&gt;We&amp;nbsp; can not tell exactly the difference between,&amp;nbsp;the i.MX 93 stack compiled for FreeRTOS and for Zephyr. Maybe it is technically feasible for&amp;nbsp; users to achieve successful compilation for i.MX RT1180 themselves (with great effort), but we strongly advise against it.&lt;/P&gt;
&lt;P&gt;We are sorry for not being able to support you this time.&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 17:00:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Build-Gen-AVB-TSN-stack-for-MIMXRT1180-EVK-running-Zephyr/m-p/2137598#M427</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2025-07-21T17:00:38Z</dc:date>
    </item>
  </channel>
</rss>

