About using mfgtool to pipe dd image to emmc

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About using mfgtool to pipe dd image to emmc

Jump to solution
1,108 Views
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>

Tags (1)
0 Kudos
1 Solution
842 Views
jimmychan
NXP TechSupport
NXP TechSupport

what is "ddof" command?

View solution in original post

0 Kudos
2 Replies
843 Views
jimmychan
NXP TechSupport
NXP TechSupport

what is "ddof" command?

0 Kudos
842 Views
cyndent
Contributor I

thanks for reply i have make it work.

0 Kudos