Forum Discussion

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

differences between nios2-linux and SLS distribution

Hi,

I have tested the SLS uClinux distribution. After that I have downloaded the the distribution. I notice that it is the same directory architecture that the nios2-linux from nioswiki. The directory nios2-linux contains a uClinux-dist and a linux-2.6 directory

But this distribution can run on a lot of altera developpment boards (i.e. DE2, NEEK,...)

What is the différence between this two distributions ?

I suppose that the SLS is not updated while de nios2-linux is regularly updated thanks to GIT.

The SLS gives the opportunity to select NEEK in the Kernel Settings under the Processor type and features, and after Platform. With the nios2-linux distribution we have to add support manually for neek with

create a header files with sopc-create-header-file

copy it in the arch dir in linux-2.6

So why is there no support for NEEK plateform on nios2-linux while the SLS ran a lot of plateform on the distribution in 2008 ? (It seems that it is the same distribution)

And about drivers ? I have a lot of issues to set up the JFFS2. But it seems easy with the SLS distribution (http://www.slscorp.com/lg/bsp/ug_uclinux_neek_bsp_1.5.pdf) and it is also well documented.

4 Replies

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

    AFAIK, the SLS distribution is no-MMU only, quite outdated and not updated any more.

    The community distribution supports no-MMU and MMU-enabled architecture and keeps track with the actual official Kernel.

    The community distribution does offer NEEK in the "make menuconfig" options.

    AFAIK, JFFS is being replaced by the UBU file system that is supposed to have some advantages.

    Happy hunting,

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

    Feel free to do this if you can decently remove the "AFAIK"s.

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

    Recently i visited sls website www.slscorp.com and found they also provide distributions for Cyclone III and Stratix IV Development Boards with connected to NEEK with Linux support.

    Also they are provide driver support for sdcard , usb , ps2 ,vga etc...