Hi,
I compile RT kernel like this format :
Kernel Customization — Jetson Linux Developer Guide documentation"
now i have RT kernel and i can flash it but my problem is not desktop and when i connected display port not any desktop came up
i know in the above link write about To Build Display Kernel Modules
but i can’t undrestood well !
can you take a example how can i do this for build Display Kernel !
i saw a another post of NVIDIA forum
but i need an easier tuterial
$ make
modules
SYSSRC=
SYSOUT=<KERNEL_OUTDIR>
CC=${CROSS_COMPILE_AARCH64}gcc
LD=${CROSS_COMPILE_AARCH64}ld.bfd
AR=${CROSS_COMPILE_AARCH64}ar
CXX=${CROSS_COMPILE_AARCH64}g++
OBJCOPY=${CROSS_COMPILE_AARCH64}objcopy
TARGET_ARCH=aarch64
ARCH=arm64
question2 :
as the above command whats the meaning of KERNELSRC and KERNEL_OUTDIR!
in total if you can please take a example in real scenario for better understanding
Thanks .