Appendix A: Real-Time Linux Defconfig
- RISC-V RT patch download link: 0001-riscv-allow-riscv-preempt_rt-config.patch
- Config_Add_PREEMPT patch download link: 0002-enable-full-preempt-rt-config.patch
- LAZY_PREEMPT patch download link: 0003-riscv-rt-add-riscv-lazy-preempt-support.patch
- CPUPRI_workaround_RT_test patch download link: 0004-cpupri-a-work-around-for-non-rt-test-panic.patch
Note: Please apply the patches in the above order.
To apply the patches, execute the following command:
- With git repository:
git am (patch)
- Without git
repository:
patch -p1 < (patch)