Reset Address

From Altera Wiki
Jump to: navigation, search

in sopc builder, more cpu setting, reset address
  this is the hardware reset entry point
a. if you set it to cfi flash, it will insert a altera supplied cfi boot loader by default, then load your program image to sdram, and jump to sdram.
b. if you set it to epcs, it will include a hidden onchip memory, with altera supplied epcs boot loader,
which will load your program image to sdram, and jump to sdram.
c. if you set it to onchip memory, then you need a custom boot loader on the onchip memory, which should load your program image to sdram. eg, you can store your image on IDE HDD, etc.

Personal tools