Forum Discussion
S_Dyn
New Contributor
6 months agoHi.
Thank you for your help.
I have try your suggestion and it is successful.
But now I have issue in loading the .sof file.
This is the error.
Error (209015): Can't configure device. Expected JTAG ID code 0x020B60DD for device 1, but found JTAG ID code 0x020B30DD.
Any idea?
S_Dyn
_AK6DN_
Frequent Contributor
6 months agoWell, it depends on what TerASIC DEn board you are connected to.
I have both a DE2-70 with the EP2C70 (idcode 0x020B60DD) and a DE1 with the EP2C20 (idcode 0x020B30DD).
You said if found idcode 0x020B30DD which means you are connected to a board with an EP2C20 (or EP2C15, same code).
But you compiled for idcode 0x020B60DD which would be an EP2C70 device.
That is the problem. You need to specify the correct target device in Quartus prior to doing the compilation.