<?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>topic Re: iMX8QXP VxWorks RTOS Boot and mk-image tool in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1496629#M193121</link>
    <description>&lt;P&gt;HI,&lt;BR /&gt;&lt;BR /&gt;As I said before I cannot comment of Vxworks if you experiment issues with this recommend to check with Windriver.&lt;BR /&gt;&lt;BR /&gt;Regarding UUU, as I said you may create a flash.bin that will be used only for download and flash, this would be a normal image no Vxworks for this, and flash the flash.bin with Vxworks. This is only a recommendation I believe someone from Windriver may be able to confirm this.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 20:13:34 GMT</pubDate>
    <dc:creator>AldoG</dc:creator>
    <dc:date>2022-07-27T20:13:34Z</dc:date>
    <item>
      <title>iMX8QXP VxWorks RTOS Boot and mk-image tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1495285#M193017</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Currently, I'm working on iMX8QXP-MEK board. I wanted to create a boot image which consists SCFW, ATF, SECO, U-Boot and VxWorks RTOS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q1: VxWorks should boot from ARM Cortex A53 instead of as being M4 image. (Windriver BSP support can be referenced for this requirement) But I cannot find a proper command for this in soc.mak in mk-image folder. When I re-configure soc.mak and write my own command set, UUU tool cannot load flash.bin image into the boards' flash memory.&lt;/P&gt;&lt;P&gt;Q2: General question; are there anyone have experiences on this?&lt;/P&gt;&lt;P&gt;NOTE: TFTP boot works, but I don't want this way for booting process.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 06:34:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1495285#M193017</guid>
      <dc:creator>beratovic</dc:creator>
      <dc:date>2022-07-26T06:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP VxWorks RTOS Boot and mk-image tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1495885#M193062</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm not really similar with VxWorks and this should be looked at with Windriver, I could suggest to try using an standard flash.bin that could be used by UUU to download and flash the actual flash.bin that have the SCFW, ATF, SECO, U-Boot and VxWorks RTOS.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 01:24:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1495885#M193062</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2022-07-27T01:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP VxWorks RTOS Boot and mk-image tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1496041#M193080</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/171173"&gt;@AldoG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;VxWorks image can be booted by using TFTP protocol (thanks to U-Boot) on core a35. When I write the following command in soc.mak in the mk-image project folder and create flash.bin and flash it via UUU tool, I have faced with the following scenario:&lt;/P&gt;&lt;P&gt;flash_flexspi: $(MKIMG) $(AHAB_IMG) scfw_tcm.bin u-boot-atf.bin Image $(QSPI_HEADER)&lt;BR /&gt;./$(MKIMG) -soc QX -rev B0 -dev flexspi -append $(AHAB_IMG) -c -scfw scfw_tcm.bin -ap u-boot-atf.bin a35 0x20000000 -ap Image a35 0x83100000 -out flash.bin&lt;BR /&gt;./$(QSPI_PACKER) $(QSPI_HEADER)&lt;/P&gt;&lt;P&gt;UUU shell screen starts from 0% and goes upto 100% but then nothing happens.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 05:49:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1496041#M193080</guid>
      <dc:creator>beratovic</dc:creator>
      <dc:date>2022-07-27T05:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP VxWorks RTOS Boot and mk-image tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1496629#M193121</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;&lt;BR /&gt;As I said before I cannot comment of Vxworks if you experiment issues with this recommend to check with Windriver.&lt;BR /&gt;&lt;BR /&gt;Regarding UUU, as I said you may create a flash.bin that will be used only for download and flash, this would be a normal image no Vxworks for this, and flash the flash.bin with Vxworks. This is only a recommendation I believe someone from Windriver may be able to confirm this.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 20:13:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-VxWorks-RTOS-Boot-and-mk-image-tool/m-p/1496629#M193121</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2022-07-27T20:13:34Z</dc:date>
    </item>
  </channel>
</rss>

