Forum Discussion
Altera_Forum
Honored Contributor
14 years agoucLinux on Arria II GX board, with Quartus 11.1
Hi, I am trying to get uClinux running on an Arria II GX board. I have followed most of the tutorials and info that I have found on this site and in this forum, starting with the alterawiki "I...
Altera_Forum
Honored Contributor
14 years agoSwitch to kernel 3.1:
cd linux-2.6 git checkout v3.1-nios2 # additional useful steps: cd ../uClinux-dist git checkout trunk git merge origin/trunk Then generate devicetree from your .sopcinfo and use it for the kernel compilation. Note that the 3.x kernel wanted libuuid, if you are on debian/ubuntu, then: apt-get install uuid-dev Note that I did these steps for my MMU system on ep4ce10. Non-mmu could be different. -m