Forum Discussion
Cyclone 10 GX: The actual JTAG ID is different than was expected
- 6 years ago
Thank you JohnT,
I unchecked the program/configure box with the .sof, thus the configuration was as follows the Figure.
In sequence, this error was presented to me: Error(209031): Device chain in Chain Description File does not match physical device chain -- expected 1 device(s) but found 2 device(s).
But, I found a similar case in this forum and I managed to solve the problem. The inclusion of a cdf file was enough to programmer the device.
Hi,
If you would like to use AS or PS then you will need to stored your bitstream to flash so that it is auto program during power up. From Quartus, we only support JTAG.
The board you are using is Cyclone 10 GX which the Max 10 device will always be in the JTAG chain. So you should be observing Max 10 and Cyclone 10 GX device in your JTAG chain and set your JIC file into the 2nd device which is the Cyclone 10 GX device and programmed it.
Code 0x02E120DD is for Cyclone 10 GX which is the bitstream used.
- SATC6 years ago
Occasional Contributor
Thank you JohnT,
I unchecked the program/configure box with the .sof, thus the configuration was as follows the Figure.
In sequence, this error was presented to me: Error(209031): Device chain in Chain Description File does not match physical device chain -- expected 1 device(s) but found 2 device(s).
But, I found a similar case in this forum and I managed to solve the problem. The inclusion of a cdf file was enough to programmer the device.