Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNios system without jtag communication
Is it possible to use a nios based system even if the jtag communication cable is detached?? If I want to make an application in which some data is to be processed without having a host computer? ...
Altera_Forum
Honored Contributor
16 years agoThe jtag communication port is generally used as a debug port. It allows communication to NIOS via the same port where you personalize the FPGA and download your firmware. This configuration, however, is volatile, and is lost during a power cycle. For a stand alone application, you will need to provide a flash device that the FPGA will read upon power-up. The flash would also contain your firmware. No PC communication would be required. Altera has utilities that allow you to program the flash via a Byte or USB blaster, so it is a bit confusing when first starting out.