Forum Discussion

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

TCP stack broken in nios2-linux-20100621.tar

Hi All,

I made an image based on nios2-linux-20100621.tar and loaded it on a cyclone III dev board. the linux and filesystem are working OK. I managed to ping the nios successfully. Problems started when trying to ssh it.

The ssh client on PC is stuck waiting for a reply from the sshd on the nios. running TCPdump on the nios show that it get the SYN packet but issue no ACK back. It seems like a basic TCP issue not related to the server listening to the socket.

Any idea? btw, I couldn't connect to the git server on 140.118.20.145 (in ./update) there seem to be no server listening on that ip..

Thanks,

Lior

4 Replies

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

    The tar file is quite old and supposedly needs a lot of git updates to be workable.

    If you are locked in behind a firewall you need to access git via http. Did you try this ?

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

    I'm trying it now. it takes ages...

    thanks, I'll let the forum knows how it goes...

    Lior