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 PetaLinux 2015.2 BSP for MicroZed
  • 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 10 replies
  • Subscribers 331 subscribers
  • Views 728 views
  • Users 0 members are here
Related

PetaLinux 2015.2 BSP for MicroZed

Former Member
Former Member over 10 years ago

Do you have the PetaLinux 2015.2 Board Support Packages
for microzed?

PetaLinux 2015.2 Compressed BSP, z7010
PetaLinux 2015.2 Compressed BSP, z7020

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 10 years ago

    We are working on PetaLinux 2015.2 Board Support Packages and will post them when they are complete.

     

    -Gary

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

    Hi majoh,

    While we are working on the PetaLinux 2015.2 BSPs for PicoZed, I wanted to point out the PetaLinux Software Reference Designs we have for the Mini-ITX.  Those designs have detailed instructions which show how to build the PetaLinux BSP from scratch:

    http://picozed.org/support/design/2056/17

    Following those instructions, you could create a PetaLinux BSP on your own which may better suit the needs of your project.

    Regards,

    -Kevin

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

    In the meanwhile, Im using the 2014.4 BSP with the 2015.2 Xilinx SDK+ Vivado
    is there any problem with that?

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

    In general it is a good idea to maintain the same version for both PetaLinux and Vivado, so Vivado/SDK 2014.4 with PetaLinux 2014.4, Vivado/SDK 2015.2 with PetaLinux 2015.2, to avoid issues with mismatched versions.

     

    -Gary

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

    Hey Gary, thanks for the comment.
    the question was what BSP to use in creating the project. im using 2015.2 SDK/VIVADO/PETALINUX-SDK,
    but the latest BSP came out in 2014.2, so i can't get it to work. what do i do?

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

    It's not that difficult to build a working PetaLinux project for any Zynq platform, as long as you have the system.hdf file (including the bitstream) exported from Vivado.   Gary is correct that if you are using Vivado 2015.2, you really need to use PetaLinux 2015.2 as well.  Mismatching the versions is possible, but requires detailed knowledge of the differences so you can work around problems as they arise.  Best just to match versions and not have the problems in the first place.

    Xilinx UG1157 provides a reference for all of the petalinux commands.  To build a BSP, you essentially need to do the following:

    1. petalinux-create  --type project --template zynq  --name <your project name>

    2. Cd to the directory where your .hdf file lives.

    3. petalinux-config --get-hw-description -p <path to the petalinux project you created in step 1>

    4. The petalinux configuration menu will open automatically.  You can customize as you see fit, but usually by default you can get an initial system running.    Save and exit when done.

    5. Cd to the petalinux project directory.

    6. You many need to augment the subsystem/linux/configs/device-tree/system-top.dts file to get Ethernet and QSPI working correctly.  You can generally copy the system-top.dts file from the previous (2014.4) version of the BSP for that board.  But for the very first build, you can skip this step just to get your system booted and see what is working.

    At this point you can build the project and create your boot.bin and image.ub files as normal for SD card, then test boot your system.   Note that this is not a full BSP, but it gets you booted up on the board in the current release.

    Consult UG1157 for detailed information on all the PetaLinux commands and options.

    Ron

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

    When is available the Board Support Packages for z7010?

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

    The 2015.2 PetaLinux BSPs for the MicroZed 7010 and 7020 boards are available here:

     

    http://zedboard.org/support/design/1519/10

     

    -Gary

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

    Is there support for creating a BSP for the microzed board in VxWorks? The BSP I have only supports the ZC702 and ZC706 boards.

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

    Hello,

    Unfortunatly at this time we can only offer support for the Petalinux BSPs.

    Regards,

    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