Hello
Im following the i.MX Android R10.4 User Guide and I have come to chapter 2.3 Build uboot images and I am doing the following:
$ ~/myandroid/bootable/bootloader/uboot-imx$ export ARCH=arm
$ ~/myandroid/bootable/bootloader/uboot-imx$ export CROSS_COMPILE=~/myandroid/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/arm-eabi-
$ ~/myandroid/bootable/bootloader/uboot-imx$ make distclean
$ ~/myandroid/bootable/bootloader/uboot-imx$ make mx53_smd_android_config
make: *** No rule to make target `mx53_smd_android_config'. Stop.
make: *** [mx53_smd_android_config] Error 1
I was unsuccessful in applying the r10.4 patches in the following chapter does this have anything to do with that ?
I'm very new to Building and Flashing so have little ideas when the guides don't go as planned.
Any suggestions would be very appreciated!
Best Regards and thank you in advance
Carl