element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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 Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
ZedBoard Hardware Design Creating hardware based off of ZedBoard, which portions of the ZedBoard schematic do I need?
  • 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 6 replies
  • Subscribers 325 subscribers
  • Views 1069 views
  • Users 0 members are here
Related

Creating hardware based off of ZedBoard, which portions of the ZedBoard schematic do I need?

mikewu4466
mikewu4466 over 6 years ago

I need a few things. I will reference pages from the ZedBoard Rev D.2 schematic.

 

  • One, I the programming interface to the SoC via USB. I believe that this is covered on page 12.
  • I also need the ability to interface with an SD card, which is contained on page 6 and page 10 (MIO bank).
  • I need an XADC channel, which is covered on page 2 (connector on the bottom left) and 8.
  • I need basic UART (not via USB), so I believe I just need some MIO pins (sheet 10).

 

Apart from that, I believe that the FPGA power on sheet 11 is necessary. In addition, to generate all of the different DC voltages, I believe that the power regulation shown on sheets 15-17 are necessary.

 

Are there any other components from the schematic that I need to create working hardware? There are so many signals that go to and from each sheet of the schematic, it can be a little hard to follow and discern which ones are needed to create working hardware based on the ZedBoard. Thanks for the help.

 

-- Michael

  • Sign in to reply
  • Cancel
  • jafoste4
    0 jafoste4 over 6 years ago

    Hi Michael,


    Please take a look at the developing zynq hardware speedway located here. http://zedboard.org/support/trainings-and-videos

    It shows the basics of hardware platform design.

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mikewu4466
    0 mikewu4466 over 6 years ago in reply to jafoste4

    Hi Josh, thanks for the reference. I guess before I get started looking through the lectures, since the ZedBoard has all of the modules that I need, would it be possible just to refer to the ZedBoard while creating the hardware schematic?

     

    Also, I have a question that you may or may not be able to answer -- does using the XADC require any external JTAG connections? For example, the connections shown from the Xilinx JTAG Header on sheet 8 of the ZedBoard Rev D.2 schematic.

     

    -- Michael

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jafoste4
    0 jafoste4 over 6 years ago in reply to mikewu4466

    Hi Mike,

     

    I am confused by your first question. Can you please elaborate?

     

    As far as using the XADC and needing a JTAG connection goes. It depends on how you want to connect to your Zedboard. You can do all your development via an SD Card if you want. However most go with the JTAG boot development to avoid having to create boot.bin files over and over.

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jafoste4
    0 jafoste4 over 6 years ago in reply to jafoste4

    The Speedways I referred you too go through both methods at some point.

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mikewu4466
    0 mikewu4466 over 6 years ago in reply to jafoste4

    Hi Josh,

     

    Sorry about being unclear! I guess to be more specific, my question revolves around the content of the Speedways. I haven't had time to go through them yet, but what sorts of things do they cover? At the moment, I'm trying to create a schematic for my own hardware, so I'm directly pulling various modules from the ZedBoard schematic to use in my board. I was wondering if the Speedways would be directly helpful to me during this phase of my hardware development.

     

    -- Michael

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jafoste4
    0 jafoste4 over 6 years ago in reply to mikewu4466

    Hi Michael,

     

    The Speedways cover the development flow using Vivado and SDK. If your strictly interested in designing your own schematic, it would be beneficial to go through the hardware course so you understand what is typically required for a Zynq design. The Hardware Speedway goes through configuring DDR and various Zynq Peripherals. I am not saying you have to, but I certaintly would help especially if your new to the Xilinx Zynq SoC.

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
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 © 2025 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