Solved! Go to Solution.
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,
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,
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!