I have trouble loading the ES version of this board. Here's what I've done:
1) took altera_dsp_dev_board_stratix_2s60 design from the Stratix II 2S60 DSP kit (compiled for non ES) and recompiled with EP2S60F1020C4ES. I don't have a NIOS license so it generates a time limited sof.
2) program FPGA with time limited sof using Quartus II
3) start NIOS command line and go to desired flash file directory
4) following the directions in
http://www.altera.com/literature/ds/es_strii_dsp_dev_kit-v1-1-0.pdf?gsa_pos=1&wt.oss_r=1&wt.oss=stratix%20ii%20dsp%20sof2flash run: nios2-flash-programmer --base=0x01000000 --device=1 --cable=USB-Blaster --program <filename>.flash
5) the error I get is:
"There are no NIOS II processors available wich match the values specified. Please check that your PLD is correctly configured, downloading a new SOF file if necessary."
As expected, according to the NIOS II Flash Programmer User Guide, this means that the FPGA load is not correct or the --device, --cable, --instance is not correct. I'm assuming that --device is correct since it is in the Erreta Sheet, the --cable is correct since it worked in Quartus II, and --instance should be correct as well at default. What's wrong with the FPGA load if all I do is change the device to ES. The pinout remains what the datasheet shows as the valid connections to the flash.
I'm stuck here. I've used write2flash.exe on the old Stratix 1S25 DSP kit just fine years ago, but it is not included on the installation CD of the the 2S60 kit and I don't know where the CD or utility have gone.
Any suggestions?