Trouble building Android Marshmallow for i.MX7D SABRESD board

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

Trouble building Android Marshmallow for i.MX7D SABRESD board

Jump to solution
756 Views
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.
Labels (2)
0 Kudos
Reply
1 Solution
661 Views
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,

View solution in original post

2 Replies
662 Views
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,

661 Views
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 Kudos
Reply