<?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 Rt1176_evkb OTA Via Ethernet in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2172009#M35229</link>
    <description>&lt;P&gt;I am using rt1176 evkb we can are using j-link and serial linker for code dump and debug if i want to apply OTA via ethernet how it is possible.And also prvide guidance for that.&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/61445"&gt;@nxp&lt;/a&gt;&amp;nbsp;#NXPAnalogComp&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2025 12:39:06 GMT</pubDate>
    <dc:creator>RAVIRAJ123</dc:creator>
    <dc:date>2025-09-18T12:39:06Z</dc:date>
    <item>
      <title>Rt1176_evkb OTA Via Ethernet</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2172009#M35229</link>
      <description>&lt;P&gt;I am using rt1176 evkb we can are using j-link and serial linker for code dump and debug if i want to apply OTA via ethernet how it is possible.And also prvide guidance for that.&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/61445"&gt;@nxp&lt;/a&gt;&amp;nbsp;#NXPAnalogComp&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 12:39:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2172009#M35229</guid>
      <dc:creator>RAVIRAJ123</dc:creator>
      <dc:date>2025-09-18T12:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rt1176_evkb OTA Via Ethernet</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2172587#M35235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Implementing OTA over Ethernet is a common requirement. The usual way to do it is to run a simple web server on your device that can handle file uploads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this, you can use the &lt;A href="https://mongoose.ws/u/s/nxp/222" target="_self"&gt;Mongoose Networking Library&lt;/A&gt;. It's a lightweight library for embedded systems that provides a wide range of networking protocols like HTTP, MQTT, WebSockets, and more. A key feature is its powerful HTTP server, which has built-in support for handling large file uploads, making it ideal for Over-the-Air (OTA) firmware updates, which is supported in Mongoose through an easy-to-use API. The library is &lt;A href="https://mongoose.ws/documentation" target="_self"&gt;well-documented&lt;/A&gt; and designed to be easily portable across different platforms, including bare-metal and RTOS environments like the one on the RT1170 board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To give you a practical starting point, I've put together &lt;A href="https://github.com/mongoose-examples/nxp-rt1170-mcuxpresso-baremetal-default" target="_self"&gt;a simple MCUXpresso project&lt;/A&gt; for the RT1170 that demonstrates a working OTA implementation using Mongoose. You can import it directly and see how it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Heads up: I am part of the Mongoose development team. Hope this helps you get started.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 07:28:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2172587#M35235</guid>
      <dc:creator>MStackDev_376</dc:creator>
      <dc:date>2025-09-19T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rt1176_evkb OTA Via Ethernet</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2180488#M35367</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am working on the i.MX RT1176 EVKB and exploring options for implementing OTA (Over-The-Air) updates. I would like to know if it is possible to perform OTA updates over Ethernet &lt;STRONG&gt;without using the Lightweight IP (LWIP) stack&lt;/STRONG&gt;, by directly communicating &lt;STRONG&gt;MAC-to-MAC&lt;/STRONG&gt; (i.e., using raw Ethernet frames).&lt;/P&gt;&lt;P&gt;Is there any example, SDK support, or recommended approach for handling OTA purely at the MAC layer (bypassing LWIP)?&lt;BR /&gt;Or is LWIP (or another IP stack) mandatory for OTA implementation?&lt;/P&gt;&lt;P&gt;Thank you.&lt;BR /&gt;— Raviraj&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 10:09:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2180488#M35367</guid>
      <dc:creator>RAVIRAJ123</dc:creator>
      <dc:date>2025-10-06T10:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rt1176_evkb OTA Via Ethernet</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2189353#M35448</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Raviraj,&lt;/P&gt;
&lt;P&gt;The following threads may be of help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Need-RT1170-FOTA-example/m-p/1326147" target="_blank"&gt;Solved: Need RT1170 FOTA example - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-Field-firmware-update/m-p/1338628" target="_blank"&gt;Solved: RT1170 - Field firmware update - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Gustavo&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 18:56:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Rt1176-evkb-OTA-Via-Ethernet/m-p/2189353#M35448</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2025-10-20T18:56:30Z</dc:date>
    </item>
  </channel>
</rss>

