Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHello Sriram,
--- Quote Start --- 1. Is the Qsys system interconnection correct? --- Quote End --- According to me, 1) jtag_debug_module_reset should be connected only to reset of jtag_uart_o, 2) reset_request_n of DDR2 should not be connected to soft_reset_n. Also it should not be connected to reset CPU. ( Not sure about this. I think you can keep reset_request_n unconnected. ) --- Quote Start --- 2.I have set DDR2 memory as both instruction and data memory, so when the processors compiles and executes the sample nios-ii application from bsp hello_world program it should display "Hello from Nios" in the nios-II console, but i am getting failed to download the elf error, what might be the reason? --- Quote End --- Downloading ELF process failed issue is being faced by many people. You may also find many threads regarding this. One reason for this is that memory is not being accessed correctly due to some reason(?). Obviously you would have checked all your pin assignments. I was also facing same issue few days before in our board. I was able to solve that by not using "Create global reset network" in Qsys and connecting reset to only those items which seemed suitable. ( Someone in one thread has mentioned this and I tried that.) I would like you to try this. Have a nice day.:) Bhaumik