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.

AM6442: Menuconfig? Need help...

Part Number: AM6442

I studied the makefile and found no way to permanently change the config inside those 2 files:

./board-support/u-boot_build/r5/.config
./board-support/u-boot_build/a53/.config

I also found this file:

board-support/u-boot-2021.01+gitAUTOINC+44a87e3ab8-g44a87e3ab8/board/ti/am64x# gedit Kconfig

Got no way to change the setting inside.

please tell me how to change the uboot menuconfigs.

THanks.

BR Rio

  • Let's use R5 SPL build as an example
    software-dl.ti.com/.../UG-General-Info.html
    R5
    1). $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- am64x_evm_r5_defconfig O=<output directory>/r5
    2). $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- O=<output directory>/r5

    Adding the following line between 1) and 2) modify the ".config" generated by 1)
    "make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- menuconfig O=<output directory>/r5"

  • HI Hong:

    By sending the cmd you suggested, this will bring me the below error, how to solve it?

    BR Rio

    make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- am64x_evm_r5_defconfig O=/opt/ti-processor-sdk-linux-am64xx-evm-08.02.00.23/board-support/u-boot_build/r5
    make[1]: Entering directory '/opt/ti-processor-sdk-linux-am64xx-evm-08.02.00.23/board-support/u-boot_build/r5'
    /bin/sh: arm-none-linux-gnueabihf-gcc: command not found
    GEN ./Makefile
    /opt/ti-processor-sdk-linux-am64xx-evm-08.02.00.23/board-support/u-boot-2021.01+gitAUTOINC+44a87e3ab8-g44a87e3ab8/scripts/gcc-version.sh: line 25: arm-none-linux-gnueabihf-gcc: command not found
    /opt/ti-processor-sdk-linux-am64xx-evm-08.02.00.23/board-support/u-boot-2021.01+gitAUTOINC+44a87e3ab8-g44a87e3ab8/scripts/gcc-version.sh: line 26: arm-none-linux-gnueabihf-gcc: command not found
    /opt/ti-processor-sdk-linux-am64xx-evm-08.02.00.23/board-support/u-boot-2021.01+gitAUTOINC+44a87e3ab8-g44a87e3ab8/scripts/gcc-version.sh: line 28: arm-none-linux-gnueabihf-gcc: command not found
    #
    # configuration written to .config
    #

  • Hi Hong:

    I have solved the previous issue.

    Now, where is the setting in the menu config to disable this one: CONFIG_TI_I2C_BOARD_DETECT

    BR Rio

  • Hi Hong:

    This issue can be closed.

    THanks.

    BR Rio