Forum Discussion
2 Replies
- Vicky1
Regular Contributor
Hi,
Provide following details,
- Quartus version & edition
- Device used
- Error if possible provide screen shot
Best Regards
Vikas Jathar
(This message was posted on behalf of Intel Corporation)
- CFeng4
New Contributor
Thx for ur reply: here is the more details Quartus version : Quartus (Quartus Prime 17.1) Standard Edition Device used : C4E55 I used bat file writes like below: @ echo Start bash! @ %QUARTUS_ROOTDIR%\bin64\cygwin\bin\bash.exe -rcfile ".\nios2_sdk_shell_bashrc.sh" text in nios2_sdk_shell_bashrc.sh . "D:/intelFPGA/17.1/quartus/sopc_builder/bin/nios_bash" ./hex_bin.sh text in hex_bin.sh sof="output.sof" echo "sof->flash..." "$SOPC_KIT_NIOS2/bin/sof2flash" --epcs --compress --input=$sof --output="temp.flash" --quite after i ran the bat file, i got the critical warinings: could u pls tell me what porblem is? thx! fch_001@163.com