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.
I would like to run some individually compiled kernel files (i.e., drivers) on the J721E platform. What kind of development environment should I set up for this? Do I need to configure both PROCESSOR-SDK-LINUX-J721E and PROCESSOR-SDK-RTOS-J721E? Since the drivers involve Linux kernel code and the J721E kernel version is 6.1.46-g5892b80d6b, do I need to download the corresponding Linux source code myself?
Previously, on other development boards, I had a ready-to-use development environment (cross-compilation toolchain and Linux source code), which allowed me to directly cross-compile standalone driver files (.ko files). I’d like to know how to set this up for the J721E platform.
thanks
Hi,
Please download and install: https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-U6uMjOroyO/10.00.00.08/ti-processor-sdk-linux-adas-j721e-evm-10_00_00_08-Linux-x86-Install.bin
Assuming SDK Path is $SDK_PATH
You can find the Linux source code under $SDK_PATH/board-support/ti-linux-kernel-6.6.32+git-ti*
The above SDK installation will give you the cross compilers as well.
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/ this is the git tree if you just want to build the Linux kernel and modules.
Thank you for your help. I have preliminarily set up the cross-compilation environment and can compile a user-space executable program for the ARM architecture.
However, when compiling the kernel, I encountered an issue. During the make
process, I received an error stating that the kernel configuration file include/config/auto.conf
is missing.
How can I resolve this issue?
Below is my Makefile:
Because of the Thanksgiving holiday in the U.S., TI E2E design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
https://stackoverflow.com/questions/50361990/how-to-solve-kernel-configuration-is-invalid-issues
确保您是否可以使用SDK中的'make Linux'命令编译Linux