Trouble building Android Marshmallow for i.MX7D SABRESD board

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

Trouble building Android Marshmallow for i.MX7D SABRESD board

跳至解决方案
758 次查看
billtonn
Contributor I
I'm trying to build Android Marshmallow for the board using the instructions in the Android User's Guide (document number AUG, revision M6.0.1_2.1.0, 07/2016). It's failing during the build of u-boot saying it has no rule to make mx7dsabresdandroid_config.
If I look in ~/myandroid/bootable/bootloader/uboot-imx/board/freescale, there is no folder for the mx7sabresd, which I suspect might be why it's failing.
标签 (2)
标记 (2)
0 项奖励
回复
1 解答
663 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Bill Tonnies,

If the problem is related to u-boot in specific I would say there probably was an error when cloning the repository. I tested the steps on section 3.1 of the Android User’s Guide and there is a mx7dsabresd folder.

I would recommend repeating this steps to make sure the cloning is correct.

$ cd ~/myandroid/bootable

$ mkdir bootloader

$ cd bootloader

$ git clone git://git.freescale.com/imx/uboot-imx.git uboot-imx

$ cd uboot-imx

$ git checkout m6.0.1_2.1.0-ga

Let us know if this helps!


Regards,

在原帖中查看解决方案

2 回复数
664 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Bill Tonnies,

If the problem is related to u-boot in specific I would say there probably was an error when cloning the repository. I tested the steps on section 3.1 of the Android User’s Guide and there is a mx7dsabresd folder.

I would recommend repeating this steps to make sure the cloning is correct.

$ cd ~/myandroid/bootable

$ mkdir bootloader

$ cd bootloader

$ git clone git://git.freescale.com/imx/uboot-imx.git uboot-imx

$ cd uboot-imx

$ git checkout m6.0.1_2.1.0-ga

Let us know if this helps!


Regards,

663 次查看
billtonn
Contributor I

It turns out that what it was. I guess I missed the "git checkout m6.0.1_2.1.0-ga" step. :-/

Thanks for your help!

0 项奖励
回复