<?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: Run NFC cockpit from the command line in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036282#M12588</link>
    <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246077"&gt;@wiki_criki&lt;/a&gt;&amp;nbsp;Good Day!&lt;/P&gt;
&lt;P&gt;My apologies, unfortunately the source code for the NFC Cockpit tool is not available as it is a Graphic User Interface meant to make NFC front end devices' configuration easier. However there are some functionalities within the application that can be automated by using the scripting feature which is described in section 5 of the &lt;A href="https://www.nxp.com/docs/en/user-guide/UG10025.pdf" target="_blank"&gt;NFC Cockpit User Guide&lt;/A&gt;, along with the commands that can be used while testing on any of the supported devices, among which you can find EEPROM commands that can facilitate performing operations on contents of EEPROM like reading, writing, and dumping the contents of EEPROM in a file.&lt;/P&gt;
&lt;P&gt;I would also recommend checking out the &lt;A href="https://www.nxp.com/docs/en/application-note/AN12550.pdf" target="_blank"&gt;PNEV5190B evaluation board quick start guide&lt;/A&gt; in order to find out more about the supported firmware upgrades by the PN5190.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My best regards,&lt;BR /&gt;Daniel.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 19:25:02 GMT</pubDate>
    <dc:creator>Daniel_Gutierrez</dc:creator>
    <dc:date>2025-01-30T19:25:02Z</dc:date>
    <item>
      <title>Run NFC cockpit from the command line</title>
      <link>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2034848#M12566</link>
      <description>&lt;P&gt;Is there a command line interface for the cockpit tool to automate firmware upgrade to pn5190 via the dev board?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 00:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2034848#M12566</guid>
      <dc:creator>wiki_criki</dc:creator>
      <dc:date>2025-01-28T00:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Run NFC cockpit from the command line</title>
      <link>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2035940#M12581</link>
      <description>&lt;P&gt;Is it possible to write a Windows host application that automates the NFC Cockpit workflow? Is source code for cockpit available?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 01:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2035940#M12581</guid>
      <dc:creator>wiki_criki</dc:creator>
      <dc:date>2025-01-30T01:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Run NFC cockpit from the command line</title>
      <link>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036282#M12588</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246077"&gt;@wiki_criki&lt;/a&gt;&amp;nbsp;Good Day!&lt;/P&gt;
&lt;P&gt;My apologies, unfortunately the source code for the NFC Cockpit tool is not available as it is a Graphic User Interface meant to make NFC front end devices' configuration easier. However there are some functionalities within the application that can be automated by using the scripting feature which is described in section 5 of the &lt;A href="https://www.nxp.com/docs/en/user-guide/UG10025.pdf" target="_blank"&gt;NFC Cockpit User Guide&lt;/A&gt;, along with the commands that can be used while testing on any of the supported devices, among which you can find EEPROM commands that can facilitate performing operations on contents of EEPROM like reading, writing, and dumping the contents of EEPROM in a file.&lt;/P&gt;
&lt;P&gt;I would also recommend checking out the &lt;A href="https://www.nxp.com/docs/en/application-note/AN12550.pdf" target="_blank"&gt;PNEV5190B evaluation board quick start guide&lt;/A&gt; in order to find out more about the supported firmware upgrades by the PN5190.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My best regards,&lt;BR /&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 19:25:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036282#M12588</guid>
      <dc:creator>Daniel_Gutierrez</dc:creator>
      <dc:date>2025-01-30T19:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run NFC cockpit from the command line</title>
      <link>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036305#M12590</link>
      <description>Is there a document that describes what communication happens between nfc cockpit and the microcontroller host on k82 so that I can understand the flow required to initiate and complete a firmware update. I can use that information to create a tool of my own that replicates that behavior. Basically I need an automated way to update firmware on PN5190 in a way that allows me to switch firmware versions easily. So I want to use the evaluation board connected to my custom board and the PC tool to update my custom board easily.&lt;BR /&gt;&lt;BR /&gt;I understand that there are options to use a custom application on the evaluation board but that is not what I am looking for. I want the same behavior as NFC cockpit but in an automated way. Any help would be highly appreciated.</description>
      <pubDate>Thu, 30 Jan 2025 20:33:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036305#M12590</guid>
      <dc:creator>wiki_criki</dc:creator>
      <dc:date>2025-01-30T20:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run NFC cockpit from the command line</title>
      <link>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036375#M12591</link>
      <description>&lt;P&gt;Or perhaps the code for&amp;nbsp;UcBalPCTestApp.exe&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 00:19:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036375#M12591</guid>
      <dc:creator>wiki_criki</dc:creator>
      <dc:date>2025-01-31T00:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Run NFC cockpit from the command line</title>
      <link>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036665#M12595</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246077"&gt;@wiki_criki&lt;/a&gt;, Good Day!&lt;/P&gt;
&lt;P&gt;Unfortunately, the source code for UcBalPCTestApp.exe is also not available. On the other hand, there is an example code available, written in embedded C language, that performs a firmware update for the PN5190 which can be useful when it comes to diving into the process that the host device follows when writing the front-end device. This example can be compiled and debugged using &lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE" target="_blank"&gt;MCUXpresso IDE for NXP MCUs&lt;/A&gt; and can be downloaded here: &lt;A href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=SW6592&amp;amp;appType=file1&amp;amp;DOWNLOAD_ID=null" target="_blank"&gt;PN5190 Secure Firmware Downloader Example Code&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;My best regards,&lt;BR /&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 16:33:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2036665#M12595</guid>
      <dc:creator>Daniel_Gutierrez</dc:creator>
      <dc:date>2025-01-31T16:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Run NFC cockpit from the command line</title>
      <link>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2340809#M14140</link>
      <description>Hello Daniel:&lt;BR /&gt;Could you please advise whether COCKPIT supports parameter debugging for the STM32 MCU + PN5190 combination? We have been encountering persistent connection errors and would greatly appreciate any assistance or guidance you could provide.</description>
      <pubDate>Fri, 27 Mar 2026 06:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Run-NFC-cockpit-from-the-command-line/m-p/2340809#M14140</guid>
      <dc:creator>kevin15</dc:creator>
      <dc:date>2026-03-27T06:52:39Z</dc:date>
    </item>
  </channel>
</rss>

