Jetson basic notes 2 -- source code compilation and KO generation
Kernel source code compilation
For the Jetson board made by yourself, you generally need to modify the device tree and driver, compile, and then replace the kernel image and device tree. Refer to the following Makefile file:
make env_ Dependent, installation environment dependentmake download, download the BSP source code (Sources include ...
Posted by Singularity on Sun, 23 Jan 2022 15:28:14 +0100