This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

uboot configuration file & build commands for building uboot in ti sdk 7

HI,

Am unable to build uboot with the following commands could you please provide appropriate build commands fro building ti-sdk 7 uboot as facing this error from many days 

make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm distclean
rm -rf ./am335x_evm
make CROSS_COMPILE=arm-linux-gnueabihf- O=am335x_evm am335x_evm_config all

testuser@testuser-VirtualBox:~/ti-sdk-am335x-evm-07.00.00.00/board-support/u-boot-2013.10-ti2013.12.01$ ./ubootcompile
Configuring for am335x_evm - Board: am335x_evm, Options: SERIAL1,CONS_INDEX=1,NAND
System not configured - see README
make: *** [all] Error 1
testuser@testuser-VirtualBox:~/ti-sdk-am335x-evm-07.00.00.00/board-support/u-boot-2013.10-ti2013.12.01$

Kindly do the needful as early as possible

Many Thanks in advance

  • Try the following commands to build u-boot of SDK7.0

    make am335x_evm_config ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-

    make all ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-

  • Hi Titus,

    Thanks Titus for quick updates,

    I need customized configuration file for uboot

    But what ever the am335x_evm_config has lot of features it is generic for TI am335x evm's also or what???.. please correct me if my understanding is wrong

    But I need a custom configuration file that is meant only for beaglebone black, I googled it I found out"am335x_boneblack_config" ,can I use this configuration file??, hope this is more customized to beaglebone black when compared to am335x_evm_config ??.. please correct me if my understanding is wrong & could you please confirm whether  (ie., am335x_boneblack_config)  supports all features for beaglebone black when compared to am335x_evm_config ??

    Kindly do the needful as ealry as possible,

    Many Thanks in advance again

  • Hi Srini,

    If you want to customize your u-boot configuration then please have a look into "boards.cfg" file.

    ti-sdk-am335x-evm-07.00.00.00/board-support/u-boot-2013.10-ti2013.12.01/boards.cfg

    It has all the board default configuration for u-boot.