<?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: SJA1110 create python configuration hex in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001876#M26547</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233505"&gt;@PavelL&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for the fast answer!&lt;/P&gt;&lt;P&gt;I was asking, because the README.txt of the EVM-hosttools states:&lt;/P&gt;&lt;P&gt;"Note: In order to generate the hex file from the python file, the `Configuration Generation Tool` must be installed separately (DocStore)."&lt;/P&gt;&lt;P&gt;Is this referring to the S32SDK SJA1110 RTM you referenced above? For me it sounds like it is also possible to generate it from python tools.&lt;/P&gt;&lt;P&gt;This forum entry also references to a python script to generate hex files, but I ask myself where the "example file" is to have a reference?&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Other-NXP-Products/SJA1110-no-communication-100Base-T1-to-100Base-TX/m-p/1824018" target="_blank"&gt;https://community.nxp.com/t5/Other-NXP-Products/SJA1110-no-communication-100Base-T1-to-100Base-TX/m-p/1824018&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate doing this from python, because we might want to integrate this in our CI/CD and python would make things a lot easier...&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2024 09:50:48 GMT</pubDate>
    <dc:creator>pix-stefan</dc:creator>
    <dc:date>2024-11-26T09:50:48Z</dc:date>
    <item>
      <title>SJA1110 create python configuration hex</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001212#M26535</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a SJA1110 design and want to generate static .hex files for configuration. Unfortunately I could not find an example script in the following ressources:&lt;/P&gt;&lt;H3&gt;SJA1110-EVM Configuration Tools /&amp;nbsp;SJA1110-EVM Host Tools&lt;/H3&gt;&lt;P&gt;Can somebody point me to an example, how the switch-config.hex files were generated using python?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 14:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001212#M26535</guid>
      <dc:creator>pix-stefan</dc:creator>
      <dc:date>2024-11-25T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: SJA1110 create python configuration hex</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001707#M26542</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243796"&gt;@pix-stefan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;SJA1110 is fully supported by S32SDK SJA1110 RTM, which generates hex files to the folder your_project_name/board/&lt;/P&gt;
&lt;P&gt;Available python tools are able to load hex file to the switch, read/write registers, debug support, ... via USB FTDI driver.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 07:44:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001707#M26542</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2024-11-26T07:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: SJA1110 create python configuration hex</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001876#M26547</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233505"&gt;@PavelL&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for the fast answer!&lt;/P&gt;&lt;P&gt;I was asking, because the README.txt of the EVM-hosttools states:&lt;/P&gt;&lt;P&gt;"Note: In order to generate the hex file from the python file, the `Configuration Generation Tool` must be installed separately (DocStore)."&lt;/P&gt;&lt;P&gt;Is this referring to the S32SDK SJA1110 RTM you referenced above? For me it sounds like it is also possible to generate it from python tools.&lt;/P&gt;&lt;P&gt;This forum entry also references to a python script to generate hex files, but I ask myself where the "example file" is to have a reference?&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Other-NXP-Products/SJA1110-no-communication-100Base-T1-to-100Base-TX/m-p/1824018" target="_blank"&gt;https://community.nxp.com/t5/Other-NXP-Products/SJA1110-no-communication-100Base-T1-to-100Base-TX/m-p/1824018&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate doing this from python, because we might want to integrate this in our CI/CD and python would make things a lot easier...&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:50:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001876#M26547</guid>
      <dc:creator>pix-stefan</dc:creator>
      <dc:date>2024-11-26T09:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: SJA1110 create python configuration hex</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001935#M26549</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243796"&gt;@pix-stefan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I agree, the Note might be confusing.&lt;/P&gt;
&lt;P&gt;FYI, SJA1105 has limited support in S32SDK SJA1110 RTM and the python scripts are the main way how to generate configuration.&lt;/P&gt;
&lt;P&gt;The example hex files were generated by the S32SDK SJA1110 RTM.&lt;/P&gt;
&lt;P&gt;Naturally, you are allowed to create switch configuration by any tool. After loading your configuration, you should check&amp;nbsp;&lt;SPAN&gt;CFG_STAT register bit 31(CONFIGDONE) to ensure that a valid config was loaded.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm not aware of any official python Configuration Generation Tool. Once you have fully supported GUI, it doesn't make sense to me.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 10:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SJA1110-create-python-configuration-hex/m-p/2001935#M26549</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2024-11-26T10:57:56Z</dc:date>
    </item>
  </channel>
</rss>

