<?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>i.MX ProcessorsのトピックRe: Select New Boot Partition via U-boot on SD Card</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1534979#M196172</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This is how I set the variable you said. I also did different experiments.&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;mmcdev=1&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;mmcpart=3&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;When I use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;$fatls mmc 1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command, I observe the dtbs in the wrong boot file. Could this be because my configuration is wrong?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2022 15:26:58 GMT</pubDate>
    <dc:creator>tuncayyldrm</dc:creator>
    <dc:date>2022-10-10T15:26:58Z</dc:date>
    <item>
      <title>Select New Boot Partition via U-boot on SD Card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1533937#M196093</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are developing projects with iMX8QM-MEK Eval Board with v5.4.70 kernel.&lt;/P&gt;&lt;P&gt;We continue our project using SD card. With the OTA features we will add, we added 2 more partitions to our SD card and got its new structure as follows.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tuncayyldrm_0-1665151391119.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196018i21FC561CC2C826FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tuncayyldrm_0-1665151391119.png" alt="tuncayyldrm_0-1665151391119.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tuncayyldrm_0-1665151391119.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Figure -1. SD Card Partitions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here we can see the partitions as shown in Figure-2 with the command given in the u-boot and we want to select boot-2 as the jumpable address depending on the situation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tuncayyldrm_1-1665151391171.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196019i23868994B1D9BA97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tuncayyldrm_1-1665151391171.png" alt="tuncayyldrm_1-1665151391171.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tuncayyldrm_1-1665151391171.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Figure-2. Partition Map&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to jump to boot-2 here. How can I mount a new partition and how do I configure u-boot &amp;nbsp;to jump a particular partition?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 14:08:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1533937#M196093</guid>
      <dc:creator>tuncayyldrm</dc:creator>
      <dc:date>2022-10-07T14:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select New Boot Partition via U-boot on SD Card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1533947#M196096</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Check the mmcdev, mmcpart and loadbootscript/fdt/image/... u-boot environment variables.&lt;/P&gt;
&lt;P&gt;In your case, setting mmcpart variable to 3 is probably what you need, so that the dtb and kernel image are taken from the boot-2 partition. You will also need to change the kernel rootfs location (mmcroot u-boot env variable) or you would still use the old linux rootfs in root-1 partition.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 14:26:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1533947#M196096</guid>
      <dc:creator>seb_haezebrouck</dc:creator>
      <dc:date>2022-10-07T14:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select New Boot Partition via U-boot on SD Card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1533954#M196097</link>
      <description>&lt;P&gt;What should I do to set the mmcpart variable to 3? Also after doing this, can I configure u-boot to run directly&amp;nbsp; my root-2 software?&lt;/P&gt;&lt;P&gt;(Note: I tried to select partition 3 using by running &lt;STRONG&gt;&lt;EM&gt;$mmc dev 3 &lt;/EM&gt;&lt;/STRONG&gt;command, but I couldn't.)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 14:44:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1533954#M196097</guid>
      <dc:creator>tuncayyldrm</dc:creator>
      <dc:date>2022-10-07T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select New Boot Partition via U-boot on SD Card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1533959#M196099</link>
      <description>&lt;P&gt;setenv mmcpart 3&lt;/P&gt;
&lt;P&gt;then modify your kernel command line to use /dev/mmcblk0p4 as rootfs. Probably by modifying the mmcroot variable.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 14:53:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1533959#M196099</guid>
      <dc:creator>seb_haezebrouck</dc:creator>
      <dc:date>2022-10-07T14:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select New Boot Partition via U-boot on SD Card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1534979#M196172</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This is how I set the variable you said. I also did different experiments.&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;mmcdev=1&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;mmcpart=3&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;When I use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;$fatls mmc 1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command, I observe the dtbs in the wrong boot file. Could this be because my configuration is wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 15:26:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Select-New-Boot-Partition-via-U-boot-on-SD-Card/m-p/1534979#M196172</guid>
      <dc:creator>tuncayyldrm</dc:creator>
      <dc:date>2022-10-10T15:26:58Z</dc:date>
    </item>
  </channel>
</rss>

