Altera_Forum
Honored Contributor
16 years agoWhat's next after Nios II software programming?
I am kinda new to FPGA programming. I have DE2 as my starting board. I have already experimented of how to code VHDL (not yet tried Verilog).
I wanted a UART(RS232) interfacing to provide data to hyperterminal. After SOPC builder, i successfully instantiated it with Quartus 2. Then I used the template "small hello world" on Nios II EDS just to test my SOPC build. I run the Nios II hardware and I think I am successful at this point. I modified the template c program to return back the character+1 I typed-in Hyperterminal. That is, if i typed in "A" the DE2 shall return "B"... And so at this point i can say I am successful with my experiments... My query is, how will i load the software to the board? Is it possible for the DE2 board to work alone without the help of Nios II EDS. I by the way used, Quartus II 9.1SP1 and Nios II EDS 9.1. Thank you very much.:)