Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- in what order are your devices on the jtag line ? in earlier designs i did, the fpga was after a maxII that lead to some problems and we hat to be aware of the fpga position in the jtag line. if your fpga is not the first device on the jtag line, check wheter you can assign its device position number to your script. i am unshure if the 0 is the device number, beginning to count from 0 nowadays all new designs have the fpga as the first device in the jtag flow --- Quote End --- First thanks for reply (you too sniper). The Stratix-II GX order was 2nd, as you can see in the command: 1) nios2-configure-sof -c USB-Blaster -d 2 mysof.sof <device programmer show success> 2) nios2-download -c USB-Blaster -d 2 -r -g myelf.elf <elf downloaded and verified> But inside system console, the FPGA is recognized as device 0: 4) set mydev [lindex [get_service_paths device] 0] /connections/USB-Blaster [USB-0]/EP2SGX90 I will check the patch and see if it works for me