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
Software Application Development Running petalinux on MicroBlaze
  • 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 329 subscribers
  • Views 424 views
  • Users 0 members are here
Related

Running petalinux on MicroBlaze

Former Member
Former Member over 10 years ago

Hello.
Has anyone been able to configure the zedboard system (using Vivado) to run petalinux on MicroBlaze? I am having problems with Vivado to properly configure the system. Can anyone share the vivado design for microblze+petalinux? Thank you.

  • Sign in to reply
  • Cancel
Parents
  • narrucmot
    0 narrucmot over 10 years ago

    Running a MicroBlaze processor system in the Zynq PL on a ZedBoard is certainly possible and would work fine for a MicroBlaze system with small code size requirements (i.e. the MicroBlaze software will run from Block RAM), but is probably not recommended for running PetaLinux on the MicroBlaze.  That is because PL access to the Zynq system memory (the DDR3 connected to the Zynq PS on the ZedBoard) maybe too slow to be effectively used to run an OS.  If you want to run PetaLinux on MicroBlaze in the Zynq PL your best bet would be to use the Avnet Zynq Mini-ITX board (http://zedboard.org/product/mini-itx) with either the Zynq Z7045 or Z7100 device.  This board has 1GB of DDR3 memory connected directly to the Zynq PL. This will allow a MicroBlaze system in the Zynq PL to use this as system memory, and thus capable of running PetaLinux.  There is an example PetaLinux design for MicroBlaze posted to the Avnet DRC for the Kintex-7 Mini Module Plus board (https://www.em.avnet.com/en-us/design/drc/pages/supportanddownloads.aspx?RelatedId=605).  You will need to register or provide your credentials to download this design.  Though the design is targeted to a Kintex device, the MicroBlaze system architecture required to run PetaLinux will be very similar to what is required in the Zynq PL, and the process to configure and build PetaLinux would be the same.  I hope this helps answer your question.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • narrucmot
    0 narrucmot over 10 years ago

    Running a MicroBlaze processor system in the Zynq PL on a ZedBoard is certainly possible and would work fine for a MicroBlaze system with small code size requirements (i.e. the MicroBlaze software will run from Block RAM), but is probably not recommended for running PetaLinux on the MicroBlaze.  That is because PL access to the Zynq system memory (the DDR3 connected to the Zynq PS on the ZedBoard) maybe too slow to be effectively used to run an OS.  If you want to run PetaLinux on MicroBlaze in the Zynq PL your best bet would be to use the Avnet Zynq Mini-ITX board (http://zedboard.org/product/mini-itx) with either the Zynq Z7045 or Z7100 device.  This board has 1GB of DDR3 memory connected directly to the Zynq PL. This will allow a MicroBlaze system in the Zynq PL to use this as system memory, and thus capable of running PetaLinux.  There is an example PetaLinux design for MicroBlaze posted to the Avnet DRC for the Kintex-7 Mini Module Plus board (https://www.em.avnet.com/en-us/design/drc/pages/supportanddownloads.aspx?RelatedId=605).  You will need to register or provide your credentials to download this design.  Though the design is targeted to a Kintex device, the MicroBlaze system architecture required to run PetaLinux will be very similar to what is required in the Zynq PL, and the process to configure and build PetaLinux would be the same.  I hope this helps answer your question.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • Former Member
    0 Former Member over 10 years ago in reply to narrucmot

    Thank you very much. The example design and documents are very helpful. I guess still Zedboard (or ZC702 which I also have) can be used to run petalinux on microblaze if the speed is not a problem? I still try to figure out how to have PS's DDR recognized by microblaze though. I think I was able to setup a microblaze-only design, but I need to have a PS.

    • 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