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
Using Xilinx Tools Forum Running Vivado on a CentOS 7 Virtual Machine
  • 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 3 replies
  • Subscribers 336 subscribers
  • Views 1358 views
  • Users 0 members are here
Related

Running Vivado on a CentOS 7 Virtual Machine

zedhed
zedhed over 8 years ago

Hello Everyone,

I ran into this problem while loading Vivado onto my CentOS 7 Virtual Machine.  Hopefully this thread will help others get unstuck from this problem should they ever encounter it.

I found that the License Management Center will no longer generate licenses for Linux HOST IDs using 00:00:00:00:00:00 as the MAC ID.  This makes sense because that is not really a valid MAC address however the Vivado License Manger cannot see the "Consistent Network Device Naming" created for my wired Ethernet port on my Virtual Machine becuase it is looking for the eth0 interface.  This is identified in this Xilinx forum thread here:

https://forums.xilinx.com/t5/Installation-and-Licensing/vivado-don-t-find-my-host-ID/td-p/663265

To solve this, I followed this tutorial here which disabled the predictable naming tool AND creates a new udev network naming rule file to name the Ethernet interface with a legacy Ethernet name like eth0 (which is what the Vivado License Manager is looking for) so that the MAC address can be read from this interface as the host ID.

http://ask.xmodulo.com/change-network-interface-name-centos7.html

In short, follow these instructions:

1) Edit /etc/default/grub and adding "net.ifnames=0" to GRUB_CMDLINE_LINUX variable.

2) Then run this command to regenerate GRUB configuration with updated kernel parameters.

$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg

3) Next, edit (or create) a udev network naming rule file (/etc/udev/rules.d/70-persistent-net.rules).

$ sudo vi /etc/udev/rules.d/70-persistent-net.rules

3a) Add the following line to the new rule file. Replace MAC address and interface with your own.

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:a9:7a:e1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

4) Reboot the machine and verify the new MAC address took hold by looking through ifconfig output.

5) Go to the Xilinx Licencing site and generate a new license for a host with the MAC ID that now appears in the Vivado License Manager dialog.

6) Load the license file and make sure that the desired Vivado features are now available.

Hope this helps someone get up and running quicker than me!

Regards,

-Kevin

  • Sign in to reply
  • Cancel
  • mbrown
    0 mbrown over 8 years ago

    /Matt

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zedhed
    0 zedhed over 8 years ago

    Thanks Matt!

    I found that narrucmot posted an excellent tutorial that shows how to do this on Ubuntu instead of CentOS:

    http://microzed.org/content/running-vivado-ubuntu

    Thanks Tom!

    -Kevin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zedhed
    0 zedhed over 8 years ago

    Hello Everyone,

    This is now officially documented here in this Xilinx Answer Record# 60510:

    https://www.xilinx.com/support/answers/60510.html

    Looks like an updated version of Flex will be included in the Vivado 2017.3 release which will solve the need for this workaround.

    Best Regards,

    -Kevin

    • 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