Appendix A: Real-Time Linux Defconfig

  1. RISC-V RT patch download link: 0001-riscv-allow-riscv-preempt_rt-config.patch
  2. Config_Add_PREEMPT patch download link: 0002-enable-full-preempt-rt-config.patch
  3. LAZY_PREEMPT patch download link: 0003-riscv-rt-add-riscv-lazy-preempt-support.patch
  4. 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)