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.

Linux: Latest SDK installed from the bin file, as 23 Jun 2019 Build kernel for Beaglebone, which *defconfig

Tool/software: Linux

Hi,

I ran in many outdated links to build the kernel got beaglebone green / black with different defconfigs varying from 
beaglebone_defconfig, omap3_beagle_defconfig, bb.org_defconfig and so on.
The linux-4.14.79+gitAUTOINC+e669d52447-ge669d52447/arch/arm does not have any of these configs.
What config do I use for BBB / BBG, and what DTB file

Thank you.

Here is all the defconfig(s) form 4.14.79


acs5k_defconfig           dove_defconfig          integrator_defconfig  multi_v5_defconfig   pxa168_defconfig      spitz_defconfig
acs5k_tiny_defconfig      dram_0x00000000.config  iop13xx_defconfig     multi_v7_defconfig   pxa255-idp_defconfig  stm32_defconfig
am200epdkit_defconfig     dram_0xc0000000.config  iop32x_defconfig      mv78xx0_defconfig    pxa3xx_defconfig      sunxi_defconfig
aspeed_g4_defconfig       dram_0xd0000000.config  iop33x_defconfig      mvebu_v5_defconfig   pxa910_defconfig      tango4_defconfig
aspeed_g5_defconfig       ebsa110_defconfig       ixp4xx_defconfig      mvebu_v7_defconfig   pxa_defconfig         tct_hammer_defconfig
assabet_defconfig         efm32_defconfig         jornada720_defconfig  mxs_defconfig        qcom_defconfig        tegra_defconfig
at91_dt_defconfig         em_x270_defconfig       keystone_defconfig    neponset_defconfig   raumfeld_defconfig    tisdk_am57xx-evm_defconfig
axm55xx_defconfig         ep93xx_defconfig        ks8695_defconfig      netwinder_defconfig  realview_defconfig    trizeps4_defconfig
badge4_defconfig          eseries_pxa_defconfig   lart_defconfig        netx_defconfig       rpc_defconfig         u300_defconfig
bcm2835_defconfig         exynos_defconfig        lpc18xx_defconfig     nhk8815_defconfig    s3c2410_defconfig     u8500_defconfig
cerfcube_defconfig        ezx_defconfig           lpc32xx_defconfig     nuc910_defconfig     s3c6400_defconfig     versatile_defconfig
clps711x_defconfig        footbridge_defconfig    lpd270_defconfig      nuc950_defconfig     s5pv210_defconfig     vexpress_defconfig
cm_x2xx_defconfig         gemini_defconfig        lubbock_defconfig     nuc960_defconfig     sama5_defconfig       vf610m4_defconfig
cm_x300_defconfig         h3600_defconfig         magician_defconfig    omap1_defconfig      shannon_defconfig     viper_defconfig
cns3420vb_defconfig       h5000_defconfig         mainstone_defconfig   omap2plus_defconfig  shmobile_defconfig    vt8500_v6_v7_defconfig
colibri_pxa270_defconfig  hackkit_defconfig       mini2440_defconfig    orion5x_defconfig    simpad_defconfig      xcep_defconfig
colibri_pxa300_defconfig  hisi_defconfig          mmp2_defconfig        palmz72_defconfig    socfpga_defconfig     zeus_defconfig
collie_defconfig          imote2_defconfig        moxart_defconfig      pcm027_defconfig     spear13xx_defconfig   zx_defconfig
corgi_defconfig           imx_v4_v5_defconfig     mps2_defconfig        pleb_defconfig       spear3xx_defconfig
davinci_all_defconfig     imx_v6_v7_defconfig     multi_v4t_defconfig   prima2_defconfig     spear6xx_defconfig


Thank you

  • Hello Marius,

    The Processor SDK you have installed on your computer is AM57xx. First you need to install AM335x Processor SDK. The defconfig file for all these boards is tisdk_am335x-evm_defconfig, only the device tree files are different.

    Best regards,
    Kemal

  • Kemal R. Shakir said:

    Hello Marius,

    The Processor SDK you have installed on your computer is AM57xx. First you need to install AM335x Processor SDK. The defconfig file for all these boards is tisdk_am335x-evm_defconfig, only the device tree files are different.

    Best regards,
    Kemal

       Just figured out this morning. Thank you (downloading in progress...).