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 How to interface PL logic in Wind River Pulsar™︎ Linux?
  • 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 17 replies
  • Subscribers 331 subscribers
  • Views 1371 views
  • Users 0 members are here
Related

How to interface PL logic in Wind River Pulsar™︎ Linux?

armendzh
armendzh over 9 years ago

Is Wind River Pulsar Linux is an alternative to PetaLinux?
How can I call PL logic from it via AXI interconnect?

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

    Wind River Pulsar is an alternative to PetaLinux for our Zynq SoMs, and as we go forward it is our intent to continue to enhance the user experience to make it the go-to platform for embedded application development.  PetaLinux still has a place as an easy-to-use memory-resident kernel and root file system, but Pulsar uses a non-volatile RFS allowing for a much larger set of packages that provide considerable flexibility in customizing the environment for production and development.  It also has the advantage of the optional security shield, providing long term support and upgrades to incorporate enhancements and provide protection against unwanted intrusions.

    As with any Linux system, PL logic is accessed via the standard (or custom) drivers provided with the PL IP.  On an ARM-based system that lacks a BIOS, you must inform the OS of the location and characteristics of new hardware through the device tree.  And depending on the IP and it's inclusion in the mainline version on which Pulsar is based, you may also need to update the kernel configuration and rebuild the kernel using the free wr-core tools available from Wind River OpenSourceLabs. Kernel drivers are accessed programatically via ioctl, read and write, and sysfs drivers can be accessed directly from user space (even command line) by manipulating entries under the /sys folder.

    Ron

    • 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

    Can we get more info about compiling our PL with a Pulsar linux system?  are there tutorials that can help us?

    Matt

    • 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

    Hi Matt,

      We are currently working on a couple of tutorials, one for SPI and one for I2C devices, that were implemented for our new MicroZed IIoT kit.  These should be available under the IIoT Kit reference design section of this website over the next couple of weeks, so watch for them.

    Typically if you are adding custom IP you will need to rebuild at least a subset of the Pulsar components using the Wind River wr-core environment, available from Wind River Open Source Labs.   The way to get started is to install that environment, and follow the readme in the repository for compiling the Pulsar components.  This will give you some practical experience putting the image together from scratch, and this experience will make the steps in the reference designs more familiar when you see them.

    See:   https://github.com/WindRiver-OpenSourceLabs/wr-core

    Ron

    • 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

    Hockeyman1972, any tutorials yet?

    • 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

    Hockeyman1972, any tutorials yet?

    • 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

    Hockeyman1972, any tutorials yet?

    • 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

    I'm also a bit curios if such a document has been created yet. Lacking something to tell me how to start the merge between Vivado PL output (our custom IP) with the Pulsar wr-core building process. More investigation and testing will ofcourse get me there but it would be good starting point for us newcomers :-)

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

    Hi Freddos,

    Yes we have them posted. You can find them at http://zedboard.com/support/design/13591/116

    --Josh

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

    Thanks a bunch Josh,

     

    We have a PicoZed board so that explains why I didn't find it among those links, but this is great. Now I know what steps to take when trying to make out custom PL implementation. As the newbe I am in my previous trial and error approach it was difficult seprating what is xilinx petalinux only stuff among their documentation.

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

    Thanks a bunch Josh,

     

    We have a PicoZed board so that explains why I didn't find it among those links, but this is great. Now I know what steps to take when trying to make out custom PL implementation. As the newbe I am in my previous trial and error approach it was difficult seprating what is xilinx petalinux only stuff among their documentation.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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