ContributionsMost RecentMost LikesSolutionsRe: Can the .jic file, which is an FPGA configuration file, include the on-chip memory file of nios ii ? Hi Thank you Can the .jic file, which is an FPGA configuration file, include the on-chip memory file of nios ii ? Hello If I specify the contents (.hex) of the on-chip memory of my Nios II embedded processor design, compile it through Quartus Prime Pro, and use convert programming to create a .jic file, will the on-chip memory contents also be loaded into the .jic file? So, can I just load the jic file into external flash memory via a download cable? Thank you Michael Re: I compiled using the nios2 command shell. How do I debug it using the nios2 EDS tool? Hello Fawaz, After running "source build_sw.sh" to generate an ELF file, I edited maic.c in nios2 SDT and clicked "Build Project." The ELF file was generated. For some reason, the ELF file wasn't generated when I tried a few days ago, but it is now. The problem has been solved. Thank you for your help. Michael Re: I compiled using the nios2 command shell. How do I debug it using the nios2 EDS tool? Hello Fawaz, Thank you for your helpful advice. I followed the instructions and finished the build project without any errors. I can see that the build project executes "wsl make all". " The "make" command should update the elf file, but it didn't, even though there were no errors. Is this normal? Why isn't the elf file being generated, even though there's a warning message in main.c about not finding the include file? Thank you Michael Re: I compiled using the nios2 command shell. How do I debug it using the nios2 EDS tool? Hello Sue, The manual you referenced doesn't explain building a new project using a makefile. So, I selected "Makefile Project with Existing Code" in the "New Project" section and specified the path to the makefile. Then, "build project." I then received the attached error. I've tried various other methods, but the error persists and the project won't complete. I think I need to modify the makefile. Any suggestions would be appreciated. Thank you Michael I compiled using the nios2 command shell. How do I debug it using the nios2 EDS tool? Hello, AN 900: Intel® Arria 10 DisplayPort 8K RX-only Design Link: https://www.intel.com/content/www/us/en/docs/programmable/683799/current/compiling-the-design.html I compiled using the NIOS2 command shell. How do I debug it using the nios2 EDS tool? Can I import the makefile into the nios2 EDS tool, or is there another way? Thank you Re: The error message is as follows: "nios2-bsp-update-settings : command not found" works good. Thank you Re: The error message is as follows: "nios2-bsp-update-settings : command not found" The actual directory contains "H-x86_64-mingw32", but the path only contains "H-i686-pc-linux-gnu". Is this error related to this issue? Thanks Re: The error message is as follows: "nios2-bsp-update-settings : command not found" Hi BB, While running build_sw.sh in the nios2 command shell, the following error occurred: make: nios2-elf-gcc.exe: No such file or directory. I've attached three screenshots of this issue. Please help me resolve this issue. Thanks Michael Re: Intel® Arria® 10 FPGA – Intel DisplayPort 8K RX-Only Design Example With the help of another helper, I have solved the problem with the nios2 command shell for running build_sw.sh. if [[ $uname =~ "Microsoft" ]]; then => if [[ $uname =~ "microsoft" ]]; then I have attached a screenshot of the execution result. The AN900 document says that the .elf file is created, but it is not. Please advise. Thank you