<?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: write u-boot on mmc via uuu in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298977#M176106</link>
    <description>&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;thank you for the reply.&lt;BR /&gt;I don't know if the ddr tests were done and I don't find the dcd header in the source code of the uboot, but the SOM normally works, it correctly starts the uboot and the OS, the only my problem is using the uuu: do you think that this problem can be solved implementing the dcd header changes?&lt;BR /&gt;I tried to follow the link that you indicated and I downloaded another version of uuu (the last indicated for my iMX6DL) but I get the same idle condition: the uuu start, download the u-boot into the ram and it boots it, but the following commands are not executed and the uuu not returns.&lt;BR /&gt;&lt;BR /&gt;I'm trying to pass this file as argument of uuu:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;SDP: boot -f u-boot.imx                                                 
SDPU: delay 1000                    
SDPU: write -f u-boot.imx           
SDPU: jump                          
FB: ucmd setenv fastboot_dev mmc    
FB: flash bootloader u-boot.imx     
FB: done                            &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;but only the first command is executed&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 08:36:37 GMT</pubDate>
    <dc:creator>fcastagnotto</dc:creator>
    <dc:date>2021-06-28T08:36:37Z</dc:date>
    <item>
      <title>write u-boot on mmc via uuu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298503#M176056</link>
      <description>&lt;P&gt;Hi there, I'm trying to write the u-boot on the emmc of a som based on iMX6DL using UUU, but it doesn't work.&lt;BR /&gt;&lt;BR /&gt;It seems that the UUU tool only download the u-boot into the ram and jump, returning me the console on the debug serial, but does not write directly the u-boot.imx passed, into the emmc.&lt;BR /&gt;I read into the UUU manual that is possible to write directly the u-boot using the command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;./uuu -b emmc u-boot.imx&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I only get the download of the u-boot into the ram and the jump, but not the write.&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me if I done wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 14:20:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298503#M176056</guid>
      <dc:creator>fcastagnotto</dc:creator>
      <dc:date>2021-06-25T14:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: write u-boot on mmc via uuu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298631#M176072</link>
      <description>&lt;P&gt;Hi Francesco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;had board passed ddr test and necessary dcd header changes were properly implemented in uboot sources.&lt;/P&gt;
&lt;P&gt;Also it makes sense to check uuu min. revisiion, it is described in Release Notes for each BSP on link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 05:29:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298631#M176072</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-06-26T05:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: write u-boot on mmc via uuu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298937#M176100</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 08:36:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298937#M176100</guid>
      <dc:creator>fcastagnotto</dc:creator>
      <dc:date>2021-06-28T08:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: write u-boot on mmc via uuu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298977#M176106</link>
      <description>&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;thank you for the reply.&lt;BR /&gt;I don't know if the ddr tests were done and I don't find the dcd header in the source code of the uboot, but the SOM normally works, it correctly starts the uboot and the OS, the only my problem is using the uuu: do you think that this problem can be solved implementing the dcd header changes?&lt;BR /&gt;I tried to follow the link that you indicated and I downloaded another version of uuu (the last indicated for my iMX6DL) but I get the same idle condition: the uuu start, download the u-boot into the ram and it boots it, but the following commands are not executed and the uuu not returns.&lt;BR /&gt;&lt;BR /&gt;I'm trying to pass this file as argument of uuu:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;SDP: boot -f u-boot.imx                                                 
SDPU: delay 1000                    
SDPU: write -f u-boot.imx           
SDPU: jump                          
FB: ucmd setenv fastboot_dev mmc    
FB: flash bootloader u-boot.imx     
FB: done                            &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;but only the first command is executed&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 08:36:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1298977#M176106</guid>
      <dc:creator>fcastagnotto</dc:creator>
      <dc:date>2021-06-28T08:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: write u-boot on mmc via uuu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1305069#M176633</link>
      <description>&lt;P&gt;may be recommended to try uboot/linux from source.codeaurora.org/external/imx/linux-imx repository :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;DCD is described in sect.3.2.1 Changing the DCD table for i.MX DDR initialization&amp;nbsp;&amp;nbsp; &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/docs/en/user-guide/IMX_PORTING_GUIDE.pdf" target="_blank" rel="noopener"&gt;i.MX Porting Guide&lt;/A&gt;​&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 00:47:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/write-u-boot-on-mmc-via-uuu/m-p/1305069#M176633</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-07-09T00:47:56Z</dc:date>
    </item>
  </channel>
</rss>

