The parted command is not executed on Android.

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

The parted command is not executed on Android.

325 次查看
DaengCheong
Contributor II

I'm in an environment where I can't use MFGTOOL right now, so I'm trying to boot Android with an SD card and write Android images from Android to eMMC. So I'm trying to import a Linux shell script into Android and run it. I couldn't use the sfdisk, so I tried to use parted, but I couldn't find the parted command, so I asked a question.

I wonder how I can use the parted command. Or is there a way to write Android images to eMMC because MFGTOOL is not available?

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

303 次查看
jimmychan
NXP TechSupport
NXP TechSupport

You better to build the Linux BSP with "bitbake core-image-full-cmdline ". For details about howto build the Linux BSP, please refer to the Yocto Guide. (i.MX Yocto Project User’s Guide​)

 

Then, boot Linux with the SD card and then you could write the Android images to EMMC by linux commands. 

0 项奖励