Altera_Forum
Honored Contributor
14 years agoSMP support in the Linux System with Nios2
Hello all!
I'm studying a multicore Nios2 system for my thesis. After trying with several applications to understand the function of mutex and mailbox, I decided to use also an operative system. Reading some threads, I've downloaded the uClinux to try to build a system with two cpus (cpu1 and cpu2). I'd want to use the cpu1 with linux and the cpu2 as support for some parallel applications. Due several issues, I understand (please correct me if I'm saying something wrong) that uClinux does not support smp. Is there a method to build a system with two cores wich include an operative system on one of them? If yes, can you tell me if there is a tutorial anywhere? I know that the linux kernel 2.6.x supports the smp, so I also thought to try to build a kernel image for the Nios, but in the menuconfig (of a linux kernel, not uClinux) I'm not able to find the architecture for a Nios2. Hoping I didn't say too much nonsense, thank you in advance! Antonio