<?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>Layerscape中的主题 Re: KickStart bare-metal Qorlq programming</title>
    <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650043#M2236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yiping,&lt;/P&gt;&lt;P&gt;Do you know where could I find cmsis-dap firmware for the FRDM-LS1012A board?&lt;/P&gt;&lt;P&gt;I have tried firmwares of lots of frdm boards but none one worked properly.&lt;/P&gt;&lt;P&gt;Thanks for your helps in advance.&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;gokhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2017 14:56:34 GMT</pubDate>
    <dc:creator>gokhangunay</dc:creator>
    <dc:date>2017-04-13T14:56:34Z</dc:date>
    <item>
      <title>KickStart bare-metal Qorlq programming</title>
      <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650038#M2231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have recently bought a new-brand frmd ls1012A board to learn how to develop some bare-metal applications.&lt;/P&gt;&lt;P&gt;Since I do not have any experience with those ARMv8 processors i do not know how to start to develop programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions are (perhaps some of them are ridiculously irrelevant :smileyhappy: ):&lt;/P&gt;&lt;P&gt;1- It seems (I may be wrong) that the cmsis-dap binary is not installed on the debugger on the board, so whenever i plug the board in, just a flash drive pops up (most probably demanding the binary). Where could I find cmsis-dap debugger binary for the board?&lt;/P&gt;&lt;P&gt;2- I searched for source codes for the LS1012A cpu and its peripherals but could not find something under the downloads section. There are plenty of images and precompiled libraries, but I am looking for raw source codes. So are these source codes available anywhere?&lt;/P&gt;&lt;P&gt;3- Is there any IDE-kit alternative to codewarior IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help in advance,&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;gokhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:58:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650038#M2231</guid>
      <dc:creator>gokhangunay</dc:creator>
      <dc:date>2017-04-05T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart bare-metal Qorlq programming</title>
      <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650039#M2232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gokhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Please download FRDM-LS1012A Reference Manual from &lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/qoriq-frdm-ls1012a-board:FRDM-LS1012A?tab=Documentation_Tab" title="http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/qoriq-frdm-ls1012a-board:FRDM-LS1012A?tab=Documentation_Tab"&gt;QorIQ® FRDM-LS1012A board|NXP&lt;/A&gt;, please refer to "CMSIS-DAP" section for detailed description about debug interfaces and serial-to-USB converters.&lt;/P&gt;&lt;P&gt;Here I introduce more about how to use CMSIS-DAP as the debug connection type.&lt;/P&gt;&lt;P&gt;Please install mbed driver on you PC download from &lt;A class="link-titled" href="https://developer.mbed.org/handbook/Windows-serial-configuration" title="https://developer.mbed.org/handbook/Windows-serial-configuration"&gt;Windows serial configuration - Handbook | mbed&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Plugin USB cable connecting FRDM-LS1012A to your PC, please complete the driver updating, you will get the serial port number which CMSIS-DAP is using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you installed CodeWarrior for ARMv8.&lt;/P&gt;&lt;P&gt;Please refer to the section "3.2 Working with bareboard application" in C:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\Help\Getting_Started_for_CW_ARMv8.pdf to create a bareboard project, in Target Configuration panel, please specify the Target Connection Configuration as "CMSIS DAP" and the USB serial number. Then connect CodeWarrior to the target board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. As I mentioned in the step 1, you could create a bare board sample project, then you could start with the source code under src folder in the sample project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. We recommend CodeWarrior for ARMv8 which is released by NXP.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 07 Apr 2017 06:50:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650039#M2232</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2017-04-07T06:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart bare-metal Qorlq programming</title>
      <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650040#M2233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Dear Yipping Wang,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;1- My problem with the board is that I cannot run the cmsis-dap firmwares on the board.&lt;/P&gt;&lt;P&gt;I upload the firmwares to the bootloader but whenever I unplug and plug it in again (as described in the manual), it does not work; the red led (for reset) shines and switch off. But the green led never switch on and new devices are not detected. I followed the steps at :&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fsoftware-and-tools%2Frun-time-software%2Fkinetis-software-and-tools%2Fides-for-kinetis-mcus%2Fopensda-serial-and-debug-adapter%3AOPENSDA%3Ftid%3DvanOpenSDA%23FRDM-K64F" rel="nofollow" target="_blank"&gt;OpenSDA Serial and Debug Adapter|NXP&lt;/A&gt; , but returned back fruitless.&lt;/P&gt;&lt;P&gt;Besides , I installed the cmsis-dap serial driver again there is no change.&lt;/P&gt;&lt;P&gt;In the manual you referred, there is no explanation how to get it working.&lt;/P&gt;&lt;P&gt;So now I started to think that my board has a hardware defect.&lt;/P&gt;&lt;P&gt;2- I will install code warrior to learn the IDE, etc.&lt;/P&gt;&lt;P&gt;Waiting for your helps,&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;gokhan&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 09:41:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650040#M2233</guid>
      <dc:creator>gokhangunay</dc:creator>
      <dc:date>2017-04-08T09:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart bare-metal Qorlq programming</title>
      <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650041#M2234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gokhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SDA(K20) is active, SDA_LED(D1) green led should be light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check whether serial to USB can work, please connect USB to your PC and open serial console with baud-rate 115200. When demo boards released to customers, there is available software on QSPI flash, can you the see console log when you started to use this board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you mentioned "I upload the firmwares to the bootloader", would you please describe more how you uploaded the firmware?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 03:47:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650041#M2234</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2017-04-12T03:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart bare-metal Qorlq programming</title>
      <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650042#M2235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yipping,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The problem with the board is that the green light is not on. The open-sda is not working properly.&lt;/P&gt;&lt;P&gt;Whenever I connect it to computer it starts with bootloader mode asking for any debugger binary.&lt;/P&gt;&lt;P&gt;Whenever, I paste the binary it behaves normally and waits for reconnection (disconnection and connection back).&lt;/P&gt;&lt;P&gt;After, reconnecting the board to computer, there is nothing (no serial port, no debugger); it is not detected by the computer anymore (no green led).&lt;/P&gt;&lt;P&gt;So I tried almost all combinations of binaries (cmsis-dap, j-link) but there is no difference.&lt;/P&gt;&lt;P&gt;I installed the drivers even if it is not detected, the outcome is again zero.&lt;/P&gt;&lt;P&gt;Looking for your reply soon,&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;gokhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 12:11:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650042#M2235</guid>
      <dc:creator>gokhangunay</dc:creator>
      <dc:date>2017-04-12T12:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart bare-metal Qorlq programming</title>
      <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650043#M2236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yiping,&lt;/P&gt;&lt;P&gt;Do you know where could I find cmsis-dap firmware for the FRDM-LS1012A board?&lt;/P&gt;&lt;P&gt;I have tried firmwares of lots of frdm boards but none one worked properly.&lt;/P&gt;&lt;P&gt;Thanks for your helps in advance.&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;gokhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 14:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650043#M2236</guid>
      <dc:creator>gokhangunay</dc:creator>
      <dc:date>2017-04-13T14:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart bare-metal Qorlq programming</title>
      <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650044#M2237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;gokhan gunay&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the file k20.zip which I attached in this thread &lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/840141?commentID=840141#comment-840141" title="https://community.nxp.com/message/840141?commentID=840141#comment-840141"&gt;https://community.nxp.com/message/840141?commentID=840141#comment-840141&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As normal, the firmware should be programmed to demo board before released to the customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 14:22:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650044#M2237</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2017-04-14T14:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: KickStart bare-metal Qorlq programming</title>
      <link>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650045#M2238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yipping,&lt;/P&gt;&lt;P&gt;Thanks. I was looking for this. Now it seems to work; at least the mbed hid and serial port is working so I assume that the debugger also works glitch-less.&lt;/P&gt;&lt;P&gt;Cheers and thanks for your helps,&lt;/P&gt;&lt;P&gt;gokhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 09:08:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/KickStart-bare-metal-Qorlq-programming/m-p/650045#M2238</guid>
      <dc:creator>gokhangunay</dc:creator>
      <dc:date>2017-04-18T09:08:36Z</dc:date>
    </item>
  </channel>
</rss>

