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.

SK-AM62: 构建自己的linux kernel

Part Number: SK-AM62

想使用SDK-08.06中的交叉编译器编译自己下载的Linux-5.10.178内核(打过rt补丁)

make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- defconfig
make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- menuconfig

在General setup中的PreemptionModel中没有模式为Fully Preemptible Kernel(Real-Time)可能是什么原因,