Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

niosnommu in layout directori

Hi

i have just installed to build Nios2 uClinux. branch "test-nios2" , per 20090929 .

the make menuconfig -> vendor Altera -> product : there is only one option: nios2 , there is not niosnommu option

Its correct?

Thanks

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    At the moment the MMU enabled and the MMU-less tool chains are different distributions. AFAIK this will change soon, and both flavors will be provided in a single distribution.

    Thus right now you would need to install the MME-less tool chain to do NIOS-nommu. See the Wiki for details.

    -Michael
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    There is no need to reinstall. You can check out the branches for nommu. You will select nios2 in uClinux-dist, which means nios2nommu.

    cd linux-2.6

    git checkout test-nios2

    cd uClinux-dist

    git checkout test-nios2

    - Hippo
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks

    I did it. Read the first message.. so why the product Altera option is not niosnommu?