Altera_Forum
Honored Contributor
12 years agoProblem about the alternative boot method
I have used the method in AN485(alternative nios boot method) to build one boot loader(copier), but I have some problems.
1. if there is no interrupt in the boot copier, the exception section must be erased to FF before initialized. Otherwise, the interrupt in the application can't be triggered. But if there is one interrupt in the boot copier, the erasing process in not needed. 2. in the method proposed in the article, the application sections overwrite the boot sections. So there must be some bankruptcy with the application section writes to the section where the pc points to. However, we don't meet this problem using this method. How did you avoid that bankruptcy, and is there some risk of bankruptcy using this method? Best Wish Eric