Forum Discussion
Altera_Forum
Honored Contributor
20 years agoCompatibility with Quartus 5.1 and Nios 5.1
Hi, I'm a newbie and I'm wondering if the nios1.4 uclinux package can be used on a 2C35 Cyclone II device with Quartus v5.1 and Nios II v5.1 since the pdf hardware/software requirements...
Altera_Forum
Honored Contributor
20 years agothanks hippo,
Regarding step 5 - cd ~/linux-2.6.x# generate nios2_system.h from ptf make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc- hwselect SYSPTF=your_system.ptf# config the kernel make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc- menuconfig# compile the kernel make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc- since the board is a 2C35, what should be used for your_system.ptf? will a linux_1C20 suffice? thanks again!