Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- I'm attempting to load the current example files for the Arria 10 GX FPGA dev kit and it is coming up with: Error (209015): Can't configure device. Expected JTAG ID code 0x02E860DD for device 1, but found JTAG ID code 0x02E660DD. Make sure the location of the target device on the circuit board matches the device's location in the device chain in the Chain Description File (.cdf). The ID for the device on my board is correct (0x02E660DD) but the programmer is expecting something else. I have tried loading via the BTS software and the Quartus programmer and both have the same issue. Has anyone else experienced this? --- Quote End --- i have solved the issue. The problem was the $quartus_rootdir variable was not pointing to the correct directory. Even when I open Quartus 17.0 it was still pointing to Quartus 15.1. I realised this when I attempted to program using the Quartus programmer v17.0 instead of 15.1 and it was successful. The BTS still wasn’t happy with the loaded .sof so I manually changed the path in control panel: https://www.altera.com/en_us/pdfs/support/kdb/downloads/rd01292013_416/setting_up_environment_variables_for_gui.pdf I hope this is helpful for someone else in the future!