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
ZUBoard Vivado 2023.2 not showing ZUBoard 1CG Dev Board
  • 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 Verified Answer
  • Replies 10 replies
  • Answers 1 answer
  • Subscribers 328 subscribers
  • Views 3109 views
  • Users 0 members are here
  • vivado
  • zub1cg
Related

Vivado 2023.2 not showing ZUBoard 1CG Dev Board

shammi
shammi over 1 year ago

Hello forum,

I am trying to use Vivado 2023.2 on Ubuntu 22.04 for my ZUBoard 1CG Dev Board.

I am trying to create a new project. But the board is not showing even after I installed the relevant part. 

image

I tried copying the board files manually to the location /tools/Xilinx/Vivado/2023.2/data/xhub/boards/XilinxBoardStore/boards/Xilinx which I got from  https://github.com/Xilinx/XilinxBoardStore/tree/2022.2/boards/Avnet/zub1cg/1.0
b
ut I am still getting the same result.

image

Is there anythig I am missing ? Or should I try with older Vivado versions ?

  • Sign in to reply
  • Cancel

Top Replies

  • andycap
    andycap over 1 year ago +2
    Have you pressed the "Refresh" button?
  • dyessgg
    dyessgg over 1 year ago in reply to shammi +2 verified
    Try including SoCs since the Zynq MPSoC is an SoC.
  • shammi
    shammi over 1 year ago in reply to dyessgg +2 suggested
    YES!! including SoCs worked for me. Thanks for the suggestion dyessgg Now I feel I should have asked about the installation configuration in the first place. Thanks everyone for the help.
Parents
  • padudle
    0 padudle over 1 year ago

    I use the ZUBoard with Vivado 2023.2.  I copied on the whole Avnet folder of boards to get all of them at one time.

    Also, I think you need to restart Vivado to make the BDF files visible.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shammi
    0 shammi over 1 year ago in reply to padudle

     padudle thanks for your reply.

    Are you using Vivado 2023.2 on Ubuntu or any other OS.
    Can you share the detailed steps so that I can follow the same ?

    ============================================================
    Update from my side.
     
    I restarted Vivado, even restarted my PC after copying the BDF files. But didn't help.

    I found an AVNET repository on github and followed the steps suggested there. It suggestes a different path - /tools/Xilinx/Vivado/[version]/data/boards/board_files.
    I copied all the board files to the location, after that it showed entry for auboard15p/1.0 but it did not list zub1cg !!

    So obviously the steps suggested in the repo is correct but somehow it doesn't work for all the boards.

    I am suspecting some issue with Vivado or Ubuntu 22.04 or something else.



    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • padudle
    0 padudle over 1 year ago in reply to shammi

    I am using Ubuntu 22.04 LTS which is a supported operating system.

    Here are my steps

        cd ~/github

        git clone https://github.com/Avnet/bdf.git

        cd bdf

        sudo mkdir /tools/Xilinx/Vivado/2023.2/data/xhub/boards/XilinxBoardStore/boards/Avnet

        sudo cp -r * /tools/Xilinx/Vivado/2023.2/data/xhub/boards/XilinxBoardStore/boards/Avnet

    Now when you start Vivado, all the Avnet boards should show up under Boards in the new project wizard.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shammi
    0 shammi over 1 year ago in reply to padudle

    padudle I followed your steps but I am still not able to see the board.

    image

    image


    I am wondering If I have missed something during Vitis installation. Can you look take a look at the screenshot below and let me know if I have missed something - 

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dyessgg
    +1 dyessgg over 1 year ago in reply to shammi

    Try including SoCs since the Zynq MPSoC is an SoC.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • shammi
    0 shammi over 1 year ago in reply to dyessgg

    YES!! including SoCs worked for me. Thanks for the suggestion dyessgg  

    image


    Now I feel I should have asked about the installation configuration in the first place. Expressionless

    image


    Thanks everyone for the help.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dyessgg
    0 dyessgg over 1 year ago in reply to shammi

    We've ALL been there.  Myself several times!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • dyessgg
    0 dyessgg over 1 year ago in reply to shammi

    We've ALL been there.  Myself several times!

    • Cancel
    • Vote Up +1 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 © 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