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.

TDA4VM: using sdk9 instruction the kernel build not possible

Part Number: TDA4VM


Hello all,

I have been trying to add xwaylan to the linux kernel, which brought me down a rabbit hole and have to recompile the kernel.

as the command " make linux" works, the ones described here:

https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/09_01_00_06/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html#linux-kernel-users-guide

does not work, see bellow

"

mircea@menta:~/ti-processor-sdk-linux-adas-j721e-evm-09_01_00_06$ ls -l
total 92
drwxr-xr-x   2 mircea mircea  4096 Feb 12 17:38 bin
drwxr-xr-x   9 mircea mircea  4096 Feb 12 17:35 board-support
drwxr-xr-x   3 mircea mircea  4096 Feb 12 17:35 example-applications
drwxr-xr-x   2 mircea mircea  4096 Feb 12 17:36 filesystem
drwxr-xr-x   3 mircea mircea  4096 Feb 12 17:38 k3r5-devkit
drwxr-xr-x 942 mircea mircea 36864 Feb 12 17:36 licenses
drwxr-xr-x   3 mircea mircea  4096 Feb 12 17:38 linux-devkit
-rw-r--r--   1 mircea mircea   388 Dec  7 13:32 Makefile
drwxr-xr-x   2 mircea mircea  4096 Feb 12 17:35 makerules
drwxr-xr-x   2 mircea mircea  4096 Feb 12 17:35 manifest
-rw-r--r--   1 mircea mircea  2659 Feb 12 17:38 Rules.make
-rwxr-xr-x   1 mircea mircea  5911 Dec  7 13:32 setup.sh
drwxr-xr-x   5 mircea mircea  4096 Feb 12 17:35 yocto-build
mircea@menta:~/ti-processor-sdk-linux-adas-j721e-evm-09_01_00_06$ make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- defconfig ti_arm64_prune.config
make: *** No rule to make target 'defconfig'.  Stop.
mircea@menta:~/ti-processor-sdk-linux-adas-j721e-evm-09_01_00_06$ make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- menuconfig
make: *** No rule to make target 'menuconfig'.  Stop.
mircea@menta:~/ti-processor-sdk-linux-adas-j721e-evm-09_01_00_06$

mircea@menta:~/ti-processor-sdk-linux-adas-j721e-evm-09_01_00_06$ make ARCH=arm64 CROSS_COMPILE=aarch64-oe-linux- distclean
make: *** No rule to make target 'distclean'.  Stop.
mircea@menta:~/ti-processor-sdk-linux-adas-j721e-evm-09_01_00_06$

"

any help will be appreciated.