Forum Discussion
Altera_Forum
Honored Contributor
15 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 sys...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- How to manage the other cpus in the linux on one of the Nios cpu? --- Quote End --- As they share the avalon bus, the CPUs can communicate via same, e.g using a memory region (beware of cache issues !!) and/or via dedicated hardware (FiFos, Mutex, ...). -Michael