Visible to Intel only — GUID: mwh1416946660594
Ixiasoft
Visible to Intel only — GUID: mwh1416946660594
Ixiasoft
4.3.3. Running Hello_World on an Intel FPGA Development Board
- Start the Nios® II Command Shell.
- Download the SRAM Object File (.sof) for the Quartus Prime project to the Intel FPGA development board.
This step configures the FPGA on the Intel FPGA development board.
Note:The .sof file resides in <projects>, along with your Intel® Quartus® Prime Project File (.qpf). You download it by typing the following commands:- cd <projects>
- nios2-configure-sof
The board is configured and ready to run the project’s executable code.
The nios2-configure-sof utility runs the Intel® Quartus® Prime Programmer to download the .sof file. You can also run the quartus_pgm command directly.
For more information about programming the hardware, refer to the Nios® II Hardware Development Tutorial.
- Start another command shell displaying both command shells on your desktop.
- In the second command shell, run the Nios® II terminal application to connect to the Intel FPGA development board through the JTAG UART port by typing the nios2-terminal command.
- Return to the original command shell and ensure that <projects>/software_examples/app/hello_world is the current working directory.
- Download and run the hello_world executable program using the nios2-download -g hello_world.elf command.
Hello from Nios II! appears in the second command shell.