Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim4:development:erase-emmc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:vim4:development:erase-emmc [2022/07/25 22:35]
hyphop ↷ Links adapted because of a move operation
products:sbc:vim4:development:erase-emmc [2022/09/05 04:15] (current)
nick
Line 1: Line 1:
 ====== VIM4 Erase eMMC ====== ====== VIM4 Erase eMMC ======
  
-There are 3 ways to erase the eMMC:+There are three methods to erase the eMMC:
  
   * Serial Mode (Developers)   * Serial Mode (Developers)
Line 9: Line 9:
 <tabbox Serial Mode (Developers)> <tabbox Serial Mode (Developers)>
  
-  - Connect your PC to your SBC using a [[products:sbc:vim4:development:setup-serial-tool|Serial Debug Tool]]. +  - Connect your PC to the SBC using a [[products:sbc:vim4:development:setup-serial-tool|Serial Debug Tool]]. 
-  - Just as your SBC is booting-up, hit ''SPACE'' on your keyboard to enter U-Boot mode.+  - As the SBC is booting-up, press ''SPACE''on the keyboard to enter the U-Boot mode.
   - Type ''store boot_erase bootloader'' into the U-Boot console, and wait for the erasure process to complete.   - Type ''store boot_erase bootloader'' into the U-Boot console, and wait for the erasure process to complete.
-  - After erasure is complete, type ''reboot'' or press the ''RESET'' button on your SBC.+  - After erasure is completed, type ''reboot'' or press the ''RESET'' button on your SBC.
  
 Use the following serial Terminal print-out as a reference: Use the following serial Terminal print-out as a reference:
  
-```+```shell
 kvim4# store boot_erase bootloader kvim4# store boot_erase bootloader
 GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
Line 52: Line 52:
 This erasure method is suitable for all products that use the Amlogic SoC: This erasure method is suitable for all products that use the Amlogic SoC:
  
-  - Carry out eMMC flashing via a [[products:sbc:vim4:installing-os:install-os-into-emmc-via-usb-tool|USB-C cable]].+  - Carry out eMMC flashing via a [[products:sbc:vim4:install-os:install-os-into-emmc-via-usb-tool|USB-C cable]].
   - Manually interrupt the upgrading process (forcefully disconnect after 15% is recommended). For example, unplug the USB-C cable or eject the TF card.   - Manually interrupt the upgrading process (forcefully disconnect after 15% is recommended). For example, unplug the USB-C cable or eject the TF card.
   - Power on your SBC again, and you'll find that all the data on the eMMC has been erased.   - Power on your SBC again, and you'll find that all the data on the eMMC has been erased.
Line 58: Line 58:
 <tabbox CLI Mode> <tabbox CLI Mode>
  
-This erasure method is suitable for an SBC with Linux installed:+This erasure method is suitable for the SBC with Linux installed:
  
   - Power on and boot up.   - Power on and boot up.
Last modified: 2022/07/25 22:35 by hyphop