Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHow are you sequencing the nios boot?
Only one of the nios can access the flash at any one time. So if you are using the Altera EPCS boot code you need to have all but one of the nios power up with the 'soft reset' asserted. After each nios finishes booting it should take the next nios out of reset. Alternatively make one nios responsible for loading all the code/data and put the reset vectors for the other directly into the loaded code.