Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi, Are you using USB blaster II. If yes can you reduce the TCK clock frequency to 16 MHz or 6 MHz and check once.
jtagconfig --setparam 1 JtagClock 6M https://www.altera.com/en_us/pdfs/literature/ug/ug_usb_blstr_ii_cable.pdf Let me know if this has helped resolve the issue you are facing or if you need any further assistance. Best Regards, Anand Raj Shankar (This message was posted on behalf of Intel Corporation) --- Quote End --- Hi Anand Yes, I'm using the on-board USB blaster II. I tried TCK values of 6MHz and 3MHz and get the same error. I also used "--getparam 1 JtagClock 3M" and it read back the expected "3M" so it is updating the programmer correctly. The ID the .sof file is looking for doesn't seem to be correct. I.e. the JTAG ID from the Arria 10 GX on the development kit should be 0x02E660DD but it is looking for 0x02E860D: info: 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). Essentially I think that the examples for this board need to be re-compiled by Altera.... but I'm happy to be corrected :) Thanks for your time!