<?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のトピックusing s32ds create bootloader an app</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/using-s32ds-create-bootloader-an-app/m-p/976980#M5513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i want to make a bootloader project and a application project using s32ds&lt;/P&gt;&lt;P&gt;the bootloader run start at 0x00000000 in flash memory&lt;/P&gt;&lt;P&gt;the app run start at 0x0000c000 in flash memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in app project ,i set the linker file s32k144_64_flash.ld&lt;/P&gt;&lt;P&gt;m_text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; origin=0x0x0000c410,&amp;nbsp; length=0x00073bf0&lt;/P&gt;&lt;P&gt;but i found that when i download the file to the mcu ,the app run start at 0x00000000,&lt;/P&gt;&lt;P&gt;the code does not download at 0x0000c000 in flash memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to download the app&amp;nbsp;code at 0x0000c000 in flash memory&lt;/P&gt;&lt;P&gt;what other settings do i have to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2019 08:59:38 GMT</pubDate>
    <dc:creator>yongwan</dc:creator>
    <dc:date>2019-12-13T08:59:38Z</dc:date>
    <item>
      <title>using s32ds create bootloader an app</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/using-s32ds-create-bootloader-an-app/m-p/976980#M5513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i want to make a bootloader project and a application project using s32ds&lt;/P&gt;&lt;P&gt;the bootloader run start at 0x00000000 in flash memory&lt;/P&gt;&lt;P&gt;the app run start at 0x0000c000 in flash memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in app project ,i set the linker file s32k144_64_flash.ld&lt;/P&gt;&lt;P&gt;m_text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; origin=0x0x0000c410,&amp;nbsp; length=0x00073bf0&lt;/P&gt;&lt;P&gt;but i found that when i download the file to the mcu ,the app run start at 0x00000000,&lt;/P&gt;&lt;P&gt;the code does not download at 0x0000c000 in flash memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to download the app&amp;nbsp;code at 0x0000c000 in flash memory&lt;/P&gt;&lt;P&gt;what other settings do i have to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 08:59:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/using-s32ds-create-bootloader-an-app/m-p/976980#M5513</guid>
      <dc:creator>yongwan</dc:creator>
      <dc:date>2019-12-13T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: using s32ds create bootloader an app</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/using-s32ds-create-bootloader-an-app/m-p/976981#M5514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is an example for RappID boot loader app -&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=RAPPID_BOOTLOADER_UTILITY" title="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=RAPPID_BOOTLOADER_UTILITY"&gt;RAppID Boot Loader Utility&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96713i8497A81B563940B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use it as a reference project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moving m_text area to higher address is the only thing what you need to do:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96714iD5CB8D31CF0E2E5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you realized that your app starts from 0x00000000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 09:25:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/using-s32ds-create-bootloader-an-app/m-p/976981#M5514</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-12-13T09:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: using s32ds create bootloader an app</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/using-s32ds-create-bootloader-an-app/m-p/1358090#M7894</link>
      <description>&lt;P&gt;Hi Jiri,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying the BootLoader_MPC5748G example in s32DS, and the RAppID BL Tool.&amp;nbsp; However, I got a problem.&lt;/P&gt;&lt;P&gt;According to the instruction "From the 'RAppID BL Tool' product drop the bootloader application (.rbf file) onto the board".&amp;nbsp; How to drop the MPC5748G.rbf file?&amp;nbsp; I tried to enter bootloader mode and copied the MPC5748G.rbf onto the "boodloader" drive.&amp;nbsp; However, after MPC5478G.rbf is copied to DEVKIT-MPC5748G, the openSDA serial port can no longer be recognized by my computer and stays in "bootloader" mode even after it is re-plugged.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I don't enter the bootloader mode, then how can I drop MPC5748G.rbf to the DEVKIT board?&amp;nbsp; I tried to use S32DS to flash MPC5748G.rbf to the board, but got the following error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;";device NXP, MPC5748G, 1x32x1520k, desc=CFlash&lt;BR /&gt;&lt;BR /&gt;;begin_cs device=$00F90000, length=$005F0000, ram=$40000000&lt;BR /&gt;&lt;BR /&gt;Loading programming algorithm ...&lt;BR /&gt;Done.&lt;BR /&gt;Programming sequency is : erase, blank check, program, and verify {default}&lt;BR /&gt;CMD&amp;gt;VC&lt;BR /&gt;Verifying object file CRC-16 to device ranges ...&lt;BR /&gt;Error - no valid data in range of module.&lt;BR /&gt;Current content of flash does not match application to be programmed&lt;BR /&gt;CMD&amp;gt;EM&lt;BR /&gt;&lt;BR /&gt;Erasing.&lt;BR /&gt;Module has been erased.&lt;BR /&gt;CMD&amp;gt;PM&lt;BR /&gt;&lt;BR /&gt;Programming.&lt;BR /&gt;Processing Object File Data ...&lt;BR /&gt;&lt;BR /&gt;No data to program."&lt;/P&gt;&lt;P&gt;Please help! Thanks!&lt;/P&gt;&lt;P&gt;Charlie&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 20:07:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/using-s32ds-create-bootloader-an-app/m-p/1358090#M7894</guid>
      <dc:creator>jzhang</dc:creator>
      <dc:date>2021-10-19T20:07:58Z</dc:date>
    </item>
  </channel>
</rss>

