<?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: Is it possible to mount u-boot.imx? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1242911#M170600</link>
    <description>&lt;P&gt;u-boot.imx is placed on eMMC in raw blocks, not over the filesystem.&lt;BR /&gt;You can use something like "hexdump -C /dev/mmcblk0boot0 | less" to see it and "dd" to get it as a file.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 04:31:15 GMT</pubDate>
    <dc:creator>b36401</dc:creator>
    <dc:date>2021-03-10T04:31:15Z</dc:date>
    <item>
      <title>Is it possible to mount u-boot.imx?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1241325#M170455</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have flashed u-boot.imx in emmc keeping 0x400 as offset. Now I want to read u-boot.imx from another uboot (loaded from USB). It is not showing up in any of the existing partition. Tried mounting "/dev/${EMMC_DEV}boot0" with no success.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 11:26:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1241325#M170455</guid>
      <dc:creator>rahul44</dc:creator>
      <dc:date>2021-03-06T11:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount u-boot.imx?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1242911#M170600</link>
      <description>&lt;P&gt;u-boot.imx is placed on eMMC in raw blocks, not over the filesystem.&lt;BR /&gt;You can use something like "hexdump -C /dev/mmcblk0boot0 | less" to see it and "dd" to get it as a file.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 04:31:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1242911#M170600</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2021-03-10T04:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount u-boot.imx?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1244162#M170704</link>
      <description>&lt;P&gt;I don't have this partition&amp;nbsp;&lt;SPAN&gt;/dev/mmcblk0boot0 mounted. Tried below command to mount but gave error. Can you correct it?&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;/sbin/mkfs.vfat -n boot /dev/${EMMC_DEV}boot0 &amp;amp;&amp;amp; mkdir -pv /mnt/storage &amp;amp;&amp;amp; mount /dev/${EMMC_DEV}boot0 /mnt/storage &amp;amp;&amp;amp; sleep 1 &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; umount /mnt/storage" "${UBOOT_BIN}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 11 Mar 2021 12:41:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1244162#M170704</guid>
      <dc:creator>rahul44</dc:creator>
      <dc:date>2021-03-11T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount u-boot.imx?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1246912#M170960</link>
      <description>&lt;P&gt;It looks strange. There should be /dev/mmcblk0boot0 partition.&lt;/P&gt;
&lt;P&gt;Which way you burned the image?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 06:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1246912#M170960</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2021-03-17T06:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount u-boot.imx?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1246917#M170961</link>
      <description>&lt;P&gt;This partition is not showing in kernel.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 06:57:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1246917#M170961</guid>
      <dc:creator>rahul44</dc:creator>
      <dc:date>2021-03-17T06:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount u-boot.imx?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1246918#M170962</link>
      <description>&lt;P&gt;Used below command to flash uboot.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;dd if=/dev/zero of=/dev/${EMMC_DEV}boot0 bs=1024 count=510 seek=1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 17 Mar 2021 06:59:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1246918#M170962</guid>
      <dc:creator>rahul44</dc:creator>
      <dc:date>2021-03-17T06:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount u-boot.imx?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1248624#M171113</link>
      <description>&lt;P&gt;You can refer to chapter "Booting Linux OS" of i.MX Linux User Guide:&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 05:42:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-mount-u-boot-imx/m-p/1248624#M171113</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2021-03-19T05:42:59Z</dc:date>
    </item>
  </channel>
</rss>

