Altera_Forum
Honored Contributor
21 years agoQuestion about Nios2 Min system.
Hello,
I do Nios2 min system with Nios2(NiosII/s with jtag debug module level 1) + OnChipRam + Uart. But something warning occur in sopc builder. Besides warning, I also have some question. (1) In sopc, I make my system with NisII/s + 4k OnChipRam + Uart0, there has a warning: cpu: The reset address points to volatile memory. Execution of undefined code may occur upon reset. (Q1) I don't know the warning mean, and how to correct. (2) There is jtag_debug_module in NiosII, which Nios has not. (Q2) I want to know if jtag_debug_module is used for NiosII IDE, and what different bwteen uart and jtag_debug_module in using. (3) Nios uses cygwin as software development, but when I compile .c file (nb filename.c) under sopc builder4.1 cygwin, it says that nios-elf-gcc: Command not found. But I have installed the nios-elf-gcc tools of NiosII. (Q3) What is the problem? If environment variable is wrong, or I must set the path, how to do. Thank you.