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.

PROCESSOR-SDK-TDAX: Linux Kernal build failing for Vision SDK 3.0

Part Number: PROCESSOR-SDK-TDAX

Hello Everybody

I was following the Vision SDK Linux User guide to build the Linux kernal to install into the SD Card

MAKECONFIG=tda2xx_evm_linux_all

But I get the following error when I run "make linux"

make -fbuild_kernel.mk kernel_build KERNEL_TARGET=dra7-evm-infoadas.dtb
make[2]: Entering directory '/share/madushan/Madushan/TI_Vision_SDK/vision_sdk/build/hlos/makerules/linux'
make -C /share/madushan/Madushan/TI_Vision_SDK/vision_sdk/../ti_components/os_tools/linux/kernel/omap ARCH=arm CROSS_COMPILE=/share/madushan/Madushan/TI_Vision_SDK/ti_components/os_tools/linux/linaro/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- dra7-evm-infoadas.dtb
make[3]: Entering directory '/share/madushan/Madushan/TI_Vision_SDK/ti_components/os_tools/linux/kernel/omap'
make[4]: *** No rule to make target 'arch/arm/boot/dts/dra7-evm-infoadas.dtb'.  Stop.
arch/arm/Makefile:333: recipe for target 'dra7-evm-infoadas.dtb' failed
make[3]: *** [dra7-evm-infoadas.dtb] Error 2
make[3]: Leaving directory '/share/madushan/Madushan/TI_Vision_SDK/ti_components/os_tools/linux/kernel/omap'
build_kernel.mk:11: recipe for target 'kernel_build' failed
make[2]: *** [kernel_build] Error 2
make[2]: Leaving directory '/share/madushan/Madushan/TI_Vision_SDK/vision_sdk/build/hlos/makerules/linux'
build_kernel.mk:18: recipe for target 'kernel' failed
make[1]: *** [kernel] Error 2
make[1]: Leaving directory '/share/madushan/Madushan/TI_Vision_SDK/vision_sdk/build/hlos/makerules/linux'
Makefile:409: recipe for target 'kernel' failed
make: *** [kernel] Error 2

Can somebody please help me with this

  • Hi James,

    can you check if you are on the correct tag specified in section "2.4.2.1 Clone kernel & apply VSDK patches" of the VisionSDK_Linux_UserGuide and that the VSDK patches are applied correctly?

    Regards,
    Yordan

  • Thank you Yordan,

    As you pointed out, the issue was with kernal patches

    map$ git am ../linux-kernel-addon/kernel-patches/*
    
    *** Please tell me who you are.
    
    Run
    
      git config --global user.email "you@example.com"
      git config --global user.name "Your Name"
    
    to set your account's default identity.
    Omit --global to set the identity only in this repository.

    After selling my TI registered email, it went smoothly