Forum Discussion
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