Altera_Forum
Honored Contributor
15 years agoIncluding software in the FPGA configuration bitstream
I need to put my Nios II software project into my FPGA bitstream. I have an idea on how to do it, please comment:
1) Build software .elf file 2) In Nios console, use elf2hex to make hex file 3) Copy hex file into FPGA project directory 4) In on-chip memory initialization in SOPC builder, specify the right file name for the hex file 5) Generate SOPC system 6) Build FPGA Is this about right? Thanks, -Brad