Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUsing FreeRTOS with Eclipse tools.
I have been trying to get the FreeRTOS running on my cyclone iii development board using the Nios ii 3C25. I am running altera v10.1sp1 and using FreeRTOS v6.0.5 (I initially tried the very latest ve...
Altera_Forum
Honored Contributor
15 years agoWhen creating a FreeRTOS BSP, copy and edit the command line displayed when choosing File->New>BSP, open a command line window in the desired directory, and run the command line after changing “ucosii” to “freertos” (e.g. nios2-bsp freertos . ../../test_sopc.sopcinfo --cpu-name cpu). Then import the resulting SBT project.