DE0-Nano-SoC Kit RT Linux

How do I compile RT-Linux?

So Altera has an RT branch:

We might be able to give that a try…

Regards,

1 Like

Thanks a lot.
I changed the scripts in SOCFPGA-KERNEL-DEV,
in patch.sh, I set the git_tag as

git_tag="socfpga-4.14.126-ltsi-rt

in version.sh, I set the KERNEL_TAG as

KERNEL_TAG=${KERNEL_REL}.126

then I managed to get RT Linux,and runs normally on DE0-nano.
In addition, I ported gdbserver 9.2, and it’s working well.

another question, how can I load the FPGA version “socfpga.rbf”? and how to she the share RAM function?