Hi,
Please do
- Skip the steps of enabling RT kernel. See if the self-built default kernel image is good
- Enable RT kernel and check if the built RT kernel image is good
At this moment your built default kernel image and RT kernel image are good. And then please do
- Modify generic_rt_build.sh to enable the config to both defconfig and tegra_prod_defconfig:
--enable CONFIG_HZ_1000
- Run the commands to re-generate the config files:
$ ./generic_rt_build.sh "disable"
$ ./generic_rt_build.sh "enable"
- Ensure the config is enabled
kernel/kernel-jammy-src/arch/arm64/configs$ grep CONFIG_HZ ./ -r
./.updated.defconfig:CONFIG_HZ_1000=y
./.updated.tegra_prod_defconfig:CONFIG_HZ_1000=y
- Build RT kernel image