Option to wipe data
See original GitHub issue- Etcher version: 1.4.4
- Operating system and architecture: macOS x86_64
- Image flashed: https://www.openmptcprouter.com/files/openmptcprouter-v0.34.2-r7288-a662d6f6bc-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz
- Do you see any meaningful error information in the DevTools? No Errors. Flashing is successful.
Steps:
- Flash gzip file to sdcard
- Insert sdcard to Raspberry Pi 3 B+, then set password and do some configurations
- Shutdown RPi, and reflash the same gzip
Results
The password (SSH and WebUI login) remain there along with the configurations. Flashing the sdcard doesn’t wipe data/configurations.
Expected
There is an option to wipe/erase the data and configuration when flashing.
Workaround
As a workaround for the current behavior, I have to flash another image (e.g. raspbian lite) file before flashing the gzip file again.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Wipe data/factory reset not available in Android recovery
If there is no 'wipe" option in the recovery menu, then it's nearly always because the "Disable Factory Reset" feature-control option has been ......
Read more >All Things You Need to Know about Wipe Data or Factory Reset
Part 2: How to perform Wipe Data/ Factory Reset? · boot in recovery mode. Step 2: Release the buttons when the device is...
Read more >How to Apply Wipe Data/Factory Reset on Android - EaseUS
We've set two options for you to wipe data. Choose the one you need. Right-click the partition you want to erase data from,...
Read more >Reset your Android device to factory settings - Google Support
To remove all data from your phone, you can reset your phone to factory settings. Factory resets are also called “formatting” or “hard...
Read more >No "Wipe data/factory reset" option in recovery mode
Why there is no "Wipe data/factory reset" option in recovery mode of some Android phones? For example, I got Nokia 3.4 phone recently....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @lurch, thanks for the link. However it seems that the
Security Options...
is not available for flash-based storage including sdcard.AFAIK the Raspberry Pis are only able to load their firmware (
bootcode.bin
,start.elf
etc.) from a FAT16 / FAT32 partition, so a disk image that only has squashfs partitions indeed sounds very strange 🤷♂️