Forum Discussion
Altera_Forum
Honored Contributor
11 years agoNios Command Line Shell
Has anyone successfully created their .hex and .qip file for the quartus project from simply the command line? What I would like to do is take my source file (.s), and using only the command line, ge...
Altera_Forum
Honored Contributor
11 years agoI have currently attempted the following.
Generate BSP using nios2-bsp command. Generate makefile using nios2-app-generate-makefile command. Build project using make all command. This generates a .elf file. Generate hex file using elf2 hex command. The problem is, I am getting a different hex file than what the GUI is giving me. I know the .hex file created in the GUI works, it has been tested successfully. I need to obtain the same result using command line tools. Thanks, Matt