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 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 318 subscribers
  • Views 1223 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
  • 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
  • armendzh
    0 armendzh over 9 years ago in reply to Former Member

    Can I load Wind River via JTAG for initial testing and development?

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

    The normal flow for this product is to begin with a certfied image that boots from uSD card, and do your application development in one of three methods:  1) on target, 2) using the Wind River Helix Application Cloud or 3) using a host cross-compiler with the Wind River OpenSourceLabs tools.   The HAC includes a full visual debugger for application code, which seamlessly integrates with your connected board.  You should also be able to use the Xilinx SDK to connect a debug session using the Ethernet cable, but I haven't tried that.

    I don't believe there is any technical reason why you couldn't download the kernel over JTAG, but it is not a flow we have experimented with.

    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

    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

    When we are trying to bring down metabrowser from github into layers/metabrowser we get an error.  the connection times out after a long pause.

    Not sure how to proceed with installing the wr-core environment

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

    Hi,

      I have downloaded and built from the OpenSourceLabs site to my Ubuntu Linux workstation successfully in the past 2 days.  However, early on I have seen a simiilar issue to the one you describe (this was about a year ago) where the download hung.  I talked with Wind River and they had no explanation - and when I tried it again the next day it worked fine.

    So...I would try it again today.  If it doesn't work, capture the error in a log and post it here (just the last relevent lines if it hangs).  I will forward to Wind River and get a resolution.

    Not that it should matter, but what OS are you using on the host where you are attempting the clone?

    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

    Submodule path 'layers/fsl-ls10xx': checked out 'ca45b6815a67a4713e21ff5760694142cbf733b3'
    Cloning into 'layers/meta-browser'...
    fatal: unable to connect to github.com:
    github.com[0: 192.30.252.122]: errno=Connection timed out

    Clone of 'git://github.com/OSSystems/meta-browser.git' into submodule path 'layers/meta-browser' failed
    mnewell@pn1212933:~$ ping github.com
    PING github.com (192.30.252.120) 56(84) bytes of data.
    64 bytes from github.com (192.30.252.120): icmp_seq=1 ttl=49 time=77.2 ms

    • 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 am using Ubuntu 14.04LTS

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