Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi.
Do you use µClinux for NIOS II without MMU or Linux for NIOS II with MMU? I think the best start is to use Linux for NIOS II with MMU because RT PREEMPT has been done for x86 with MMU first and modifies several Linux files but few files in the arch directory... For synchronizing the Linux source for NIOS II and the RT PREEMPT patch, you may use a git command for having a new branch of the Linux source for NIOS II that is the nearest as possible of a RT PREEMPT patch version (with a commit id). git command example: $ git checkout -b preempt d01303a1035a39e445007c7522d89ad985c4153c List of commit ids for stable branch nios2mmu here http://sopc.et.ntust.edu.tw/?p=linux-2.6.git;a=shortlog Pat.