Forum Discussion
Altera_Forum
Honored Contributor
21 years agoRun as hardware
Hi, Now I want to write the bootloader by myself for my NiosII System. Can anybody tell me how to finish it in detail? And can you explain what action will be taken by NiosII IDE j...
Altera_Forum
Honored Contributor
21 years agoThe source for the bootloader is in the altera_nios2 component. Search for boot_loader_sources.
As for how to make it boot - obviously you need to store the bootloader and its data blocks in a non-volatile memory. Flash is the obvious choice, but on-chip RAM build out of M4Ks (not MRAMs) is also initialised as soon as the chip is configured.