Forum Discussion
Altera_Forum
Honored Contributor
21 years agoProgram UBoot
Hi all, A couple of questions that people might be able to help me out with. There seems to be a common issue with setting up the initial boot sequence for a NIOS boot loader and whilst there i...
Altera_Forum
Honored Contributor
21 years agoSorry ... something I forgot ... you must define the symbol "__reset"
in u-boot to keep elf2flash happy: In file cpu/start.S: .text
.global _start
.global __reset
__reset:
_start: Although this does seem a bit odd to me since using the --reset option with elf2flash when --epcs is specified causes an error. Regards --Scott