DE2-115 Active Serial Programming-- fail
rjo__
Posts: 2,114
I have been exclusively using .pof files and active serial programming. I was doing some experimenting with pik33's code and began having an issue that the code would seem to load but then faIl. I assumed it was my code and continued to chase the problem for several days, while I tried to track down the source of "my bug."
Finally, I exhausted all of my known paths and went back to a .pof file that I knew was good and had the same issue... active serial programming again appeared to load but no prop could be found... but the .sof file and JTAG worked just fine. Then I found that the .pof fails when I chose the "verify" option in the Quartus Programmer.
I am pretty sure this is a hardware problem, but before I conclude this ... is there anything that I could have done to my global environment that could cause this? I have looked at it
and it doesn't seem likely, but it doesn't hurt to ask:)
Thanks,
Rich
Finally, I exhausted all of my known paths and went back to a .pof file that I knew was good and had the same issue... active serial programming again appeared to load but no prop could be found... but the .sof file and JTAG worked just fine. Then I found that the .pof fails when I chose the "verify" option in the Quartus Programmer.
I am pretty sure this is a hardware problem, but before I conclude this ... is there anything that I could have done to my global environment that could cause this? I have looked at it
and it doesn't seem likely, but it doesn't hurt to ask:)
Thanks,
Rich
Comments
Be careful with .pof. I do all my experiments with .sof only. using .pof only for some stable things. Active serial programming in the reality is burning the flash. The flash has limited count of write operations.
If .sof works and .pof doesn't it may be failed configuration device.
Try to clear the EPCS device several times.
Then make a simple project. Something like sw->not->led. Compile, burn, try if it works. Also you can try disabling compression when making .pof
The other advantage of JTAG is that it is nice and fast:)
What is your problem with pof?
I retried it about 10 times and it failed at a different point each time. Then I gave up.