Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

multiprocessor boot

Altera_Forum
Honored Contributor II
1,132 Views

A general question: 

I'm designing a multiprocessor system, do i have to take some particular care to boot both the processors (2) from the same CFI device? they must share the same tristate bridge...any ideas?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
278 Views

Yes they will have to share that tristate bridge so that they will be talking to the flash connected to it. If both processors will but using the exact same application then you can point them both to the same reset address in flash, otherwise you'll have to program the algorithms in two locations and have each CPU reset to the correct location. I forget if flash programming was covered in the multiprocessor document up on the Altera page under the Nios II literature but it's worth taking a look just to see various different multiprocessor designs.

0 Kudos
Reply