<?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: PEMicro problems with CW 10.2 on Debian Wheezy in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/PEMicro-problems-with-CW-10-2-on-Debian-Wheezy/m-p/275827#M10276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally solved this. You need to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open /etc/udev/rules.d/25-pemicro.rules in an editor. Remove all its contents, and paste the following:&lt;/P&gt;&lt;PRE&gt;SUBSYSTEM!="usb", ACTION!="add", GOTO="kcontrol_rules_end"

ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0035", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0042", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0058", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="005E", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="005F", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0001", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0503", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0504", GROUP="plugdev", MODE="0664"

LABEL="kcontrol_rules_end"
&lt;/PRE&gt;&lt;P&gt;In a root terminal:&lt;/P&gt;&lt;PRE&gt;$ ln -s /usr/lib/i386-linux-gnu/libexpat.so.1.6.0 /usr/lib/i386-linux-gnu/libexpat.so.0
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 07:26:42 GMT</pubDate>
    <dc:creator>joesteeve</dc:creator>
    <dc:date>2013-08-27T07:26:42Z</dc:date>
    <item>
      <title>PEMicro problems with CW 10.2 on Debian Wheezy</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/PEMicro-problems-with-CW-10-2-on-Debian-Wheezy/m-p/275826#M10275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Codewarrior 10.2 for Linux on Debian Wheezy. My board is a DEMOJM board: DEMO9S08MP16 Rev.B.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to program the board from the IDE. I setup the project to use the "PEMicro USB multilink" to connect to the board. When I do "Run&amp;gt;Run" it fails saying it is not able to connect to the board. It says "No device available". Hitting refresh multiple times does not help. The "PEMicro" menu is also disabled.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers would be of great help.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Message was edited by: Joe Steeve&amp;nbsp; Updated title to reflect the issue more accurately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 14:18:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/PEMicro-problems-with-CW-10-2-on-Debian-Wheezy/m-p/275826#M10275</guid>
      <dc:creator>joesteeve</dc:creator>
      <dc:date>2013-08-26T14:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: PEMicro problems with CW 10.2 on Debian Wheezy</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/PEMicro-problems-with-CW-10-2-on-Debian-Wheezy/m-p/275827#M10276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally solved this. You need to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open /etc/udev/rules.d/25-pemicro.rules in an editor. Remove all its contents, and paste the following:&lt;/P&gt;&lt;PRE&gt;SUBSYSTEM!="usb", ACTION!="add", GOTO="kcontrol_rules_end"

ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0035", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0042", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0058", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="005E", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="005F", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0001", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0503", GROUP="plugdev", MODE="0664"
ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0504", GROUP="plugdev", MODE="0664"

LABEL="kcontrol_rules_end"
&lt;/PRE&gt;&lt;P&gt;In a root terminal:&lt;/P&gt;&lt;PRE&gt;$ ln -s /usr/lib/i386-linux-gnu/libexpat.so.1.6.0 /usr/lib/i386-linux-gnu/libexpat.so.0
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 07:26:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/PEMicro-problems-with-CW-10-2-on-Debian-Wheezy/m-p/275827#M10276</guid>
      <dc:creator>joesteeve</dc:creator>
      <dc:date>2013-08-27T07:26:42Z</dc:date>
    </item>
  </channel>
</rss>

