RTlinux内核隔离设置

固件类型:官方提供的固件
固件文件名称:ROC-RK3568-PC_Ubuntu20.04-r211110_v1.3.0b_221126
固件下载地址:百度网盘 请输入提取码
Log日志:RK3568 Uboot ENVsetting.txt

Uboot通过setenv设置cmdline参数"isolcpus=3"不生效
有没有其他方式可以实现CPU隔离?
tchip_askquestions
RK3568 Uboot ENVsetting.txt (151 Bytes)

用逗号分开,isolcpus=2,3
启动后cat /proc/cmdline看看是否成功传递给内核了
另外需要选择一个环境存储位置并重新编译uboot,saveenv才会生效
u-boot 根目录下
make ARCH=arm64 firefly-rk3568_defconfig
make ARCH=arm64 menuconfig
存储配置:
Environment —>
Select the location of the environment
(X) Environment in an MMC device