Altera_Forum
Honored Contributor
19 years agoProgram Flash with NIOS II Project
We're back with another issue. There could be a simple solution to this since this is our first project using Quartus/SOPC Builder/Nios II. Regardless, our problem is as follows:
We have SUCCESSFULLY created our board set-up in SOPC Builder and Successfully programmed our .pof FPGA Configuration file into our EPCS4 memory on our board. It is successfully booting this config when we turn the power off and turn it back on (meaning the board demo no longer happens on boot). We did all this through quartus 6.1 Now we are trying to load our Nios II project into flash memory so when we boot up our program code runs. Assumptions being made: - That we are to use the Tools -> Flash Programmer - That once in flash programmer the only option we need checked is the first one the "Program software project into flash memory" - That we do not need to check the option to program the FPGA Config file because isn't that what we did in quartus with the .pof file? With these assumptions in mind we select the project we want to program and no other options... we select Program Flash and it builds the project then all we see in the Console window is the following: #!/bin/sh# # This file was automatically generated by the Nios II IDE Flash Programmer.# # It will be overwritten when the flash programmer options change.# cd C:/DE1/DE1_demonstrations/DE1_NIOS/software/Media_Center_X/Release accompanied by a message in the debug window saying "<terminated, exit value: 0> 'Our Project'.sh This is all the troubleshooting info we get.. and aren't really sure where this is going wrong or what we're doing... ANY direction on this would be great. Thanks a lot!