TakaU
New Contributor
1 year agoNIOSV on DK-SI-AGI027FA KIT Fail elf file download
I am try to implement NIOSV on DK-SI-AGI027FA KIT ( FPGA Devie is AGIB027R31B1E1V).
(HW part)
Top verilog file is copied form example golden_top design, and only use 100MHz clock
(other pins are commented out) and NIOS V are instantiated from NIOS V example design like
qsys_top u0 ( .clk_clk (clk_gpio_p_4), // input, width = 1, clk.clk
.pio_0_external_connection_export (out_data) // output, width = 4,);
(SW part)
This FPGA design are compiled successfully and sof file can be downloaded to DK-SI-AGI027FA KIT.Very basic program like "Hello C" program and BSP are build successful and .elf file are created. I tried to download .elf file then i got error message (see attached txt file)
Any advice are appreciated
and if someone tell me some good example about NIOSV on DK-SI-AGI027FA KIT ,
that is very helpful.
Thanks in advance