element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General Linux + FPGA on the zedboard
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 12 replies
  • Subscribers 367 subscribers
  • Views 1984 views
  • Users 0 members are here
Related

Linux + FPGA on the zedboard

Former Member
Former Member over 13 years ago

The Zedboard seems very interesting, it has an ARM processor on which a user can run a linux system, it is tightly coupled to an FPGA, and it includes several peripherals and an FMC connector. 

I plan to run linux on the zedboard, and I want to stick the zedboard on a network and access the zedboard remotely using an ethernet connection, will that just work?

OK next, I want to create an FPGA application, I will want to use an external clock, is there an input for that?  I also want to use an external trigger input, do I use the XADC for that?  What is the XADC?

How about moving data back and forth between linux and the FPGA, what will be involved to make that work?

Thanks.



  • Sign in to reply
  • Cancel
Parents
  • Former Member
    0 Former Member over 13 years ago

    Hi piller,

    I'm so glad you are excited about Zynq and the Zedboard as well are!

    Let me try and take your questions on one at a time:

    1.  The ARM portion of the Zynq device is based off of traditional ARM IP, and thus will run Linux natively and support all of the traditional drivers and libraries compiled for ARM that any other A9 ARM processors support.  The Ethernet controller on the the Zynq chip has drivers that are already supported within the Linux kernel, and thus if you would like to interface to an Ethernet connection it is simply just using the Ethernet interface that is available within the /dev directory within Linux (just like any other platform).  So you question of "Will it just work" my answer is: yes, we have full 10BaseT/100BASET/1000BaseT Ethernet support which any Layer-7 application can take full advantage of.

    2a.  There are lots of global clock inputs available to bring an external clock into the Zynq device.  The Zedboard also has this ability brought out to the FMC connector and an oscillator.  You can see this in the Schematic that is posted here: http://zedboard.org/content/documentation

    2b.  Is your external trigger an analog voltage level, or a digital transition?  We can support both.  You can bring in an analog voltage level into our XADC Analog Mixed Signal (AMS) system and set a threshold to trigger a signal internally within FPGA fabric.  If you want to use a digital transition as a signal, that can be done as well using a clock to sample an input pin.

    2c.  The XADC subsystem is Xilinx's offering for bringing in analog signals into the FPGA fabric of the device.  The XADC system provides two ADC's that run at 1MSPS with a bit resolution of 12bits.  There are two mux's available to bring in up to 32 single ended signals or 16 differential signals into the two ADC's.

    3.  The ARM subsystem within the Zynq device uses a standard called AXI to interface with internal peripherals.  The standard of AXI4 is used within the Xilin FPGA fabric to interface with the ARM subsystem.  This allows for a peripheral to be mapped to memory, and a driver to be written within Linux to have that memory area accessible through a /dev device.

    Hope that helps!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 13 years ago

    Hi piller,

    I'm so glad you are excited about Zynq and the Zedboard as well are!

    Let me try and take your questions on one at a time:

    1.  The ARM portion of the Zynq device is based off of traditional ARM IP, and thus will run Linux natively and support all of the traditional drivers and libraries compiled for ARM that any other A9 ARM processors support.  The Ethernet controller on the the Zynq chip has drivers that are already supported within the Linux kernel, and thus if you would like to interface to an Ethernet connection it is simply just using the Ethernet interface that is available within the /dev directory within Linux (just like any other platform).  So you question of "Will it just work" my answer is: yes, we have full 10BaseT/100BASET/1000BaseT Ethernet support which any Layer-7 application can take full advantage of.

    2a.  There are lots of global clock inputs available to bring an external clock into the Zynq device.  The Zedboard also has this ability brought out to the FMC connector and an oscillator.  You can see this in the Schematic that is posted here: http://zedboard.org/content/documentation

    2b.  Is your external trigger an analog voltage level, or a digital transition?  We can support both.  You can bring in an analog voltage level into our XADC Analog Mixed Signal (AMS) system and set a threshold to trigger a signal internally within FPGA fabric.  If you want to use a digital transition as a signal, that can be done as well using a clock to sample an input pin.

    2c.  The XADC subsystem is Xilinx's offering for bringing in analog signals into the FPGA fabric of the device.  The XADC system provides two ADC's that run at 1MSPS with a bit resolution of 12bits.  There are two mux's available to bring in up to 32 single ended signals or 16 differential signals into the two ADC's.

    3.  The ARM subsystem within the Zynq device uses a standard called AXI to interface with internal peripherals.  The standard of AXI4 is used within the Xilin FPGA fabric to interface with the ARM subsystem.  This allows for a peripheral to be mapped to memory, and a driver to be written within Linux to have that memory area accessible through a /dev device.

    Hope that helps!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube