<?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のトピックProblem in copying rootfs image through UUU tool</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248470#M171092</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am facing an issue with burning the rootfs on NAND through UUU tool.&lt;/P&gt;&lt;P&gt;The script has below entries for burning kernel, dtb and rootfs,&lt;/P&gt;&lt;P&gt;# Create a mount point&lt;BR /&gt;FBK: ucmd mkdir -p /mnt/mountpoint&lt;/P&gt;&lt;P&gt;# burn kernel + device tree&lt;BR /&gt;FBK: ucmd mount -t ubifs ubi0:kernel1 /mnt/mountpoint&lt;BR /&gt;FBK: ucp zImage t:/mnt/mountpoint/zImage.bin&lt;BR /&gt;FBK: ucp imx6ull-14x14.dtb t:/mnt/mountpoint/imx6ull-14x14.dtb&lt;BR /&gt;SDP: delay 1000&lt;BR /&gt;FBK: ucmd umount /mnt/mountpoint&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# burn rootfs&lt;BR /&gt;FBK: ucp ev-production-image-imx6ull.squashfs t:/tmp/ev-production-image-imx6ull.squashfs&lt;BR /&gt;FBK: ucmd ubiupdatevol /dev/ubi0_1 /tmp/ev-production-image-imx6ull.squashfs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the script is run, it pass through kernel and dtb burning on NAND successfully but fails to copy the rootfs image into local /tmp directory&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;1:1&amp;gt;Start Cmd:FBK: ucmd mkdir -p /mnt/mountpoint&lt;BR /&gt;1:1&amp;gt;Okay (0.034s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucmd mount -t ubifs ubi0:kernel1 /mnt/mountpoint&lt;BR /&gt;1:1&amp;gt;Okay (0.31s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucp zImage.bin t:/mnt/mountpoint/zImage.bin&lt;BR /&gt;100%1:1&amp;gt;Okay (0.429s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucp imx6ull-14x14.dtb t:/mnt/mountpoint/imx6ull-14x14.dtb&lt;BR /&gt;205%1:1&amp;gt;Okay (0.006s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucmd umount /mnt/mountpoint&lt;BR /&gt;1:1&amp;gt;Okay (3.303s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucp ev-production-image-imx6ull.squashfs t:/tmp/ev-production-image-imx6ull.squashfs&lt;BR /&gt;92%1:1&amp;gt;Fail (3.286s)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The rootfs file size is around 67MB and my DRAM size is 256MB.&lt;/DIV&gt;&lt;DIV&gt;Any feedback is appreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Kiran&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 19 Mar 2021 02:05:09 GMT</pubDate>
    <dc:creator>kmagi</dc:creator>
    <dc:date>2021-03-19T02:05:09Z</dc:date>
    <item>
      <title>Problem in copying rootfs image through UUU tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248470#M171092</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am facing an issue with burning the rootfs on NAND through UUU tool.&lt;/P&gt;&lt;P&gt;The script has below entries for burning kernel, dtb and rootfs,&lt;/P&gt;&lt;P&gt;# Create a mount point&lt;BR /&gt;FBK: ucmd mkdir -p /mnt/mountpoint&lt;/P&gt;&lt;P&gt;# burn kernel + device tree&lt;BR /&gt;FBK: ucmd mount -t ubifs ubi0:kernel1 /mnt/mountpoint&lt;BR /&gt;FBK: ucp zImage t:/mnt/mountpoint/zImage.bin&lt;BR /&gt;FBK: ucp imx6ull-14x14.dtb t:/mnt/mountpoint/imx6ull-14x14.dtb&lt;BR /&gt;SDP: delay 1000&lt;BR /&gt;FBK: ucmd umount /mnt/mountpoint&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# burn rootfs&lt;BR /&gt;FBK: ucp ev-production-image-imx6ull.squashfs t:/tmp/ev-production-image-imx6ull.squashfs&lt;BR /&gt;FBK: ucmd ubiupdatevol /dev/ubi0_1 /tmp/ev-production-image-imx6ull.squashfs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the script is run, it pass through kernel and dtb burning on NAND successfully but fails to copy the rootfs image into local /tmp directory&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;1:1&amp;gt;Start Cmd:FBK: ucmd mkdir -p /mnt/mountpoint&lt;BR /&gt;1:1&amp;gt;Okay (0.034s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucmd mount -t ubifs ubi0:kernel1 /mnt/mountpoint&lt;BR /&gt;1:1&amp;gt;Okay (0.31s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucp zImage.bin t:/mnt/mountpoint/zImage.bin&lt;BR /&gt;100%1:1&amp;gt;Okay (0.429s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucp imx6ull-14x14.dtb t:/mnt/mountpoint/imx6ull-14x14.dtb&lt;BR /&gt;205%1:1&amp;gt;Okay (0.006s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucmd umount /mnt/mountpoint&lt;BR /&gt;1:1&amp;gt;Okay (3.303s)&lt;BR /&gt;1:1&amp;gt;Start Cmd:FBK: ucp ev-production-image-imx6ull.squashfs t:/tmp/ev-production-image-imx6ull.squashfs&lt;BR /&gt;92%1:1&amp;gt;Fail (3.286s)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The rootfs file size is around 67MB and my DRAM size is 256MB.&lt;/DIV&gt;&lt;DIV&gt;Any feedback is appreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Kiran&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Mar 2021 02:05:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248470#M171092</guid>
      <dc:creator>kmagi</dc:creator>
      <dc:date>2021-03-19T02:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in copying rootfs image through UUU tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248538#M171095</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer to uuu.auto in demo image&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 02:45:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248538#M171095</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-03-19T02:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in copying rootfs image through UUU tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248592#M171107</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The uuu.auto script doesn't helped much.&lt;/P&gt;&lt;P&gt;I checked that the ramfs size before the copy of my rootfs and it shows that the available memory is 61M and my rootfs size is 67M that is why it failed at 92% because the ramfs size is getting full.&lt;/P&gt;&lt;DIV&gt;1:2&amp;gt;Start Cmd:FBK: ucmd df -h&lt;BR /&gt;Filesystem Size Used Avail Use% Mounted on&lt;BR /&gt;rootfs 95M 34M 61M 36% /&lt;BR /&gt;none 95M 0 95M 0% /dev&lt;BR /&gt;1:2&amp;gt;Okay (0.02s)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How can I increase the ramfs size?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Kiran&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Mar 2021 04:45:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248592#M171107</guid>
      <dc:creator>kmagi</dc:creator>
      <dc:date>2021-03-19T04:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in copying rootfs image through UUU tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248596#M171108</link>
      <description>&lt;P&gt;Finally, I am able to solve the problem by using the other partition "/none" which i don't know why it is created. I suppose it is for general development purpose.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;none 95M 0 95M 0% /dev&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 04:57:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-copying-rootfs-image-through-UUU-tool/m-p/1248596#M171108</guid>
      <dc:creator>kmagi</dc:creator>
      <dc:date>2021-03-19T04:57:40Z</dc:date>
    </item>
  </channel>
</rss>

