<?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: Flash yocto images using uuu script in i.MX Solutions</title>
    <link>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196360#M36</link>
    <description>&lt;P&gt;Thank you &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp; for the quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used that command. But, nothing is work uboot stopped in uboot console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;uuu_version 1.0.1&lt;/P&gt;&lt;P&gt;# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ&lt;BR /&gt;SDP: boot -f .\imx-boot&lt;/P&gt;&lt;P&gt;# This command will be run when ROM support stream mode&lt;BR /&gt;# i.MX8QXP, i.MX8QM&lt;BR /&gt;SDPS: boot -f .\imx-boot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FB: ucmd setenv fastboot_dev mmc&lt;BR /&gt;FB: ucmd setenv mmcdev ${emmc_dev}&lt;BR /&gt;FB: ucmd mmc dev ${emmc_dev}&lt;BR /&gt;FB: flash -raw2sparse all .\ccu-rootfs-image-wabco_ccu.sdcard.bz2&lt;BR /&gt;FB: flash bootloader .\imx-boot&lt;BR /&gt;FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi;&lt;BR /&gt;FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0&lt;/P&gt;&lt;P&gt;# create partition&lt;BR /&gt;&lt;STRONG&gt;FBK: ucmd mmc=`cat /tmp/mmcdev`; PARTSTR=$'10M,500M,0c\n600M,,83\n'; echo "$PARTSTR" | sfdisk --force /dev/mmcblk${mmc}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FB: done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to create partition table from u-boot source. Will you please give some steps ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2020 11:54:41 GMT</pubDate>
    <dc:creator>vinothkumars</dc:creator>
    <dc:date>2020-12-09T11:54:41Z</dc:date>
    <item>
      <title>Flash yocto images using uuu script</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1194233#M26</link>
      <description>&lt;P&gt;Dear NXP,&lt;/P&gt;&lt;P&gt;I have to flash the yocto images using uuu script. But, I got error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS D:\&amp;gt; .&lt;STRONG&gt;\uuu_imx_android_flash.bat -y&lt;/STRONG&gt;&lt;BR /&gt;This script is validated with uuu 1.2.91 version, please align with this version.&lt;BR /&gt;The system cannot find the file partition-table_1.txt.&lt;BR /&gt;The system cannot find the file partition-table_2.txt.&lt;BR /&gt;File not found - PARTITION-TABLE_3.TXT&lt;BR /&gt;File not found - PARTITION-TABLE_3.TXT&lt;BR /&gt;File not found - PARTITION-TABLE_3.TXT&lt;BR /&gt;File not found - PARTITION-TABLE_3.TXT&lt;BR /&gt;Could Not Find D:\\partition-table_1.txt&lt;BR /&gt;Could Not Find D:\\partition-table_2.txt&lt;BR /&gt;Could Not Find D:\\partition-table_3.txt&lt;BR /&gt;=soc_name] was unexpected at this time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 06:24:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1194233#M26</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-12-07T06:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Flash yocto images using uuu script</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196048#M29</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; what you are using is to flash android image to board. not yocto image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if you want to flash yocto image, you should download DEMO images from our website, then copy uuu.exe to DEMO image directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run "uuu.exe uuu.auto ", yocto demo image will be flashed to your board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; or modify samples/example_kernel_emmc.uuu (if your flash is eMMC) for yours. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then use "uuu example_kernel_emmc.uuu" command to flash images to eMMC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; if you want to flash android images, you refer to the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-handle-issue-on-Waiting-for-devices-when-downloading/ta-p/1115408" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-handle-issue-on-Waiting-for-devices-when-downloading/ta-p/1115408&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day!&lt;/P&gt;
&lt;P&gt;B.R,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 06:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196048#M29</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2020-12-09T06:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Flash yocto images using uuu script</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196329#M33</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp; for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I able to flash using the uuu.auto script.&lt;/P&gt;&lt;P&gt;I need some more info regarding emmc partition in uboot/ uuu.&lt;/P&gt;&lt;P&gt;I have to create &lt;STRONG&gt;partition.gpt &lt;/STRONG&gt;for yocto. Is there any possible way to create emmc partition from uuu tool or uboot. and also have to flash into partition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 11:09:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196329#M33</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-12-09T11:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flash yocto images using uuu script</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196334#M34</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Probably You can try gpt partition. but in uuu script, sfdisk is used in example_kernel_emmc.uuu. See below, please!&lt;/P&gt;
&lt;P&gt;# create partition&lt;BR /&gt;FBK: ucmd mmc=`cat /tmp/mmcdev`; PARTSTR=$'10M,500M,0c\n600M,,83\n'; echo "$PARTSTR" | sfdisk --force /dev/mmcblk${mmc}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day!&lt;/P&gt;
&lt;P&gt;B.R,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 11:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196334#M34</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2020-12-09T11:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Flash yocto images using uuu script</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196360#M36</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp; for the quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used that command. But, nothing is work uboot stopped in uboot console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;uuu_version 1.0.1&lt;/P&gt;&lt;P&gt;# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ&lt;BR /&gt;SDP: boot -f .\imx-boot&lt;/P&gt;&lt;P&gt;# This command will be run when ROM support stream mode&lt;BR /&gt;# i.MX8QXP, i.MX8QM&lt;BR /&gt;SDPS: boot -f .\imx-boot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FB: ucmd setenv fastboot_dev mmc&lt;BR /&gt;FB: ucmd setenv mmcdev ${emmc_dev}&lt;BR /&gt;FB: ucmd mmc dev ${emmc_dev}&lt;BR /&gt;FB: flash -raw2sparse all .\ccu-rootfs-image-wabco_ccu.sdcard.bz2&lt;BR /&gt;FB: flash bootloader .\imx-boot&lt;BR /&gt;FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi;&lt;BR /&gt;FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0&lt;/P&gt;&lt;P&gt;# create partition&lt;BR /&gt;&lt;STRONG&gt;FBK: ucmd mmc=`cat /tmp/mmcdev`; PARTSTR=$'10M,500M,0c\n600M,,83\n'; echo "$PARTSTR" | sfdisk --force /dev/mmcblk${mmc}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FB: done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to create partition table from u-boot source. Will you please give some steps ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 11:54:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1196360#M36</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-12-09T11:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Flash yocto images using uuu script</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1197157#M37</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Probably You can try gpt partition.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;Vinoth&amp;gt; Will you please provide the steps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but in uuu script, sfdisk is used in example_kernel_emmc.uuu. See below, please!&lt;/P&gt;&lt;P&gt;# create partition&lt;BR /&gt;FBK: ucmd mmc=`cat /tmp/mmcdev`; PARTSTR=$'10M,500M,0c\n600M,,83\n'; echo "$PARTSTR" | sfdisk --force /dev/mmcblk${mmc}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;Vinoth&amp;gt;Is it possible from u-boot, FBK is kernel command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 07:02:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/Flash-yocto-images-using-uuu-script/m-p/1197157#M37</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-12-10T07:02:32Z</dc:date>
    </item>
  </channel>
</rss>

