<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=CL-SOM-iMX8Plus%3A_U-Boot%3A_Recovery</id>
	<title>CL-SOM-iMX8Plus: U-Boot: Recovery - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=CL-SOM-iMX8Plus%3A_U-Boot%3A_Recovery"/>
	<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=CL-SOM-iMX8Plus:_U-Boot:_Recovery&amp;action=history"/>
	<updated>2026-05-06T23:29:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://www.mediawiki.compulab.com/w/index.php?title=CL-SOM-iMX8Plus:_U-Boot:_Recovery&amp;diff=5610&amp;oldid=prev</id>
		<title>Igor: Created page with &quot;= Introduction = This article describes flashing U-Boot firmware image with a Linux Host using Universal Update Utility (hereinafter '''UUU''').  {{Note|Follow the [https://gi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=CL-SOM-iMX8Plus:_U-Boot:_Recovery&amp;diff=5610&amp;oldid=prev"/>
		<updated>2025-04-10T14:58:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Introduction = This article describes flashing U-Boot firmware image with a Linux Host using Universal Update Utility (hereinafter &amp;#039;&amp;#039;&amp;#039;UUU&amp;#039;&amp;#039;&amp;#039;).  {{Note|Follow the [https://gi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Introduction =&lt;br /&gt;
This article describes flashing U-Boot firmware image with a Linux Host using Universal Update Utility (hereinafter '''UUU''').&lt;br /&gt;
&lt;br /&gt;
{{Note|Follow the [https://github.com/NXPmicro/mfgtools/blob/master/README.md Universal Update Utility instructions] to install and setup UUU tool on a workstation.}}&lt;br /&gt;
&lt;br /&gt;
= Getting Recovery U-Boot Firmware Image =&lt;br /&gt;
&lt;br /&gt;
* Download the CL-SOM-iMX8Plus Yocto Linux package from [https://www.compulab.com/products/computer-on-modules/cl-som-imx8plus-nxp-i-mx-8m-plus-system-on-module-computer/#devres CompuLab website].&lt;br /&gt;
:It's referred to as ''cl-som-imx8plus_yocto-linux_YYYY-MM-DD.zip'' further in the article&lt;br /&gt;
* Extract the archive:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
unzip cl-som-imx8plus_yocto-linux_YYYY-MM-DD.zip -d /path/to/ucm-imx8m-plus_yocto-linux&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Determining RAM size =&lt;br /&gt;
Determine the correct DRAM size according to the label located on the bottom side of the device. DRAM size is encoded in the unit's '''D''' [https://www.compulab.com/products/iot-gateways/iot-gate-imx8plus-industrial-arm-iot-gateway/#specs option].&amp;lt;br&amp;gt;&lt;br /&gt;
Use the table below to determine '''DRAM_CONF''' value:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot; style=&amp;quot;border-collapse:collapse; text-align:center;&amp;quot;&lt;br /&gt;
! Product '''D''' Option&lt;br /&gt;
! DRAM_CONF&lt;br /&gt;
|-&lt;br /&gt;
| D1&lt;br /&gt;
| d1d8&lt;br /&gt;
|-&lt;br /&gt;
| D2&lt;br /&gt;
| d2d4&lt;br /&gt;
|-&lt;br /&gt;
| D4&lt;br /&gt;
| d2d4&lt;br /&gt;
|-&lt;br /&gt;
| D8&lt;br /&gt;
| d1d8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Flashing U-Boot Firmware =&lt;br /&gt;
* Turn off the UCM-iMX8M-Plus evaluation board&lt;br /&gt;
* Populate '''E21''' jumper&lt;br /&gt;
* Connect the CL-SOM-iMX8Plus evaluation board USB type-C [https://mediawiki.compulab.com/w/index.php?title=CL-SOM-iMX8Plus:_Evaluation_Kit:_Getting_Started connector] '''J5''' with the workstation USB port using a standard USB type-C cable.&lt;br /&gt;
* Power on the CL-SOM-iMX8Plus evaluation board&lt;br /&gt;
* Issue following command from Host PC terminal:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
uuu -lsusb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: Expected output:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-3-gcbff795&lt;br /&gt;
&lt;br /&gt;
Connected Known USB Devices&lt;br /&gt;
        Path     Chip    Pro     Vid     Pid     BcdVersion&lt;br /&gt;
        ==================================================&lt;br /&gt;
        1:131    MX865   SDPS:   0x1FC9 0x0146   0x0002&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Flash U-Boot Firmware. Replace &amp;lt;DRAM_CONF&amp;gt; with the actual value:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo uuu -d -v -b emmc /path/to/CL-SOM-iMX8Plus_yocto-linux/bootloader/imx-boot_som-imx8m-plus_&amp;lt;DRAM_CONF&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Make sure the deployment is completed with no error&lt;br /&gt;
&lt;br /&gt;
= After Installation =&lt;br /&gt;
* Turn off the device&lt;br /&gt;
* Disconnect the USB type-C cable from type-C connector&lt;br /&gt;
* Remove '''E21''' jumper&lt;br /&gt;
* Turn on the device&lt;br /&gt;
* Restore [[CL-SOM-iMX8Plus:_Yocto_Linux:_How-To_Guide#Basic_commands|default boot environment]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Yocto]]&lt;br /&gt;
[[Category:CL-SOM-iMX8Plus]]&lt;/div&gt;</summary>
		<author><name>Igor</name></author>
		
	</entry>
</feed>