Altera_Forum
Honored Contributor
12 years agoDownloading ELF Process failed (DD2 uniphy on Stratix IV)
hello folks,
I am trying to create a external memory connection through DDR2 uniPHY controller on my Stratix IV DE4. I was able to successfully compile and then program the board with SignalTap II , but when I try to run the software from eclipse am getting the classic ELF error message "Downloading ELF Process failed". I have checked my license and there is no problem. Some google results stands that it might me a pin assignment problem, all pins were assigned according to the board datasheet but I have some doubts about the following pins: - afi_clk_out , afi_half_clk_out: were assigned to board clock out pins - the memory interface status signals: local_cal_fail, local_cal_success, local_init_done were assigned to GPIO pins furthermore, the timing issues are dynamically generated and managed by the uniPHY tcl script. In order to debug the design, I 've removed the uniPHY controller from the design and then the design worked correctly. Therefore am sure now that the problem is directly connected to the uniPHY. While am trying to run the software, I also got in the console something like "pausing target processor not responding", does this have any connection to the problem? Could you give me some hints how to track the problem!