Altera_Forum
Honored Contributor
20 years agoFlash programmer issue with multiple processors
I have a dual processor design that I'm trying to program into my Stratix II development kit. When I try, I get this output:
cd C:/nios2_60_projects/dual_proc/software/cpu_ethernet/Debug
# Creating .flash file for the project
$SOPC_KIT_NIOS2/bin/elf2flash --base=0x00000000 --end=0xffffff --reset=0x0 --input=cpu_ethernet.elf --output=ext_flash.flash --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_cfi.srec
# Programming flash with the project
$SOPC_KIT_NIOS2/bin/nios2-flash-programmer --device=1 --sidp=0x012110D8 --id=3189022848 --timestamp=1155162488 --base=0x00000000 ext_flash.flash
There are two or more Nios II processors available which match the values
specified. Please use the configuration dialog to pick one, or specify the
--device and/or --instance parameters on the command line. From the output it looks like it's not downloading a "programming design" anymore, but rather using whatever design is programmed into the board at the time. How do I fix this? There's no option in the configuration dialog to choose a processor that I can see.