Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi,
I'm using the NIOS II processor (with MMU) with Linux on a Stratix 1S10 board. Everything is OK. In your case, you don't use "make hwselect" with Linux (just for the µClinux distro) but you have to generate a custom_fpga.h from the .sopc file with the sopc-create-header-files tool. Put it in the nios2-linux/linux-2.6/arch/nios2/include/asm directory. In the same way, modify the nios2-linux/linux-2.6/arch/nios2/include/asm/nios.h for sticking to your board. More infos here: http://nioswiki.com/linux/creating_a_nios_ii_design_with_an_mmu The main difficulty is to define the right SoPC system with MMU enabled for NIOS II... Pat.