BBB's uboot-2015.10

Hi,

I’m using uboot-2015.10 version and buildroot 4.9.3 for BBB.

I did the following

wget ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2
tar -xjf u-boot-latest.tar.bz2
cd u-boot-2015.10
wget https://rcn-ee.com/repos/git/u-boot-patches/v2015.10/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch
patch -p1 < 0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch

make CROSS_COMPILE=arm-linux-gnueabihf- distclean
make CROSS_COMPILE=arm-linux-gnueabihf- am335x_boneblack_config
make CROSS_COMPILE=arm-linux-gnueabihf-

But I’m getting the following error:


![Auto Generated Inline Image 1.png|764x164](upload://hozFhP2cko5k8soLx8zKXQyvKGg.png)
Can anyone please tell me what is doing wrong here?

Regards,
Bharath

Well first you should compare with the working directions here:

https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-ARMCrossCompiler:GCC

and figure out where you messed up.

BTW, why is this still an issue, you've been working on it longer then a
month.. Just copy what I already provided and move on to the next problem...

Regards,

Auto Generated Inline Image 1.png

Thank you so much Robert, now my u-boot is stable. But I’m having trouble in kernel console. I’ve posted a question requesting for support regarding this

https://groups.google.com/forum/#!category-topic/beagleboard/support/newbies/beaglebone-black/software/u-boot/07Nq1CYPpAI

I’m new to Linux. Sorry for my nuisance.

Regards,
Bharath