Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi bkucera,
> What do 0x00012970 and 0x0000eff0 represent? You are, of course, correct. The boot loader expects a sequence of length-address-data records -- one for each linker output section that is loaded. The final record normally has a length of zero, which indicates that the following address is the "jump" target. You read through the bootloader code and comments from boot_loader.S in: $SOPC_KIT_NIOS2/components/altera_nios2/sdk/src/bootloader_sources/ Regards, --Scott