Personal tools

Difference between revisions of "Recovery the Yocto in the eMMC under UBOOT mode-PN9M-090T"

From ICOP tech wiki

Jump to: navigation, search
(Created page with "{{PageHeader|Recovery the Yocto in the eMMC under UBOOT mode}} <big>This article will teach you how to restore the image under UBOOT mode when your Yocto is not working.</big...")
 
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
  
 
*<small>Recovery eMMC image with the UUU burning software:</small>
 
*<small>Recovery eMMC image with the UUU burning software:</small>
**1GB RAM version: ftp://sbc:sbc@ftp.icop.com.tw/iMX8MM/EBOX-IMX8MM/OS/Yocto/1GRAM/Demo%20image/EB-IMX8MM1G-YOCTO.zip
+
**PN8M-090T-8A-B5GM-I: https://ftp.icop.com.tw/share/JykQI4_6
**2GB RAM version: ftp://sbc:sbc@ftp.icop.com.tw/iMX8MM/EBOX-IMX8MM/OS/Yocto/2GRAM/Demo%20image/EB-IMX8MM2G-YOCTO.zip
+
**PN8M-090T-8AB-B5GM-I: https://ftp.icop.com.tw/share/TkGaY6tl
  
 
*<small>A Windows 10 host O/S on a PC (The virtual machine is not suggested to be used)</small>
 
*<small>A Windows 10 host O/S on a PC (The virtual machine is not suggested to be used)</small>
*<small>USB cable to connect between the host PC and EBOX-IMX8MM. (Ex: USB to micro USB)</small>
+
*<small>USB cable CABLE-MINIDIN8P-30 to connect between the host PC and the PN8M-090T.</small>
*<small>Cable for the console to connect between the host PC and the EBOX-IMX8MM. (Ex: USB to RS-232)</small>
 
  
 
==Restore the image to an eMMC.==
 
==Restore the image to an eMMC.==
  
===<small>Write the image to the eMMC on the EBOX-IMX8MM.</small>===
+
===<small>Write the image to the eMMC on the PN8M-090T.</small>===
<small>This section will introduce how to write the image to the eMMC on the EBOX-IMX8MM step by step.</small>
+
<small>This section will introduce how to write the image to the eMMC on the PN8M-090T step by step.</small>
  
 
*Turn on the host PC and unzip the image file in it.
 
*Turn on the host PC and unzip the image file in it.
*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.)
+
*Connect the USB on CABLE-MINIDIN8P-30 to the host PC, but not connect to the PN8M-090T.
*Connect the USB to micro USB to the host PC, but not connect to EBOX-IMX8MM.
 
 
*Open the PUTTY on the host PC and set the Serial line at the correct location. You could find the location under device manager.
 
*Open the PUTTY on the host PC and set the Serial line at the correct location. You could find the location under device manager.
  
Line 34: Line 32:
 
[[File:2.5.-1.png|frameless|500x500px]]
 
[[File:2.5.-1.png|frameless|500x500px]]
  
* 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
+
* Go back to putty, and connect the CABLE-MINIDIN8P-30 to PN8M-090T to boot it up, and press any key while booting up to access the UBOOT mode and type the command
  
 
“fastboot usb0”
 
“fastboot usb0”
Line 44: Line 42:
 
[[File:2.7.1.jpg|frameless|500x500px]]
 
[[File:2.7.1.jpg|frameless|500x500px]]
  
*After the restoration is done, you can boot up EBOX-IMX8MM and will see the Yocto working.
+
*After the restoration is done, you can boot up PN8M-090T and will see the Yocto working.
  
 
[[File:2.8.1.png|frameless|510x510px]]<br />
 
[[File:2.8.1.png|frameless|510x510px]]<br />

Latest revision as of 13:46, 26 August 2021

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 under UBOOT mode.

Tools you need before restoring the image to the eMMC:

  • A Windows 10 host O/S on a PC (The virtual machine is not suggested to be used)
  • USB cable CABLE-MINIDIN8P-30 to connect between the host PC and the PN8M-090T.

Restore the image to an eMMC.

Write the image to the eMMC on the PN8M-090T.

This section will introduce how to write the image to the eMMC on the PN8M-090T step by step.

  • Turn on the host PC and unzip the image file in it.
  • Connect the USB on CABLE-MINIDIN8P-30 to the host PC, but not connect to the PN8M-090T.
  • 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.4-1.png 2.4-2.png

  •  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.5.-1.png

  •  Go back to putty, and connect the CABLE-MINIDIN8P-30 to PN8M-090T to boot it up, and press any key while booting up to access the UBOOT mode and type the command

“fastboot usb0”

2.6.1.jpg

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

2.7.1.jpg

  • After the restoration is done, you can boot up PN8M-090T and will see the Yocto working.

2.8.1.png