SERMASWATHIKA
Contributor
2 years agoFW_CODE_NOT_WORKING_WHEN_CONFIGURED_FPGA_WITH_JIC_PROGRAMMING
Hi Team,
We tried to check the jic file programming setup in Cyclone v gt eval board. For that we have created the system in FPGA design like this:
nios ii reset and exception vector parameter:
firmware code structure we have followed like this:
linker script and other parameters in bsp editor:
make target->mem_init gen used to create hex file.
JIC File conversion parameters setup:
with this jic, we have programmed the fpga, Our expected output from this is 3 led should blink( 1 controlled by FPGA DESIGN and other2 controlled by firmware code).
But with jic programming, firmware controlled led is not blinking.
But in .elf file programming, firmware controlled led is blinking.
do we miss anything? Please guide us to resolve this.