<?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 Programming from DOS shell MCU MM9Z1J638 problem in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1293338#M15552</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I try to programming MM9Z1J638 from DOS shell. I use CW 11.1 and programmer Multilink Universal FX.&lt;/P&gt;&lt;P&gt;I made tcl file for that:&lt;/P&gt;&lt;P&gt;fl::disconnect&lt;BR /&gt;fl::target -lc "LC for Simple Flash"&lt;BR /&gt;fl::target -b 0x1000 0x2000&lt;BR /&gt;fl::target -v off -l off&lt;BR /&gt;cmdwin::fl::device -d "MM9Z1J638_FLASH" -o "128Kx32x1" -a 0xfe0000 0xffffff&lt;BR /&gt;cmdwin::fl::protect all off&lt;BR /&gt;cmdwin::fl::device -d "MM9Z1J638_EEPROM" -o "4Kx32x1" -a 0x100000 0x100fff&lt;BR /&gt;cmdwin::fl::protect all off&lt;BR /&gt;cmdwin::fl::device -d "MM9Z1J638_FLASH" -o "128Kx32x1" -a 0xfe0000 0xffffff&lt;BR /&gt;cmdwin::fl::image -f "C:\\LEM\\IN200\\BATS2_prj\\G16001C-Volvo-embBoot.elf" -t "Auto Detect" -re on -r 0xfe0000 0xffffff -oe off&lt;BR /&gt;cmdwin::fl::erase image&lt;BR /&gt;cmdwin::fl::write&lt;BR /&gt;cmdwin::fl::device -d "MM9Z1J638_EEPROM" -o "4Kx32x1" -a 0x100000 0x100fff&lt;BR /&gt;cmdwin::fl::image -f "C:\\LEM\\IN200\\BATS2_prj\\G16001C-Volvo-embBoot.elf" -t "Auto Detect" -re on -r 0x100000 0x100fff -oe off&lt;BR /&gt;cmdwin::fl::erase image&lt;BR /&gt;cmdwin::fl::write&lt;BR /&gt;fl::disconnect&lt;BR /&gt;quitIDE&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;But after run this script I receive error:&lt;/P&gt;&lt;P&gt;CodeWarrior Debugger Shell v1.0&lt;BR /&gt;%&amp;gt;source C:\LEM\IN200\BATS2_prj\bats2\b_t.tcl&lt;BR /&gt;cmdwin::fl::disconnect&lt;BR /&gt;cmdwin::fl::target -lc LC for Simple Flash&lt;BR /&gt;cmdwin::fl::target -b 0x1000 0x2000&lt;BR /&gt;cmdwin::fl::target -v off -l off&lt;BR /&gt;cmdwin::fl::device -d MM9Z1J638_FLASH -o 128Kx32x1 -a 0xfe0000 0xffffff&lt;BR /&gt;cmdwin::fl::protect all off&lt;BR /&gt;Flash Programmer internal error: connection list is empty&lt;BR /&gt;Beginning Operation ...&lt;BR /&gt;-------------------------&lt;BR /&gt;Error: Operation failed. GetFlashDriverFile: Algorithm file C:\Freescale\CW MCU&lt;BR /&gt;v11.1\MCU\bin\Plugins\Support\Flash_Programme&lt;BR /&gt;r\ is not an elf file. Flash drivers must be elf images.&lt;BR /&gt;Error: Couldn't open flash driver file.&lt;BR /&gt;Error: Operation failed.GetFlashDriverFile: Algorithm file C:\Freescale\CW MCU&lt;BR /&gt;v11.1\MCU\bin\Plugins\Support\Flash_Programmer\ is&lt;BR /&gt;not an elf file. Flash drivers must be elf images.&lt;/P&gt;&lt;P&gt;What I can do with that or where I mistake?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 14:30:52 GMT</pubDate>
    <dc:creator>evm11</dc:creator>
    <dc:date>2021-06-16T14:30:52Z</dc:date>
    <item>
      <title>Programming from DOS shell MCU MM9Z1J638 problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1293338#M15552</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I try to programming MM9Z1J638 from DOS shell. I use CW 11.1 and programmer Multilink Universal FX.&lt;/P&gt;&lt;P&gt;I made tcl file for that:&lt;/P&gt;&lt;P&gt;fl::disconnect&lt;BR /&gt;fl::target -lc "LC for Simple Flash"&lt;BR /&gt;fl::target -b 0x1000 0x2000&lt;BR /&gt;fl::target -v off -l off&lt;BR /&gt;cmdwin::fl::device -d "MM9Z1J638_FLASH" -o "128Kx32x1" -a 0xfe0000 0xffffff&lt;BR /&gt;cmdwin::fl::protect all off&lt;BR /&gt;cmdwin::fl::device -d "MM9Z1J638_EEPROM" -o "4Kx32x1" -a 0x100000 0x100fff&lt;BR /&gt;cmdwin::fl::protect all off&lt;BR /&gt;cmdwin::fl::device -d "MM9Z1J638_FLASH" -o "128Kx32x1" -a 0xfe0000 0xffffff&lt;BR /&gt;cmdwin::fl::image -f "C:\\LEM\\IN200\\BATS2_prj\\G16001C-Volvo-embBoot.elf" -t "Auto Detect" -re on -r 0xfe0000 0xffffff -oe off&lt;BR /&gt;cmdwin::fl::erase image&lt;BR /&gt;cmdwin::fl::write&lt;BR /&gt;cmdwin::fl::device -d "MM9Z1J638_EEPROM" -o "4Kx32x1" -a 0x100000 0x100fff&lt;BR /&gt;cmdwin::fl::image -f "C:\\LEM\\IN200\\BATS2_prj\\G16001C-Volvo-embBoot.elf" -t "Auto Detect" -re on -r 0x100000 0x100fff -oe off&lt;BR /&gt;cmdwin::fl::erase image&lt;BR /&gt;cmdwin::fl::write&lt;BR /&gt;fl::disconnect&lt;BR /&gt;quitIDE&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;But after run this script I receive error:&lt;/P&gt;&lt;P&gt;CodeWarrior Debugger Shell v1.0&lt;BR /&gt;%&amp;gt;source C:\LEM\IN200\BATS2_prj\bats2\b_t.tcl&lt;BR /&gt;cmdwin::fl::disconnect&lt;BR /&gt;cmdwin::fl::target -lc LC for Simple Flash&lt;BR /&gt;cmdwin::fl::target -b 0x1000 0x2000&lt;BR /&gt;cmdwin::fl::target -v off -l off&lt;BR /&gt;cmdwin::fl::device -d MM9Z1J638_FLASH -o 128Kx32x1 -a 0xfe0000 0xffffff&lt;BR /&gt;cmdwin::fl::protect all off&lt;BR /&gt;Flash Programmer internal error: connection list is empty&lt;BR /&gt;Beginning Operation ...&lt;BR /&gt;-------------------------&lt;BR /&gt;Error: Operation failed. GetFlashDriverFile: Algorithm file C:\Freescale\CW MCU&lt;BR /&gt;v11.1\MCU\bin\Plugins\Support\Flash_Programme&lt;BR /&gt;r\ is not an elf file. Flash drivers must be elf images.&lt;BR /&gt;Error: Couldn't open flash driver file.&lt;BR /&gt;Error: Operation failed.GetFlashDriverFile: Algorithm file C:\Freescale\CW MCU&lt;BR /&gt;v11.1\MCU\bin\Plugins\Support\Flash_Programmer\ is&lt;BR /&gt;not an elf file. Flash drivers must be elf images.&lt;/P&gt;&lt;P&gt;What I can do with that or where I mistake?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 14:30:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1293338#M15552</guid>
      <dc:creator>evm11</dc:creator>
      <dc:date>2021-06-16T14:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Programming from DOS shell MCU MM9Z1J638 problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1295171#M15553</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Jevgeni,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have contacted an application engineer with your description of the issue. He need some additional data. Please provide them. Please see the description.&lt;BR clear="none" /&gt;&lt;BR clear="none" /&gt;DESCRIPTION&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;Could you show me the content of b_t.tcl so I can take a look at whether the tickle script has the right commands?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;With Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jozef&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 05:57:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1295171#M15553</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2021-06-21T05:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Programming from DOS shell MCU MM9Z1J638 problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1295316#M15554</link>
      <description>&lt;P&gt;Hello Jozef&lt;/P&gt;&lt;P&gt;Thanks for you replay.&lt;/P&gt;&lt;P&gt;The script file b_t.tcl is attached.&lt;/P&gt;&lt;P&gt;BR, Jevgeni&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 09:03:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1295316#M15554</guid>
      <dc:creator>evm11</dc:creator>
      <dc:date>2021-06-21T09:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Programming from DOS shell MCU MM9Z1J638 problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1295364#M15555</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Jevgeni,&lt;/SPAN&gt;&lt;BR clear="none" /&gt;&lt;BR clear="none" /&gt;&lt;SPAN&gt;could you please send the content of the b_t.tcl file in .pdf or in any other text document? I cannot open it on my computer and I can send the application engineer in a community text only.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 10:20:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Programming-from-DOS-shell-MCU-MM9Z1J638-problem/m-p/1295364#M15555</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2021-06-21T10:20:36Z</dc:date>
    </item>
  </channel>
</rss>

