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 Need Microzed BSP 2015.4 for Petalinux
  • 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 7 replies
  • Subscribers 329 subscribers
  • Views 481 views
  • Users 0 members are here
Related

Need Microzed BSP 2015.4 for Petalinux

Former Member
Former Member over 9 years ago

Hi,

I'm getting started with Petalinux.

I've installed Petalinux 2015.4 following the User Guide. The User Guide says I need to install the BSP for Petalinux 2015.4.

However, I can't seem to find it anywhere. Although I do see several other people looking for it.

Where can I download the Microzed BSP for Petalinux 2015.4?

Cheers,
David

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

    Hi,

    I've done many Google searches, but I'm only able to find other folks with the same request.

    Do you know of a BSP for Microzed that I can use with Petalinux 2015.4?

    Thanks!
    David

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

    Hi there,

    This is being worked on.  Expect to see it listed under the reference designs once it is completed.

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

    --Dan

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

    Hello David,

     

    We originally held off generating a PetaLinux 2015.4 BSP hoping that the USB OTG issue in PetaLinux 2015.4 would be resolved first. That has not happened so we will should be posting one soon.

     

    -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

    Thanks for the update!

    David

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

    I'm reading up on how to build a BSP for Petalinux and it doesn't seem too scary. I saw this in another post:

    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.

    So, do you think if I snagged the dts file contents for the previous version I would be on the path to success?
    Is the system-top.dts file from the most recent MIcrozed BSP something that I would have access to?

    You know, give a man a fish vs. teach a man to fish and all that.

    Cheers,
    David

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

    Hi David,

    You are right, building the BSP is not hard but there are a lot of small details that you can get tripped up on.

    As a starting point, you can look at what we did for automating the 2015.2 BSP builds by looking at this script on our Github:

    https://github.com/Avnet/software/blob/master/petalinux/scripts/make_mz_petalinux_bsp.sh

    That is the same script that we will base the 2015.4 BSP automation work on also.

    As for the system-top.dts file, you can see what was used for 2015.2 here:

    https://github.com/Avnet/software/blob/master/petalinux/configs/device-tree/system-top.dts

    Regards,

    -Kevin

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

    Hi David,

    I am sorry for the delay in getting these posted.  The USB host problem we saw earlier has been resolved.

    The 2015.4 PetaLinux BSPs for MicroZed SOMs are now posted here:

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

    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