Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNios2 multicore linux
Hello, is it possible to share the flash and the sdram on my Cycon II board with more then one Nios2 cpu. Where one of this cpus run uClinux?? What changes must i do to tell uClinux not ...
Altera_Forum
Honored Contributor
20 years agoMike,
If you place the reset address, of the second processor, at an offset in Flash, it won't be able to access any of the flash below that offset....provided both processors are in the same SOPC Builder system. You'd also have to use a Mutex (or several mutexes) for shared resources. I believe there's a multi-processor tutorial dealing with this. - slacker