Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

FreeRTOS and Quartus 20.1

Gerhard56
New Contributor I
622 Views

Hi,

did sombody use FreeRTOS together with Quartus Prime Lite 20.1?

I found a description to install the files for FreeRTOS in V10.0, but the current version of Quartus and the Eclipse tools looking quite different.

Any idea?

Thanks a lot for helping.

With best regards

 

Gerhard

0 Kudos
1 Reply
EricMunYew_C_Intel
Moderator
576 Views

You can follow below to install:


1. install WSL for windows


i. https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii5v2gen2.pdf (chapter 2.1)


 Note: Windows 10 build version 16215.0 or higher is the recommended operating system version.


ii. After installation has successfully completed, launch Ubuntu 18.04.


iii. Install additional distro packages required for Nios II EDS using the following commands:


 a. sudo apt-get update


b. sudo apt install wsl


 c. sudo apt install dos2unix


 d. sudo apt install make


2. install nios2 eclipse folder


https://www.intel.com/content/altera-www/global/en_us/index/support/support-resources/knowledge-base/tools/2019/why-does-the-nios--ii-not-installed-after-full-installation-of-t.html


0 Kudos
Reply