using fsl-sdcard-partition.sh

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

using fsl-sdcard-partition.sh

跳至解决方案
1,406 次查看
lmilla13
Contributor I

I am attempting to flash the SD card with the provided bash script, however the 'gdd' command is not found. I have installed all of the packages specified in the Android Users Guide under section 2.1 - Setting up your computer using apt-get, however gdd is not a command my computer is recognizing. Does anyone know which package I need to install?

标签 (1)
0 项奖励
回复
1 解答
1,105 次查看
lmilla13
Contributor I

It turns out gdd is an OSX homebrew because the dd on osx doesn't work quite the same as GNU's dd. Or something like that. I switched all the gdd commands to dd in the script and it seems to be working now.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,106 次查看
lmilla13
Contributor I

It turns out gdd is an OSX homebrew because the dd on osx doesn't work quite the same as GNU's dd. Or something like that. I switched all the gdd commands to dd in the script and it seems to be working now.

0 项奖励
回复
1,105 次查看
diegoadrian
NXP Employee
NXP Employee

Hello,

I have some questions.

Which Android version and i.MX device are you using?

Are you completely sure that you installed gdisk?

Do you installed al the packages specified in the AOSP webpage? Establishing a Build Environment  |  Android Open Source Project 

Can you please share with us the command that you used to run the fsl-sdcard-partition.sh script?

Best Regards,

Diego.

0 项奖励
回复