<?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>S32K中的主题 Re: Update SW via TFTP client</title>
    <link>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1493078#M16544</link>
    <description>&lt;P&gt;"the goal is to upgrade the application software (.elf file), once a newer version, bug fix... is released i should be able to transfere and burn the file to the MCU."&lt;/P&gt;
&lt;P&gt;Well, this sounds like definition of the bootloader. My recommendation is to read mentioned AN12323 which should be a nice starting point.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 06:41:42 GMT</pubDate>
    <dc:creator>lukaszadrapa</dc:creator>
    <dc:date>2022-07-21T06:41:42Z</dc:date>
    <item>
      <title>Update SW via TFTP client</title>
      <link>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1490877#M16437</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;i want to update the software on my board via TFTP,this will be usefull if the board is enclosed in a plastic or metalic cover, the idea is&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PC will run a TFTP server containing all SW files&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;S32k will run a TFTP client that will ask (by file name) the server for the flash file&lt;/LI&gt;&lt;LI&gt;S32k will receive the flash file and start the SW update (erase all flash memory and write).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a code example for that ? I have found this &lt;A href="https://github.com/particle-iot/lwip/blob/master/contrib/examples/tftp/tftp_example.c" target="_blank"&gt;example&lt;/A&gt; client on github, but I get always a fail in “failed to open file”.&lt;/P&gt;&lt;P&gt;im using the Tftpd64 as TFTP server.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 07:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1490877#M16437</guid>
      <dc:creator>Kazarian</dc:creator>
      <dc:date>2022-07-18T07:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Update SW via TFTP client</title>
      <link>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1492439#M16523</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have integrated the code to the project, the S32K148 can start the TFTP client, but i get an issue in "tftp_open_file".&lt;/P&gt;&lt;P&gt;Firewall UPD port 69 is open for both ongoing and outgoing packet.&lt;/P&gt;&lt;P&gt;TFTP server is runing and pointing to the location where the file is.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kazarian_0-1658318052093.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187271i8F4AE92139394E14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kazarian_0-1658318052093.png" alt="Kazarian_0-1658318052093.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;attached the source code used.&lt;/P&gt;&lt;P&gt;Thank a lot for the help !&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 11:55:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1492439#M16523</guid>
      <dc:creator>Kazarian</dc:creator>
      <dc:date>2022-07-20T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update SW via TFTP client</title>
      <link>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1492444#M16524</link>
      <description>&lt;P&gt;Hi Badre,&lt;/P&gt;
&lt;P&gt;I'm afraid the answer is no, we do not have such example. We have only:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Application note “S32K1xx Bootloader” using UART:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12218.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12218.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Application note “S32K1xx Firmware updates” discussing A/B swap and using CAN:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12323.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12323.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then we have lwip integrated to SDK in S32 Design Studio including SW example:&lt;/P&gt;
&lt;P&gt;c:\NXP\S32DS.3.4\S32DS\software\S32SDK_S32K1XX_RTM_4.0.2\examples\S32K148\demo_apps\lwip\&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 12:03:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1492444#M16524</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2022-07-20T12:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update SW via TFTP client</title>
      <link>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1492448#M16525</link>
      <description>&lt;P&gt;Thank you Lukas,&lt;/P&gt;&lt;P&gt;im not aiming for Bootloader or Firmware update.&lt;/P&gt;&lt;P&gt;the goal is to upgrade the application software (.elf file), once a newer version, bug fix... is released i should be able to transfere and burn the file to the MCU.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 12:15:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1492448#M16525</guid>
      <dc:creator>Kazarian</dc:creator>
      <dc:date>2022-07-20T12:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update SW via TFTP client</title>
      <link>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1493078#M16544</link>
      <description>&lt;P&gt;"the goal is to upgrade the application software (.elf file), once a newer version, bug fix... is released i should be able to transfere and burn the file to the MCU."&lt;/P&gt;
&lt;P&gt;Well, this sounds like definition of the bootloader. My recommendation is to read mentioned AN12323 which should be a nice starting point.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 06:41:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1493078#M16544</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2022-07-21T06:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update SW via TFTP client</title>
      <link>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1493081#M16546</link>
      <description>&lt;P&gt;lwip is an open source which is integrated to SDK. We can provide only very limited support here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://lwip.fandom.com/wiki/Further_lwIP_support" target="_blank"&gt;https://lwip.fandom.com/wiki/Further_lwIP_support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 06:43:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Update-SW-via-TFTP-client/m-p/1493081#M16546</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2022-07-21T06:43:57Z</dc:date>
    </item>
  </channel>
</rss>

