Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by monkeyboy@Jun 29 2005, 04:34 AM - removal of the unused boot stub in romram mode to allow applications to succesfully download through nios2-download. --- Quote End --- Is this the code in the .entry segment? Just asking because we're using that and I'd like to know what I'd need to replace it with. We had to write our own bootloader for the EPC16 chip, which basically copies the program from a fixed flash base address to the base of our SDRAM, then jumps to the base of SDRAM (i.e. the .entry section). If there's a better way (EPC16 is not CFI compliant, so the default bootloader won't work), I'd love to know.