<?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>Vybrid ProcessorsのトピックRe: Execute .bin file in OCRAM</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/Execute-bin-file-in-OCRAM/m-p/346515#M3483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for these examples, they helped me to get my Code right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For someone who has the same problem i will explain what exactly was the Problem and what you have to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The .bin File that was created by CrossStudio was alocated at 0x3f000000 which is the base ADR of sys0_OCRAM.&lt;/P&gt;&lt;P&gt;To get such a file to run it is necessary to prepend the IVT and BootData (Vybrid RM Chapter: 19.6) to the File.&lt;/P&gt;&lt;P&gt;Because of this the Memory Map in Crosstudio has to be adjusted so that you can prepend your IVT.&lt;/P&gt;&lt;P&gt;Important to know is, that the Header has to look like this 0xD1002041 (length Field in MSB first)&lt;/P&gt;&lt;P&gt;The remaining Information have to be LSB first!&lt;/P&gt;&lt;P&gt;Now just transfer and jump to the same ADR you wrote to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A nice weekend and best regards,&lt;/P&gt;&lt;P&gt;Torben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 12:17:19 GMT</pubDate>
    <dc:creator>torbenlüdeking</dc:creator>
    <dc:date>2014-09-26T12:17:19Z</dc:date>
    <item>
      <title>Execute .bin file in OCRAM</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Execute-bin-file-in-OCRAM/m-p/346513#M3481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this time i'm trying to get an .bin file to run in the OCRAM. I'm writing this File to the OCRAM by using the Serial Downloader.&lt;/P&gt;&lt;P&gt;Writing works without any problems. But when i send the JUMP_ADDR cmd it seems to work (no more responses from Serial Downloader).&lt;/P&gt;&lt;P&gt;Actually it isn't, I started thinking maybe i have a Problem in the Code so i made a really simple example which contains just a few Commands to light up the two LED's on my board. This code works perfectly fine, when it is transfered and executed vie CrossStudio and JTAG. Now i'm a bit curious what could be wrong am i missing some register settings bevore i can execute the Code after it has been transfered via Serial Downloader? &lt;/P&gt;&lt;P&gt;I download the Project to 0x3f000000 (sys0_OCRAM) and jumping to the same ADDR (This fits the Project settings that are used to build).&lt;/P&gt;&lt;P&gt;We are using the Vybrid on our own Setup (not the Tower Board). According to this the MFGTool is no option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards and thank you for your future answers&lt;/P&gt;&lt;P&gt;Torben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:33:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Execute-bin-file-in-OCRAM/m-p/346513#M3481</guid>
      <dc:creator>torbenlüdeking</dc:creator>
      <dc:date>2014-09-25T12:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Execute .bin file in OCRAM</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Execute-bin-file-in-OCRAM/m-p/346514#M3482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Torben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at attached example and link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95853"&gt;iRAM (OCRAM) i.MX6 SDK Application&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 14:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Execute-bin-file-in-OCRAM/m-p/346514#M3482</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-09-25T14:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Execute .bin file in OCRAM</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Execute-bin-file-in-OCRAM/m-p/346515#M3483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for these examples, they helped me to get my Code right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For someone who has the same problem i will explain what exactly was the Problem and what you have to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The .bin File that was created by CrossStudio was alocated at 0x3f000000 which is the base ADR of sys0_OCRAM.&lt;/P&gt;&lt;P&gt;To get such a file to run it is necessary to prepend the IVT and BootData (Vybrid RM Chapter: 19.6) to the File.&lt;/P&gt;&lt;P&gt;Because of this the Memory Map in Crosstudio has to be adjusted so that you can prepend your IVT.&lt;/P&gt;&lt;P&gt;Important to know is, that the Header has to look like this 0xD1002041 (length Field in MSB first)&lt;/P&gt;&lt;P&gt;The remaining Information have to be LSB first!&lt;/P&gt;&lt;P&gt;Now just transfer and jump to the same ADR you wrote to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A nice weekend and best regards,&lt;/P&gt;&lt;P&gt;Torben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 12:17:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Execute-bin-file-in-OCRAM/m-p/346515#M3483</guid>
      <dc:creator>torbenlüdeking</dc:creator>
      <dc:date>2014-09-26T12:17:19Z</dc:date>
    </item>
  </channel>
</rss>

