Clean the emmc problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Clean the emmc problem

2,089 次查看
yenchou
Contributor III

Hi All,

I used the freescale demo image android_M6.0.1_2.1.0_image_6dqpsabresd and the  android_m6.0.1_2.1.0_tool.

I want to clean the emmc data with mfgtool,but don't success.

I used the command:

<CMD state="Updater" type="push" body="$ dd if=/dev/zero of=/dev/mmcblk%mmc%">clear emmc</CMD>

then occur the log:

UTP: sending Non-success to kernel for command $ dd if=/dev/zero of=/dev/mmcblk2.
utp_poll: exit with status 256

Dose anybody have some methods to solve the problem?

Thank you with your help.

Have a great day,

Yen

标签 (2)
0 项奖励
回复
2 回复数

1,882 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi chou,

If you want to clean the eMMC you need uboot, and write

mmc write 0 0 10000

to erase the first 64K blocks of the eMMC

0 项奖励
回复

1,882 次查看
yenchou
Contributor III

Hi Bio_TICFSL,

Thank you for your assistance.

The command "mmc write 0 0 10000" is used to break the uboot partition.

But I want to clean all the emmc data and prove the emmc is clean.

What can I do with the status?

I wish you a nice day.

0 项奖励
回复