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 microblaze on 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 4 replies
  • Subscribers 355 subscribers
  • Views 510 views
  • Users 0 members are here
Related

microblaze on Zedboard

fayyazrafiq
fayyazrafiq over 12 years ago

I am facing problem to have microblaze on Zedboard alongwith ARM PS. I use the same design which was given on AR#50869(http://www.xilinx.com/support
/answers/50869.html#linkedARRecords)
and change the board specification in XPS Graphical view/import. Then I generate bit stream named system.bit. Then I follow the same procedure given in AR#50869 to download and create an image. I copy the image on the SD card (Boot.bin). I setup the jumpers on the ZedBoard for booting from SD card. Noting happenu2026 After that I open the XMD Console, I write on the command prompt
u201Cconnect mb mdmu201D. After that I got an error, no mdm found. Please help meu2026.
I shall very grateful for any help.
Fayyaz

  • Sign in to reply
  • Cancel
  • bhfletcher
    0 bhfletcher over 12 years ago

    Were you successful prior to this without MicroBlaze? What version of ISE tools are you using? If you're trying to duplicate what is posted in the AR, it would be easiest if you were using 14.2, same as the AR.

    Bryan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • fayyazrafiq
    0 fayyazrafiq over 12 years ago in reply to bhfletcher

    Dear
    Thank you very much for your reply. I am using 14.3 version of Xilinx.  Actually, I successfully run the example for Zedboard. I tested software code for the example design for ARM and Microblaze. In addition, I successfully ported the freertos on ARM processor and tested. Now, I am trying to change the hardware design by using EMIO interface and try to connect the GPIO of PS to LD0(PL Side) on  the board. But I am having error
    ERROR:LIT:693 - Block 'MMCME2_ADV symbol
    "physical_group_clock_generator_0/clock_generator_0/SIG_MMCM1_CLKOUT0/clock_g

    enerator_0/clock_generator_0/MMCM1_INST/MMCM_ADV_inst"' has its target
       frequency, FVCO, out of range. Valid FVCO range varies depending on speed
       grade: 600MHz - 1200MHz(-1), 600MHz - 1440MHz(-2), 600MHz - 1600MHz(-3). The
       computed FCVO is a function of the input frequency CLKIN1_PERIOD, the
       division factor DIVCLK_DIVIDE, and the CLKFBOUT_MULT_F attribute (FVCO =
       1000*CLKFBOUT_MULT_F/(CLKIN1_PERIOD*DIVCLK_DIVIDE)). The CLKIN_PERIOD
       attribute may have been set by ngdbuild based on the user specified PERIOD
       constraint. The current calculated FVCO is 2400.000000 MHz.
    Errors found during logical drc.

    I try to check  the google, but could not succeed. Could you please help on that?

    Thanking you in anticipation.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bhfletcher
    0 bhfletcher over 12 years ago

    Well, just looking at this error message, it is saying you tried to synthesize 2.4 GHz for FVCO on an MMCM, and that is not allowed. That doesn't seem to match with your statement regarding your changes related to enabling PS GPIO through the EMIO. Besides adding GPIO to EMIO, did you change anything else? If you can provide more details on what project you started with and what you changed, that will help us re-trace your steps.

    Bryan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • fayyazrafiq
    0 fayyazrafiq over 12 years ago in reply to bhfletcher

    Dear
    Thank you again for the reply. Actually, I started with the project given with AR#50869 (http://www.xilinx.com/support/answers/50869.html). I only made connection for GPIO to EMIO. Actually, I solve the problem by changing the Clock_generator_0 input frequency to 100 MHz. Previously, it was 50 MHz. Now I have the same input (100 MHz) and output (100 MHz) frequency. I generate the bit stream, it is ok. I also tested the code on the arm processor. I am able to flash the LED0 on the ZedBoard. I observed a strange behaviour, the flashing of LED is very slow. Although, I set the blinking time to 1 tick interval.
    Could you please explain, is there anything wrong? Do, I need to change the Clock_Generator_0 setting to something else.

    Any help is highly appreciated.
    Thanks
    Fayyaz

    • 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 © 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