Altera_Forum
Honored Contributor
15 years agoDownloaded tarball and like to build linux for a custom design with nommu
I am new here and seeking some help to work with a custom design with no mmu. A
I downloaded the tarball nios2-linux-20100621.tar and started working. fter 2 days of trials using nioswiki, I have created a board and changed kernel configuration and selected nommu and build the linux. I had some problems initially, After 2 days of trials using nioswiki but I could make console working. After Uncompressing kernel..OK and early_console initialized at 0x..... It reported as "Linux/Nios II MMU". Console also reported number pages in RAM, Memory available and NR_IRQS and crashed with unhandled exception. Even after selecting nommu, linux is built with mmu. I tried making branch test-nios2 with git, but got an error connection refused. Tried to clone toolchain_build as I am thinking this is the toolchain I need to use for nommu and hot connection refused. The wiki is very helpful till now. But I could not find any info regarding building linux for no mmu designs with the new tarball.