Forum Discussion

9 Replies

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

    I would like to know which FPGA to be used to implement µclinux function

    and if somedy tried to implement µclinux on cyclone II fpga.

    also the steps to followed to build this system (µlinux in NIOS II)
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Wow, really useful in an academic environment, where the hell is the Waveform Editor?

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

    我已经下载了,但是还在学习如何使用中……

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

    --- Quote Start ---

    I would like to know which FPGA to be used to implement µclinux function

    and if somedy tried to implement µclinux on cyclone II fpga.

    also the steps to followed to build this system (µlinux in NIOS II)

    --- Quote End ---

    Hi

    kindly go through the below link for more information about the µclinux implementation and related to that topics

    http://www.nioswiki.com/operatingsystems/uclinux?gsa_pos=1&wt.oss_r=1&wt.oss=%c2%b5clinux%20supporting%20device

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

    Hi

    Sorry to say theres an error in the script I downloaded.

    sh altera_installer.external.sh

    Creating directory bin

    Verifying archive integrity... All good.

    Uncompressing Altera Installer...............................................................................................................................................

    ./setup: 35: ./setup: Syntax error: "(" unexpected

    Unless Ive done something wrong

    Cheers

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

    Be sure that bash is the default "/bin/sh" shell. Dash won't work.

    Plus, if you're using any distribution that Altera doesn't specifically support, you are off piste and you better know your way around your Linux distribution to get it working.

    That being stated, I've got the licensed version to work on many Linux distros...Ubuntu, Gentoo, and Arch to name a few.

    Best of luck!

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

    Hi

    Its the web version I was trying on ubuntu 12.04 with plain old bash sh.

    Beyond that I dont know what information would be of help.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi

    I think Ive found where the problem lies :

    MS_diskspace()

    {

    (

    if test -d /usr/xpg4/bin; then

    PATH=/usr/xpg4/bin:$PATH

    fi

    df -kP "$1" | tail -1 | awk '{print $4}'

    )

    }

    Shouldnt the ( be { and the ) be } ?

    Cheers

    Michael