<?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>OSBDM and TBDMLのトピックRe: Linux support?</title>
    <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209549#M2026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Dear Brad.&lt;BR /&gt;&lt;BR /&gt;If you need to do HCS08 and HCS12 with the witztronics hardware I suggest you look at:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=TBDML&amp;amp;thread.id=240&amp;amp;view=by_date_ascending&amp;amp;page=3" target="test_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=TBDML&amp;amp;thread.id=240&amp;amp;view=by_date_ascending&amp;amp;page=3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2008 15:09:40 GMT</pubDate>
    <dc:creator>pgo</dc:creator>
    <dc:date>2008-12-15T15:09:40Z</dc:date>
    <item>
      <title>Linux support?</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209546#M2023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Is there any software support for the OSBDM08 under Linux? Or, indeed, anything that doesn't require CodeWarrior?&lt;BR /&gt;&lt;BR /&gt;Failing that, is the source code for the PC end of the OSBDM08 -- not the firmware -- available? I've searched on this forum but so far haven't found any links to that code.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 18:49:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209546#M2023</guid>
      <dc:creator>BradR</dc:creator>
      <dc:date>2008-12-12T18:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linux support?</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209547#M2024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Dear Brad R,&lt;BR /&gt;&lt;BR /&gt;OSBDM is a hardware interface designed to work with Codewarrior rather than a stand-alone tool.&amp;nbsp; The only PC software involved, apart from Codewarrior itself,&amp;nbsp; is the interface/driver DLLs.&amp;nbsp; This is available as part of the package below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=OSBDM08&amp;amp;thread.id=422" target="test_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=OSBDM08&amp;amp;thread.id=422&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This uses Win32-libusb so porting this driver to Linux should be straightforward.&lt;BR /&gt;&lt;BR /&gt;This could be used as a starting point for interfacing to GDB, for example, but it would be a fair amount of work since it provides a very low-level interface without much knowledge of the actual targets.&lt;BR /&gt;&lt;BR /&gt;What did you have in mind?&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 13:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209547#M2024</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2008-12-13T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Linux support?</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209548#M2025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;pgo, thank you very much. That was the pointer to the source code I was seeking.&lt;BR /&gt;&lt;BR /&gt;What I have in mind: I develop Forth compilers, and at the moment I work entirely with a Linux desktop. I'm looking for some way to download my compiled code to both S08 and S12 target boards. I am hoping to use the Witztronics BDM Lite, and when I asked about alternate (non-CodeWarrior) drivers they suggested that the OSBDM code would be a good starting point.&lt;BR /&gt;&lt;BR /&gt;There is a good chance that I will also be using the SDCC compiler under Linux. Again, I need to install code without the burden of CodeWarrior, and preferably from Linux.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 21:19:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209548#M2025</guid>
      <dc:creator>BradR</dc:creator>
      <dc:date>2008-12-13T21:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linux support?</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209549#M2026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Dear Brad.&lt;BR /&gt;&lt;BR /&gt;If you need to do HCS08 and HCS12 with the witztronics hardware I suggest you look at:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=TBDML&amp;amp;thread.id=240&amp;amp;view=by_date_ascending&amp;amp;page=3" target="test_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=TBDML&amp;amp;thread.id=240&amp;amp;view=by_date_ascending&amp;amp;page=3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 15:09:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209549#M2026</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2008-12-15T15:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linux support?</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209550#M2027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thank you again!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 18:23:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Linux-support/m-p/209550#M2027</guid>
      <dc:creator>BradR</dc:creator>
      <dc:date>2008-12-15T18:23:53Z</dc:date>
    </item>
  </channel>
</rss>

