User Profile
User Widgets
Contributions
Re: Nios II projects in Eclipse fail to compile
Hi, You must install the Windows Subsystem for Linux WSL. Please follow the following link to know how to do so: https://www.intel.com/content/altera-www/global/en_us/index/support/support-resources/knowledge-base/tools/2019/how-do-i-install-the-windows--subsystem-for-linux---wsl--on-wind.html Best regards,1.7KViews0likes0CommentsRe: Hi, so im trying to learn the Nios 2 Assembly Language for my internship project. I found some intels laboratory exercises on the internet, but i dont know the solutions. so i was wondering if there is some way i can find those solutions.
Hi, Please check the design store here: https://fpgacloud.intel.com/devstore/platform/?acds_version=any This will help you to download pre-designed examples and you can start from there. Best regards,595Views0likes0CommentsRe: How do I get to first base building legacy code for NIOSII processor? Can I do build on unrelated linux PC?
Hi, As you say it is legacy design. I advise you to follow the normal procedure of downloading a cross compiler ex: from Linaro, the Linux you want to compile and compile all the required files (U-boot, RFS, Linux, and DTS). The Quartus will help you to get the system .sof file to configure the FPGA. Best regards,750Views0likes0CommentsRe: MAX10 Remote System Upgrade (RSU) over UART for Nios II Processor
Hi, Yes, you can, but you must adjust the device address and make sure that all settings are compatible with the new device. You can simply re-create the design for the required device and include the .c files you need to the project (after editing it). Best regards,1.1KViews0likes0CommentsRe: master - slave multi-core nios systems
Hi, Please download the design example from here and start from there. The example shows you how the master core copies the hex files for each core and reset it. https://fpgacloud.intel.com/devstore/platform/17.0.0/Standard/multi-core-nios-ii-processors-reference-design-based-on-arria-10-soc-development-board/ Best regards,724Views0likes0Comments