Код
EPCS_BASE=0x9000
echo "Load SOF+ELF to EPCS"
"$SOPC_KIT_NIOS2S/bin/sof2flash" --epcs --input="./output_files/ModulatorQPSK.sof" --output="ModulatorQPSK_hw2.flash"
echo "Programming flash with the FPGA configuration"
"$SOPC_KIT_NIOS2S/bin/nios2-flash-programmer" --epcs --base=$EPCS_BASE "ModulatorQPSK_hw2.flash" --debug
"$SOPC_KIT_NIOS2S/bin/elf2flash" --epcs --after="ModulatorQPSK_hw2.flash" --input="./software/qpsk_app/qpsk_app.elf" --output="epcs_flash_controller_0.flash"
echo "Programming flash with the project NIOS"
"$SOPC_KIT_NIOS2S/bin/nios2-flash-programmer" --epcs --base=$EPCS_BASE "epcs_flash_controller_0.flash" --debug --go
echo "Load SOF+ELF to EPCS"
"$SOPC_KIT_NIOS2S/bin/sof2flash" --epcs --input="./output_files/ModulatorQPSK.sof" --output="ModulatorQPSK_hw2.flash"
echo "Programming flash with the FPGA configuration"
"$SOPC_KIT_NIOS2S/bin/nios2-flash-programmer" --epcs --base=$EPCS_BASE "ModulatorQPSK_hw2.flash" --debug
"$SOPC_KIT_NIOS2S/bin/elf2flash" --epcs --after="ModulatorQPSK_hw2.flash" --input="./software/qpsk_app/qpsk_app.elf" --output="epcs_flash_controller_0.flash"
echo "Programming flash with the project NIOS"
"$SOPC_KIT_NIOS2S/bin/nios2-flash-programmer" --epcs --base=$EPCS_BASE "epcs_flash_controller_0.flash" --debug --go
А на картинке ругательство.Почему-то NIOSа не видит,подскажите как разрулить ситуацию,плз.