Wednesday, August 8, 2012

Zedboard - Setting up a ARM development environment in Linux


I've moved!  Check out this blog post at the zedboard.org website here.

Happy Zynq'ing!

5 comments:

  1. Nice blog.
    Just created a zedboard page on http://elinux.org/Zedboard

    Hope you don't mind me including a link or two to your blog ?

    ReplyDelete
    Replies
    1. Not at all! Knowledge should always be shared :D

      Delete
  2. Hi ZynqGeek,

    Thanks for these great tutorials. Can you help me find out why my FTP is not working properly? I followed all instructions in your Network bring up tutorial, and the webserver page and telnet are working just fine. I'm running Ubuntu 12.04 in VirtualBox from Win XP.

    zeus@zeus-vb:~$ ftp 192.168.0.20
    Connected to 192.168.0.20.
    220 Operation successful
    Name (192.168.0.20:zeus): root
    230 Operation successful
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> ls
    200 Operation successful
    421 Service not available, remote server has closed connection
    ftp>

    Thanks,
    Dave

    ReplyDelete
    Replies
    1. Nevermind, I've been able to SFTP in and upload. Thanks.

      Delete
  3. ZynqGeek, thanks for the nice write-up. I was wondering why you don't just install gcc on the zedboard so you can simply compile on the target machine?

    ReplyDelete