<?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>S32 Design StudioのトピックBare metal Startup code on S32V234</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Bare-metal-Startup-code-on-S32V234/m-p/790352#M3207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP Community,&lt;/P&gt;&lt;P&gt;I am working on Bare metal starup code on S32v234 EVB board. I am facing issue with booting the image with boot device as flash(non-xip).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided below the steps followed and working/non-working scenarios in starup code and uboot code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;a)U-boot code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working case(Image&amp;nbsp;-&amp;gt; RAM):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) uboot image(.bin) generated&lt;/P&gt;&lt;P&gt;2) Load the generated image(.bin) to specific address in SRAM directly with Trace32&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;uboot image&amp;nbsp;is working and console log output is printed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working case(Image -&amp;gt; Flash(non-XIP)):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;uboot image(.bin) generated&lt;/P&gt;&lt;P&gt;2) Add IVT header and qspi commands to the generated bin&lt;/P&gt;&lt;P&gt;3) Flash the image to Internal flash(non-xip)&lt;/P&gt;&lt;P&gt;4) Boot the board and uboot image is working and console output is printed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;b) Startup code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working case(Image -&amp;gt;RAM):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Startup code image(.bin) generated&lt;/P&gt;&lt;P&gt;2) Load the generated image(.bin) to specific address in SRAM directly with Trace32&lt;/P&gt;&lt;P&gt;3) Startup code is working and console log output is printed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Non-working case(Image -&amp;gt; Flash(non-XIP)):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Startup code(.bin) generated&lt;/P&gt;&lt;P&gt;2) Add IVT header and qspi commands to the generated bin -&amp;gt; the IVT header fields are updated with reference to working u-boot code&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Flash the image to Internal flash(non-xip)&lt;/P&gt;&lt;P&gt;4) &lt;EM&gt;Boot the board and startup code image is not working and no console output is printed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Could you please let&amp;nbsp;me know if any other modification is required apart from IVT header and DCD information for Boot ROM to load the image from flash to SRAM and start execution.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks and Regards,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Vedhachalam&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 02:50:30 GMT</pubDate>
    <dc:creator>vedhachalam_p</dc:creator>
    <dc:date>2018-07-27T02:50:30Z</dc:date>
    <item>
      <title>Bare metal Startup code on S32V234</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Bare-metal-Startup-code-on-S32V234/m-p/790352#M3207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP Community,&lt;/P&gt;&lt;P&gt;I am working on Bare metal starup code on S32v234 EVB board. I am facing issue with booting the image with boot device as flash(non-xip).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided below the steps followed and working/non-working scenarios in starup code and uboot code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;a)U-boot code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working case(Image&amp;nbsp;-&amp;gt; RAM):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) uboot image(.bin) generated&lt;/P&gt;&lt;P&gt;2) Load the generated image(.bin) to specific address in SRAM directly with Trace32&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;uboot image&amp;nbsp;is working and console log output is printed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working case(Image -&amp;gt; Flash(non-XIP)):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;uboot image(.bin) generated&lt;/P&gt;&lt;P&gt;2) Add IVT header and qspi commands to the generated bin&lt;/P&gt;&lt;P&gt;3) Flash the image to Internal flash(non-xip)&lt;/P&gt;&lt;P&gt;4) Boot the board and uboot image is working and console output is printed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;b) Startup code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working case(Image -&amp;gt;RAM):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Startup code image(.bin) generated&lt;/P&gt;&lt;P&gt;2) Load the generated image(.bin) to specific address in SRAM directly with Trace32&lt;/P&gt;&lt;P&gt;3) Startup code is working and console log output is printed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Non-working case(Image -&amp;gt; Flash(non-XIP)):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Startup code(.bin) generated&lt;/P&gt;&lt;P&gt;2) Add IVT header and qspi commands to the generated bin -&amp;gt; the IVT header fields are updated with reference to working u-boot code&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Flash the image to Internal flash(non-xip)&lt;/P&gt;&lt;P&gt;4) &lt;EM&gt;Boot the board and startup code image is not working and no console output is printed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Could you please let&amp;nbsp;me know if any other modification is required apart from IVT header and DCD information for Boot ROM to load the image from flash to SRAM and start execution.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks and Regards,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Vedhachalam&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 02:50:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Bare-metal-Startup-code-on-S32V234/m-p/790352#M3207</guid>
      <dc:creator>vedhachalam_p</dc:creator>
      <dc:date>2018-07-27T02:50:30Z</dc:date>
    </item>
  </channel>
</rss>

