Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to implement my own bootloader
Hi, My system doesn't use CFI Flash but SPI Flash, so I have to creat my own bootloader to read code from SPI Flash to SDRAM. Now, I have implemented a bootloader code which is locat...
Altera_Forum
Honored Contributor
20 years ago> I'm not familiar with TCL tools, in fact, I never use them.
objcopy is part of binutils -- use it from a command shell prompt. > Could you teach me how to use nios2-elf-objcopy and what will I get? Try: $ nios2-elf-objcopy --help You can also review documents\gnu-tools\binutils\binutils.html in your nios2 installation directory. Regards, --Scott