Page 1 of 1

erase emmc

Posted: Tue Jun 13, 2017 3:49 pm
by omidttl
how we can erase the emmc ??
tnks

Re: erase emmc

Posted: Tue Jun 27, 2017 7:12 am
by jjm
omidttl wrote:
how we can erase the emmc ??
tnks


You can use a 'dd' command to erase emmc.
Such as: dd if=/dev/zero of=emmc partition bs=16M count=4

thank you!