<?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>Other NXP ProductsのトピックRe: SJA1110 Use Case Configuration</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2167504#M29992</link>
    <description>&lt;P&gt;reminder.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Sep 2025 06:39:40 GMT</pubDate>
    <dc:creator>Wobaffet</dc:creator>
    <dc:date>2025-09-11T06:39:40Z</dc:date>
    <item>
      <title>SJA1110 Use Case Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2165933#M29957</link>
      <description>&lt;P&gt;We are planning to integrate the SJA1110 with the i.MX8MP to support 5x T1 PHYs. During evaluation, we have encountered uncertainties about how to properly implement and boot the switch firmware alongside the i.MX8MP. Based on the documentation, there appear to be two options for running applications on the SJA1110:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;SDL – loading over SPI from an external controller (i.MX8MP in our case).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;NVM boot – using an external flash to store the application image to be executed by the SJA1110.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;We need clarification on the following points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do we need to develop a custom M7 application to run on the SJA1110, or are there ready-made application binaries provided by NXP that we simply need to load via SDL or NVM?&lt;/LI&gt;&lt;LI&gt;If SDL is used, does the application need to be reloaded on &lt;EM&gt;every&lt;/EM&gt; boot, or does the internal MCU of the SJA1110 have any flash capability to retain the firmware?&lt;/LI&gt;&lt;LI&gt;What is the typical size of an application binary, so we can estimate boot-time overhead if we use SDL?&lt;/LI&gt;&lt;LI&gt;Since the SJA1110 exposes JTAG pins, can we flash the application directly in mass production, thereby avoiding external NVM? (leaving spi pins floating)&lt;/LI&gt;&lt;LI&gt;If so, is it possible to permanently store the firmware this way and operate directly with the drivers provided in the BSP?&lt;/LI&gt;&lt;LI&gt;Apart from integrating the SJA1110 drivers that are already part of the latest i.MX8MP BSP, what additional software development is required on our side in order to operate the T1 PHYs through the SJA1110?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks! Best Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 13:28:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2165933#M29957</guid>
      <dc:creator>Wobaffet</dc:creator>
      <dc:date>2025-09-09T13:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: SJA1110 Use Case Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2167504#M29992</link>
      <description>&lt;P&gt;reminder.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 06:39:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2167504#M29992</guid>
      <dc:creator>Wobaffet</dc:creator>
      <dc:date>2025-09-11T06:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: SJA1110 Use Case Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2168162#M30005</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;1. Depending of the application, would be better to use the second option since the PHY driver will initialize it.&lt;/P&gt;
&lt;P&gt;2. 4. 5. JTAG flashing is supported for the device. There are tools like &lt;A href="https://www.pemicro.com/arm/device_support/NXP_Kinetis/SJA1110x/SJA1110/index.cfm#hardware" target="_self"&gt;this&lt;/A&gt; than can flash the internal MCU of the SJA1110 using JTAG.&lt;/P&gt;
&lt;P&gt;3. The firmware binaries are typically in the hundreds of kilobytes range.&lt;/P&gt;
&lt;P&gt;6. You may need to configure your device tree and SPI parameters, please take a look in the next &lt;A href="https://github.com/nxp-archive/autoivnsw_sja1110_linux" target="_self"&gt;link&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 22:32:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2168162#M30005</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2025-09-17T22:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: SJA1110 Use Case Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2168638#M30020</link>
      <description>Hello,&lt;BR /&gt;Thank you for answering all the questions.&lt;BR /&gt;I just want to clarify, internal MCU doesn't have any internal flash.&lt;BR /&gt;If we use SDL, we have to load binaries on each boot from host to the SJA1110.&lt;BR /&gt;Also, could you please attach the link again? We're not able to see it.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 12 Sep 2025 06:18:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-Use-Case-Configuration/m-p/2168638#M30020</guid>
      <dc:creator>Wobaffet</dc:creator>
      <dc:date>2025-09-12T06:18:47Z</dc:date>
    </item>
  </channel>
</rss>

