<?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>NFC中的主题 PN7462 updating EEPROM on linux</title>
    <link>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/739807#M3143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to update the PN7462 EEPROM by USB Mass Storage Mode on linux, but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using mount command to mount it as flash driver, erasing DRP_&amp;lt;nn&amp;gt;.dat file, loading my user_ee.bin file into it, umounting the partition and pressing RST_N button. After that I upload my application (on linux as well) and it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I update the EEPROM using Windows it works, even loading my application on linux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Nov 2017 19:07:16 GMT</pubDate>
    <dc:creator>roque</dc:creator>
    <dc:date>2017-11-01T19:07:16Z</dc:date>
    <item>
      <title>PN7462 updating EEPROM on linux</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/739807#M3143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to update the PN7462 EEPROM by USB Mass Storage Mode on linux, but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using mount command to mount it as flash driver, erasing DRP_&amp;lt;nn&amp;gt;.dat file, loading my user_ee.bin file into it, umounting the partition and pressing RST_N button. After that I upload my application (on linux as well) and it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I update the EEPROM using Windows it works, even loading my application on linux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 19:07:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/739807#M3143</guid>
      <dc:creator>roque</dc:creator>
      <dc:date>2017-11-01T19:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 updating EEPROM on linux</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/739808#M3144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Share the feedback from a customer who met the same issue on linux.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;===============================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The solution was change some configs in the computer, and use the “dd” cmd in the sector programmed instead of “cp” and “unmount” to copy files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Following those steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 – unload the module usb-storage, and cmd “modprobe usb-storage quirks=1fc9:0117:r,n,m”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2 – “dd if=pn/user_ee.bin of=/dev/sdc seek=03 (to copy the &amp;nbsp;EEPROM)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several programmers with the same issue in the community, please, share with them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 04:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/739808#M3144</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2017-11-15T04:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 updating EEPROM on linux</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/1252210#M8338</link>
      <description>&lt;P&gt;Hi Jimmy. In order to update the flash memory with a new firmware, what would be the steps to make so? I'm devoloping a SAM Card interface, that will be connected to a iMX8M Nano thru USB bus. It's firmware must be updated remotly, so in order to avoid devoloping a secondary bootloader, I'm trying to make it work using the primary. Is it possible? If so, I believe that the seek option must be different that the one you posted before. To develop the firmware, I'm using the MCUXpresso.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 13:52:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/1252210#M8338</guid>
      <dc:creator>thiago_machado</dc:creator>
      <dc:date>2021-03-25T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 updating EEPROM on linux</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/1253775#M8359</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I was able to see the PN7412 as a mass storage device in UBUNTU 20. We are using a i.MX 8M Nano in our project, and the main goal is to update the PN7412 thru the i.MX USB bus. I couldn't manage to make it work on i.MX with the same steps listed here. I'm sending the dmesg output in the attachments. You guys have any idea what might be missing?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 18:59:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/1253775#M8359</guid>
      <dc:creator>thiago_machado</dc:creator>
      <dc:date>2021-03-29T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 updating EEPROM on linux</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/1462335#M9440</link>
      <description>&lt;P&gt;&amp;nbsp;Great!,&lt;/P&gt;&lt;P&gt;This solution worked for me. I'm using a LCP11U37F on Linux, my solution was change the seek==3 to seek==4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;– “dd if=pn/user_ee.bin of=/dev/sdc seek=04&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 09:40:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/1462335#M9440</guid>
      <dc:creator>CarlosFdez</dc:creator>
      <dc:date>2022-05-23T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 updating EEPROM on linux</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/1464076#M9442</link>
      <description>&lt;P&gt;Great!&lt;/P&gt;&lt;P&gt;This solution worked for me. I'm using a LPC11U37F on Linux, my solution was change the seek=3 to seek=4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;– “dd if=pn/user_ee.bin of=/dev/sdc seek=04&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 14:59:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-updating-EEPROM-on-linux/m-p/1464076#M9442</guid>
      <dc:creator>CharlieTech</dc:creator>
      <dc:date>2022-05-25T14:59:39Z</dc:date>
    </item>
  </channel>
</rss>

