<?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: Increasing U-Boot partition size in emmc | Custom Sabreauto based board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Increasing-U-Boot-partition-size-in-emmc-Custom-Sabreauto-based/m-p/731237#M113744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sooraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to emmc specifications like eMMCv4.5 JESD84-B451 boot partition size&lt;/P&gt;&lt;P&gt;is fixed during production, its size is defined by Extended CSD register EXT_CSD byte [226]:&lt;/P&gt;&lt;P&gt;Boot partition size BOOT_SIZE_MULTI [Read Only]. One can apply to emmc vendor how&lt;/P&gt;&lt;P&gt;it could be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2018 11:11:21 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-04-13T11:11:21Z</dc:date>
    <item>
      <title>Increasing U-Boot partition size in emmc | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Increasing-U-Boot-partition-size-in-emmc-Custom-Sabreauto-based/m-p/731236#M113743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam building android 7.1.2 SabreAuto BSP for our board , i have made changes for emmc boot in u-boot also dts changes in kernel . On flashing the new built firmware using mfgtool it fails on writing u-boot with error "No space left on device"&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;CMD state="Updater" type="push" body="send" file="files/android/%folder%/u-boot-imx6q.imx" &amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;CMD state="Updater" type="push" body="$ dd if=/dev/zero of=/dev/mmcblk%mmc% bs=1k seek=768 conv=fsync count=136"&amp;gt;clear u-boot arg&amp;lt;/CMD&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mmcblk%mmc%boot0 bs=512 seek=2 conv=fsync"&amp;gt;write U-Boot to sd card&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the last dd command with&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;dd if=$FILE of=/dev/mmcblk%mmc%boot0 bs=1k seek=1 conv=fsync&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;because my u-boot image size is 580 kb but still this gives me same error&lt;/P&gt;&lt;P&gt;If i comment out this command it successfully flash all partitions except bootloader. &lt;BR /&gt;i checked partition-table.bpt but this does not create bootloader partition&amp;nbsp; . &lt;BR /&gt;I checked mksdcard-android.sh but but we do not use this to create partition in android 7.1.2 instead we use partition-table.img.&lt;BR /&gt;&lt;BR /&gt;Is there anyway increase bootloader partition size .&lt;BR /&gt;Note our board does not have an Ethernet port .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 06:54:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Increasing-U-Boot-partition-size-in-emmc-Custom-Sabreauto-based/m-p/731236#M113743</guid>
      <dc:creator>soorajs</dc:creator>
      <dc:date>2018-04-13T06:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing U-Boot partition size in emmc | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Increasing-U-Boot-partition-size-in-emmc-Custom-Sabreauto-based/m-p/731237#M113744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sooraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to emmc specifications like eMMCv4.5 JESD84-B451 boot partition size&lt;/P&gt;&lt;P&gt;is fixed during production, its size is defined by Extended CSD register EXT_CSD byte [226]:&lt;/P&gt;&lt;P&gt;Boot partition size BOOT_SIZE_MULTI [Read Only]. One can apply to emmc vendor how&lt;/P&gt;&lt;P&gt;it could be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:11:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Increasing-U-Boot-partition-size-in-emmc-Custom-Sabreauto-based/m-p/731237#M113744</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-04-13T11:11:21Z</dc:date>
    </item>
  </channel>
</rss>

