Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
I think it is possible, but you need to buy a NiosII license.
- Altera_Forum
Honored Contributor
You can now get a Low end Nios for free. See:
http://www.altera.com/products/ip/processors/nios2/cores/economy/ni2-economy-core.html - Altera_Forum
Honored Contributor
Thanks for your answers...but I want to know that how will I able to run my system without a host pc if i use this low-end Nios core..have anybody tried this?
@dduxstadieee thanks alot for sharing the info... - Altera_Forum
Honored Contributor
The 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.
- Altera_Forum
Honored Contributor
By flash device you mean flash memory of a development board? i am using DE2 cyclone II board which has flash memory...used for active serial programming as well...?