Forum Discussion
Altera_Forum
Honored Contributor
11 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.