Forum Discussion
Altera_Forum
Honored Contributor
12 years agoTwo x NIOS II boot from EPCQ in Quartus 13.1
Hello, It seems that there are a bug in Quartus software for programming the EPCQ. The following workaround (http://www.altera.com/support/kdb/solutions/rd11192013_118.html) provided by Al...
Altera_Forum
Honored Contributor
12 years agoThe two cpus cannot access the flash at the same time.
So something must ensure that the first nios completes its boot before the second one starts. You could, for instance, arrange for the first cpu to load the code for both cpus, keeping the second cpu in soft-reset until the code (etc) has all been loaded.