Forum Discussion
Chloé_Russell
New Contributor
6 years agoHow to generate JIC file for NIOSII system without JTAG debug module?
I've worked with NIOSII system + JTAG debug module and everything was correctly done. Than following my new system configuration I've disabled JTAG module in NIOSII and initialized my onchip memory u...
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
According to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2cpu_nii5v1.pdf, JTAG debug module used to provide on-chip emulation features to control the processor remotely from a host PC. Firstly, the design was compiled, then the .sof file and .hex file was generated. These files will be coverted to .jic file. The .jic file is used to configure the data from the host to flash device. Since, the JTAG debug module is disable, then the .jic file is not download to the memory. Hence, there is no result came out.
You have to enable JTAG debug module to solve this problem.
Thanks