Forum Discussion
Altera_Forum
Honored Contributor
10 years agoa question about boot from QSPI
Hi, I need some help about boot from QSPI. I know altera named our boot-stages as BootROM, Preloader, U-boot or RTOS or Baremetal on 3th stage. I have succeeded to boot from QSPI now. ...
Altera_Forum
Honored Contributor
10 years agoI successfully finished it today !
I modifiy my stage1 program based on altera-qspi demo program. There is a function called "system_uinit()" at the end of program. At beginning I modified program counter before the function executes.Stage 2 program fails. now I modified counter after the function executes, stage 2 program runs! i wonder if system_uinit doesn't run,some init functions in stage 2 program fail .