MFG tool make image file from board and save on pc

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

MFG tool make image file from board and save on pc

1,045 次查看
cyndent
Contributor I

Hi, i want to use mfgtool to get image from my device.My device use emmc not sd card.

The mfgtool put kernel and uboot to memory and run. And i have succeed to burn image to my device.

And now i want to get the image back to make a factory image.Is it possiable to use dd command make image from boot to pc only use mfgtool.I find there is command pull but no enough information about pull and dd command. 

Thanks!

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

924 次查看
jimmychan
NXP TechSupport
NXP TechSupport

mfgtool cannot dump the image back from board to pc. I think you can boot your board using NFS. Then the emmc will be a device mmcblk (e.g. mmcblk0 or mmcblk1). Then you can use 'dd' to dump your image from emmc to a file.

0 项奖励
回复

924 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Mingyang

I am afraid currently such option is not available with mfg tool, in general

one can try to add such functionality using its sources:

GitHub - NXPmicro/mfgtools: Freescale/NXP I.MX Chip image deploy tools. 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复