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.

defconfig for am437x-sk-evm

Other Parts Discussed in Thread: TMDXSK437X

From field:

Our customer is testing SW at AM437x. And he has got a question: where to find defconfig for am437x-sk-evm?

The customer wants to compile a core ver. 4.4 from TI’s repository, but there is no config inside.

  • Hi Rogerio,

    The latest AM437x SDK linux kernel user guide:
    processors.wiki.ti.com/.../Linux_Kernel_Users_Guide

    For AM437x Starter Kit (TMDXSK437x) you should use:
    tisdk_am437x-evm_defconfig - for linux kernel
    am437x-sk-evm.dts - for Device Tree

    For old AM437x linux kernel, you should use singlecore-omap2plus_defconfig.

    The available options (tisdk_am437x-evm_defconfig, singlecore-omap2plus_defconfig, omap2plus_defconfig) you can find with the below command:

    <linux kernel>$make help

    For example, AM437x SDK 10 (which is old) comes with linux kernel 3.14, and singlecore-omap2plus_defconfig should be used.

    host:~/ti-processor-sdk-linux-am335x-evm-01.00.00.00/board-support/linux-3.14.26-g2489c02$make help

    singlecore-omap2plus_defconfig - Build for singlecore-omap2plus

    BR
    Pavel