Notice: Radxa Wiki is no longer maintained and content is for reference only. Please visit the latest Radxa Documentation site:
docs.radxa.com
Difference between revisions of "Zero/install/eMMC erase"
RadxaYuntian (Talk | contribs) |
RadxaYuntian (Talk | contribs) |
||
| Line 40: | Line 40: | ||
sudo fastboot erase 0 | sudo fastboot erase 0 | ||
sudo fastboot reboot | sudo fastboot reboot | ||
| + | |||
| + | For more detailed guide on wiping eMMC, please refer to [[Zero/install/Boot_Troubleshooting | Boot Troubleshooting]] page. | ||
Revision as of 09:30, 24 December 2021
Radxa Zero > Installation > Erase eMMC
How to erase eMMC
This guide describes how to erase Radxa Zero's eMMC.
Requirement
- Radxa Zero
- A PC/laptop running Windows, Linux, or macOS
- USB A to C cable or C to C cable, depending on your host
Windows
First, follow maskrom guide to setup and load factory-loader.img:
You can then click Erase button to erase the eMMC.
Linux & macOS
First, follow maskrom guide to setup and load rz-fastboot-loader.bin.
You are now booted into fastboot mode. Check it by running lsusb:
Bus 001 Device 051: ID 18d1:0d02 Google Inc. Celkon A88
Now execute the following commands to wipe eMMC:
macOS:
fastboot erase 0 fastboot reboot
Linux:
sudo fastboot erase 0 sudo fastboot reboot
For more detailed guide on wiping eMMC, please refer to Boot Troubleshooting page.
