<?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>i.MX ProcessorsのトピックRe: i.MX25  SDP</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDP/m-p/778780#M120984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Igor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should resolve my concerns assuming I can get the source code.&amp;nbsp; The provide link results in "file not found".&amp;nbsp; I have created a service request.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 01:41:11 GMT</pubDate>
    <dc:creator>stephenbialkows</dc:creator>
    <dc:date>2018-02-28T01:41:11Z</dc:date>
    <item>
      <title>i.MX25  SDP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDP/m-p/778778#M120982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am targeting the i.MX25.&amp;nbsp; I am writing a Linux driver to replace the unsupported advanced toolkit flash tool (Serial Downloader Protocol/USB).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the old scripts available to successfully erase and flash an in-field unit on Windows XP only.&amp;nbsp; In an attempt to better understand the sequences of commands to erase and write flash, I put a packet sniffer on the bus.&amp;nbsp; I was surprised to find the use of an undocumented command (starting with 0x0606).&amp;nbsp; Without it, the command sequences fail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These commands appear to be formatted differently after the first two command bytes.&amp;nbsp; For example, the process of writing a rom file to flash starts out with a sequences of 16 bytes commands that appear to start the process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The last of which is 06 06 00 05&amp;nbsp;&amp;nbsp; 00 00 00 00&amp;nbsp;&amp;nbsp; 00 20 00 00&amp;nbsp;&amp;nbsp; 00 01 00 00.&amp;nbsp; I believe bytes 4-7 are the image offset (the image is sent in 0x20_0000 chunks), and bytes 8-11 the number of bytes the target device should expect, and byte 13 has something to do with device-side image verification.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This varies from the SDP, where the target address is bytes 2-5, and size is bytes 7-10.&amp;nbsp; Perhaps these 0x0606 commands are legacy commands that exist in older documentation?&amp;nbsp; If so, I haven't been able to find it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an idea of how some of these command are used.&amp;nbsp; I'm still clueless with most.&amp;nbsp; I don't understand the details of what each are, and how to determine success/failure, etc.&amp;nbsp; I will feel much more confident in this new driver if I could find the documentation for these commands starting with 0x0606.&amp;nbsp; I don't know where else to look.&amp;nbsp; So...what do you know that I don't?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced!&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 19:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDP/m-p/778778#M120982</guid>
      <dc:creator>stephenbialkows</dc:creator>
      <dc:date>2018-02-27T19:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX25  SDP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDP/m-p/778779#M120983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sdp is described in sect.7.8 Serial Download protocol i.MX25 RM&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/reference-manual/IMX25RM.pdf" title="https://www.nxp.com/docs/en/reference-manual/IMX25RM.pdf"&gt;https://www.nxp.com/docs/en/reference-manual/IMX25RM.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also one can check ATK sources (if there will be problem, one can create service request to obtain it) :&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=IMX_ATK_SOURCE_CODE&amp;amp;amp;appType=license&amp;amp;amp;location=null&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType=" title="https://www.nxp.com/webapp/Download?colCode=IMX_ATK_SOURCE_CODE&amp;amp;amp;appType=license&amp;amp;amp;location=null&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType="&gt;https://www.nxp.com/webapp/Download?colCode=IMX_ATK_SOURCE_CODE&amp;amp;amp;appType=license&amp;amp;amp;location=null&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageN…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 23:27:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDP/m-p/778779#M120983</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-02-27T23:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX25  SDP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDP/m-p/778780#M120984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Igor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should resolve my concerns assuming I can get the source code.&amp;nbsp; The provide link results in "file not found".&amp;nbsp; I have created a service request.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 01:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDP/m-p/778780#M120984</guid>
      <dc:creator>stephenbialkows</dc:creator>
      <dc:date>2018-02-28T01:41:11Z</dc:date>
    </item>
  </channel>
</rss>

