<?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 Specifying binary start address with CF Flasher when using command line mode in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157254#M4691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Using the latest CF Flasher 3.1.6 (which in the Help still says is version 3.1.5), I am trying to program my EVB from a CMD prompt / BAT file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I can specify everything using CFFLASHER.EXE command line options, except the start address for the BIN file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This seems to be completely missing from the command line help, i.e. CFFLASHER -h&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this is truly missing, can it be added to CFFLASHER's enhancement request list ?&amp;nbsp; Then, the Windows GUI functionality and the command line functionality would be equivalent.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If it's not missing, can someone explain how to do this ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For various reasons, my toolchain is developing BIN files and not S19 files.&amp;nbsp; I would prefer not to have to change this behaviour.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Jason&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 22:59:06 GMT</pubDate>
    <dc:creator>armistej</dc:creator>
    <dc:date>2007-10-22T22:59:06Z</dc:date>
    <item>
      <title>Specifying binary start address with CF Flasher when using command line mode</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157254#M4691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Using the latest CF Flasher 3.1.6 (which in the Help still says is version 3.1.5), I am trying to program my EVB from a CMD prompt / BAT file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I can specify everything using CFFLASHER.EXE command line options, except the start address for the BIN file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This seems to be completely missing from the command line help, i.e. CFFLASHER -h&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this is truly missing, can it be added to CFFLASHER's enhancement request list ?&amp;nbsp; Then, the Windows GUI functionality and the command line functionality would be equivalent.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If it's not missing, can someone explain how to do this ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For various reasons, my toolchain is developing BIN files and not S19 files.&amp;nbsp; I would prefer not to have to change this behaviour.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Jason&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 22:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157254#M4691</guid>
      <dc:creator>armistej</dc:creator>
      <dc:date>2007-10-22T22:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying binary start address with CF Flasher when using command line mode</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157255#M4692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have been trying to get CF FLASHER to work from the command line as well.&amp;nbsp; I was able to determine the undocument command for the starting address of a binary file is -start&amp;nbsp;&amp;nbsp; followed by the address as 8 hexadecimal characters such as "-start FE000000".&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I believe this works since I can see it show up in the echoing of the progress, however I have not been able to program flash from the command line. I keep getting a timeout error.&amp;nbsp; I have been able to erase it only if I run the Windows IDE of CFFLASHER first and perform some operation. After that I can run a command line erase operation but not a program operation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I am using CF Flasher V-3.1.8. and a parallel port P&amp;amp;E BDM.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If any body has any hints I would like to hear them.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Thanks.&lt;BR /&gt;&lt;BR /&gt;Joe&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 04:23:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157255#M4692</guid>
      <dc:creator>Joe_LMI</dc:creator>
      <dc:date>2008-03-22T04:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying binary start address with CF Flasher when using command line mode</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157256#M4693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Over 2 years later and this is still a problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't get it to program from the command line either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 23:44:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157256#M4693</guid>
      <dc:creator>RufusVS</dc:creator>
      <dc:date>2010-10-11T23:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying binary start address with CF Flasher when using command line mode</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157257#M4694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you RufusVS !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not a very difficult programming task.&amp;nbsp; It makes me wonder if anyone from the CF Flasher support team views these forums or not.&amp;nbsp; I'd be embarassed to have his issue in an "open" state for so long !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe Freescale should just make CF Flasher an Open Source tool, and let the ColdFire user community provide the fix ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 00:20:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Specifying-binary-start-address-with-CF-Flasher-when-using/m-p/157257#M4694</guid>
      <dc:creator>armistej</dc:creator>
      <dc:date>2010-10-12T00:20:02Z</dc:date>
    </item>
  </channel>
</rss>

