Forum Discussion
Altera_Forum
Honored Contributor
21 years agoNios II Linux v1.4 does not support CycloneII?
Does Nios II Linux v1.4 not support CycloneII (EP2C35F672C6)? How can I port uclinux in my CycloneII? Please give me some suggests.
Altera_Forum
Honored Contributor
21 years agoWe don't officially support the Cyclone II boards from Altera yet but I would recommend the following:
- Select the PTF file from the "standard" reference design provided by Altera when building your kernel project - Ensure that you select "ext_flash" as your upload device - Ensure that you select "ddr_sdram" as your execution device - when configuring your kernel -- Select Stratix II as your platform (take a look at the back of the Quick Start Guide for an example) -- be sure to turn off IDE support (take a look at the back of the Quick Start Guide for an example) That should get you a kernel that will build and upload. Unfortunately, we don't have a Cyclone II dev board in house at this time so I can't tell you if it'll work or not. Let me know how it goes