About using mfgtool to pipe dd image to emmc

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

About using mfgtool to pipe dd image to emmc

跳至解决方案
1,325 次查看
cyndent
Contributor I

My board is design without SD card. It uses mfgtool to burn image to emmc. And now i'm working on ubuntu core. The image of ubuntu core cannnot separate into pieces.And it's larger than the memory.So i use pipe command to burn my image.

But it echo error while bruning image showed below:

utp_poll: pass returned.
UTP: received command 'pipe ddof=/dev/mmcblk1'
pid is 105, UTP: executing "ddof=/dev/mmcblk1"
UTP: sending Success to kernel for command pipe ddof=/dev/mmcblk1.
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00008d00

---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00

And my ucl2.xml is:

<CMD state="Updater" type="push" body="pipe ddof=/dev/mmcblk1" file="files/test.img" ifdev="MX6ULL">Sending u-boot.bin</CMD>
<CMD state="Updater" type="push" body="pipe ddof=/dev/mmcblk1" file="files/test.img" ifdev="MX6ULL">Sending u-boot.bin</CMD>
<CMD state="Updater" type="push" body="$ mmc bootpart enable 7 1 /dev/mmcblk%mmc%">enable boot partion 1 to boot</CMD>
<CMD state="Updater" type="push" body="frf">Finish Flashing NAND</CMD>

标记 (1)
0 项奖励
回复
1 解答
1,059 次查看
jimmychan
NXP TechSupport
NXP TechSupport

what is "ddof" command?

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,060 次查看
jimmychan
NXP TechSupport
NXP TechSupport

what is "ddof" command?

0 项奖励
回复
1,059 次查看
cyndent
Contributor I

thanks for reply i have make it work.

0 项奖励
回复