Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- After I configure the sof file for the board the HEX displays show weird characters, some are turned off completely. --- Quote End --- I think this problem could be caused by some incorrect pin name. I've solved this by manually changing these pins names: dram_ba_1 --> dram_ba[1]
dram_ba_0 --> dram_ba[0]
dram_udqm --> dram_dqm[1]
dram_ldqm --> dram_dqm[0] After this change, the HEX displays will be all 8. --- Quote Start --- So then when I proceed to download the customized zImage (said above) I get the following error... Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target processor: not responding. Resetting and trying again: FAILED Leaving target processor paused --- Quote End --- Had the same problem. The solution for me was that I had to keep open the opencore plus status window that pops up when you download the time limited .sof file into the board with Quartus (Programmer). Hope this can be useful for someone!:D