Personal tools

Difference between revisions of "Recovery the Yocto in the eMMC under UBOOT mode"

From ICOP tech wiki

Jump to: navigation, search
Line 1: Line 1:
=Recovery the Yocto in the eMMC under UBOOT mode.=
+
{{PageHeader|Recovery the Yocto in the eMMC under UBOOT mode.}}This article will teach you how to restore the image under UBOOT mode when your Yocto is not working.
 
 
==Procedure==
 
This article will teach you how to restore the image under UBOOT mode when your Yocto is not working.
 
  
 
==Tools you need before restoring the image to the eMMC:==
 
==Tools you need before restoring the image to the eMMC:==
Line 21: Line 18:
 
(Ex: USB to RS-232)
 
(Ex: USB to RS-232)
  
== Write the image to the eMMC on the EBOX-IMX8MM. ==
+
==Write the image to the eMMC on the EBOX-IMX8MM.==
 
This section will introduce how to write the image to the eMMC on the EBOX-IMX8MM step by step.
 
This section will introduce how to write the image to the eMMC on the EBOX-IMX8MM step by step.
  

Revision as of 15:48, 5 October 2020

Recovery the Yocto in the eMMC under UBOOT mode.


This article will teach you how to restore the image under UBOOT mode when your Yocto is not working.

Tools you need before restoring the image to the eMMC:

1.1         Recovery eMMC image with the UUU burning software:

1.1.1   1GB RAM version: [./Ftp://sbc:sbc%40ftp.icop.com.tw/iMX8/OS/Yocto/Demo%20image/EB-IMX8MM1G.zip ftp://sbc:sbc@ftp.icop.com.tw/iMX8/OS/Yocto/Demo%20image/EB-IMX8MM1G.zip]

1.1.2   2GB RAM version: [./Ftp://sbc:sbc%40ftp.icop.com.tw/iMX8/OS/Yocto/Demo%20image/EB-IMX8MM2G.zip ftp://sbc:sbc@ftp.icop.com.tw/iMX8/OS/Yocto/Demo%20image/EB-IMX8MM2G.zip]

1.2         A Windows 10 host O/S on a PC (The virtual machine is not suggested to be used)

1.3         USB cable to connect between the host PC and EBOX-IMX8MM.

(Ex: USB to micro USB)

1.4         Cable for the console to connect between the host PC and the EBOX-IMX8MM.

(Ex: USB to RS-232)

Write the image to the eMMC on the EBOX-IMX8MM.

This section will introduce how to write the image to the eMMC on the EBOX-IMX8MM step by step.

2.1        Turn on the host PC and unzip the image file in it.

2.2        Connect the host PC and the EBOX-IMX8MM via console cable. (In this case, the console function on the ICOP’s device is on COM2.)

2.3        Connect the USB to micro USB to the host PC, but not connect to EBOX-IMX8MM.

2.4        Open the PUTTY on the host PC and set the Serial line at the correct location. You could find the location under device manager.

If there is no PUTTY on the host PC, please download it on the PUTTY’s website: https://www.putty.org/.

2.5        Open a terminal on the host PC and access the location you’ve put the image file and input

“uuu.exe uuu.auto” , and you will see “Wait for known USB Device Appear”.


2.6        Go back to putty, and connect the micro USB to EBOX-IMX8MM to boot it up, and press any key while booting up to access the UBOOT mode and type the command

“fastboot usb0”

2.7        You will see the terminal on the PC starts to restore the image.


2.8        

After the restoration is done, you can boot up EBOX-IMX8MM and will see the Yocto working.