<?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: [yocto] Resizing rootfs on first boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/1941886#M227761</link>
    <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/40799"&gt;@gusarambula&lt;/a&gt;, do you have any reference article to resize the parition with u-boot? I</description>
    <pubDate>Wed, 28 Aug 2024 07:30:35 GMT</pubDate>
    <dc:creator>bgaurav1718</dc:creator>
    <dc:date>2024-08-28T07:30:35Z</dc:date>
    <item>
      <title>[yocto] Resizing rootfs on first boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/948142#M141828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hi Team，&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I'm using Yocto project&amp;nbsp;and I use i.MX6 sabre-SD Quad as my&amp;nbsp;platform.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I'd like to be able to bulid an SD card image ,deloy to a system on a 8G emmc.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;While boot up &amp;nbsp;device and entry terminal ,I find out the root mounted only 2.6G,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;How to resize automatically on fist boot.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;SPAN&gt; in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2019 11:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/948142#M141828</guid>
      <dc:creator>li_hong</dc:creator>
      <dc:date>2019-06-05T11:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: [yocto] Resizing rootfs on first boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/948143#M141829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hong Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SD card image generated depends on the size of the rootfs. The easiest way to add more space would be to edit the EXTRA_SPACE variable in Yocto. You can see a bit more on how to do this on the following Community Document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-105521"&gt;https://community.nxp.com/docs/DOC-105521&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you would need to use u-boot to resize the partition through a script before loading the kernel and rootfs, but I haven’t tested this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2019 16:52:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/948143#M141829</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-06-05T16:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: [yocto] Resizing rootfs on first boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/948144#M141830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using an SD card it might be easier to just plug it into a USB card reader, attach it to a ubuntu machine and use the disk tools to expand the partition.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2019 19:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/948144#M141830</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2019-06-05T19:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: [yocto] Resizing rootfs on first boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/948145#M141831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone suggesting that you must manually resize the partition, or inflate the partition in Yocto, has never had the joy of using a Raspberry Pi sdcard image.&amp;nbsp; It automatically increases the filesystem/partition on first boot if there is available space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:34:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/948145#M141831</guid>
      <dc:creator>glennelliott</dc:creator>
      <dc:date>2019-10-11T19:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: [yocto] Resizing rootfs on first boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/1941886#M227761</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/40799"&gt;@gusarambula&lt;/a&gt;, do you have any reference article to resize the parition with u-boot? I</description>
      <pubDate>Wed, 28 Aug 2024 07:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-Resizing-rootfs-on-first-boot/m-p/1941886#M227761</guid>
      <dc:creator>bgaurav1718</dc:creator>
      <dc:date>2024-08-28T07:30:35Z</dc:date>
    </item>
  </channel>
</rss>

