About using mfgtool to pipe dd image to emmc

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

About using mfgtool to pipe dd image to emmc

ソリューションへジャンプ
1,137件の閲覧回数
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 解決策
871件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

what is "ddof" command?

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
872件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

what is "ddof" command?

0 件の賞賛
871件の閲覧回数
cyndent
Contributor I

thanks for reply i have make it work.

0 件の賞賛