Wipe out eMMC before flashing new OS?
#16
(10-03-2021, 11:30 AM)zkajdan Wrote: Hi,

do I need to wipe out the eMMC before flashing a new OS to it?

In fact, I didn't do it, and after booting from the eMMC lsblk reports, in addition to the expected mmcblk2p1 and mmcblk2p2, two additional entries: mmcblk2boot0 and mmcblk2boot1. I wonder if those are left over from the previous OS...

Many thanks in advance!!
short version: no.

if fromatting means creating partitions and filesystem(s), then not needed.

however, wiping is sometimes good idea, but rather slow. like, sudo dd bs=1M if=/dev/zero of={device} , if paranoid, sudo dd bs=1M if=/dev/urandom of={device} .

if previous o.s. used gpt partition scheme instead of dos, then some partition details are also in the end of the disk (memory card). wiping end and start is good idea. because size varies commans cannot be precise.
coulde be like, sudo dd bs=1M if=/dev/zero of={device} seek=29000 , sudo dd bs=1M if=/dev/zero of={device} count=2 ."skip" and 'seek" taked their reference from "bs". these commands wipe end and start of disk.

(10-05-2021, 12:45 AM)zkajdan Wrote: - with my first, I immediately ruined the SIM slot because I fell into the infamous use-nano-SIM-with adapter trap ... (I found the warnings against doing that only after I'd ruined it ...)

i use nano to micro adapter, i noticed if not being careful it could damage things. adapters could vary though.
  Reply


Messages In This Thread
RE: Wipe out eMMC before flashing new OS? - by zetabeta - 11-13-2021, 03:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question PinephonePro can't Flashing to the eMMC ricardo 0 746 08-21-2022, 05:51 AM
Last Post: ricardo
  How to replace the home folder on eMMC ragreenburg 2 1,770 03-31-2022, 02:19 PM
Last Post: ragreenburg
  Problem Flashing the modem Firmware loreson 0 1,176 12-22-2021, 10:31 AM
Last Post: loreson
  Emmc drive gone? Flashing with Jump Drive muemmel 2 3,441 11-12-2020, 05:40 PM
Last Post: hiimtye
  Install OS directly to eMMC? tahayassen 11 16,020 10-10-2020, 03:56 PM
Last Post: electricprism
  USB Mass Storage is functional and makes EMMC installs very easy mestermagyar 1 4,072 03-15-2020, 03:43 AM
Last Post: mestermagyar

Forum Jump:


Users browsing this thread: 1 Guest(s)