附录A:实时Linux补丁

  1. RISC-V RT补丁下载链接:0001-riscv-allow-riscv-preempt_rt-config.patch
  2. Config_Add_PREEMPT补丁下载链接:0002-enable-full-preempt-rt-config.patch
  3. LAZY_PREEMPT补丁下载链接:0003-riscv-rt-add-riscv-lazy-preempt-support.patch
  4. CPUPRI_workaround_RT_test补丁下载链接:0004-cpupri-a-work-around-for-non-rt-test-panic.patch
注: 请按上述顺序应用补丁。
若要应用以上补丁,请执行以下命令:
  • 有git信息:
    git am (patch)
  • 无git信息:
    patch -p1 < (patch)