Altera_Forum
Honored Contributor
16 years agoDowloading elf process failed
I have a simple Nios 2 program with a nios 2 cpu and off chip SRAM. I use the University program IP core SRAM controller with a de2 board. I can generate the system successfully but I get several instances of the following warnings:
Warning: sram: get_generation_setting is deprecated, please use get_generation_property instead Warning: sram: get_project_property quartus_project_name is unsafe; this component should not depend on or modify the project When I build my software project and run as nios hardware a message box pops up informing me that the "downloading elf process failed". This only occurred in my system with the addition of the sram controller so I believe the problem may be caused by the warnings above. If anyone has any idea what the cause of this error could be or how to fix the warnings generated by the sopc builder your help would be greatly appreciated. Chase