Forum Discussion
Altera_Forum
Honored Contributor
14 years agohttp://alterawiki.com/wiki/linux_for_the_nios_ii_processor
Download the distribution following these steps: http://alterawiki.com/wiki/downloading_linux_distribution The latest unstable-nios2mmu branch has some Device-Tree stuff that's kind of in flux and does not support the TSE yet, so I recommend starting with the v2.6.37-nios2 tag:cd linux2.6
git branch unstable-nios2mmu origin/unstable-nios2mmu
git checkout -f unstable-nios2mmu
git branch my_nios2mmu v2.6.37-nios2
git checkout -f my_nios2mmu
Also make sure uClinux-dist is on the "trunk" branch. Create a design and add it to Linux following these steps: http://alterawiki.com/wiki/creating_a_nios_ii_design_with_an_mmu