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 Configuring Minized Petalinux Wi-Fi with custom PL
  • 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 Verified Answer
  • Replies 18 replies
  • Subscribers 332 subscribers
  • Views 2987 views
  • Users 0 members are here
Related

Configuring Minized Petalinux Wi-Fi with custom PL

caheike1
caheike1 over 8 years ago

I programmed my logic into the PL on a minized and using the petalinux tools configured a 4.9 version of petalinux for it.  Linux and the PL work well, except networking.  The wifi.sh script that came with the minized does a ‘modprobe bcmdhd’.   This appears to be a custom kernel module that contains the Wi-Fi drivers.  I am unable to find the source for the module so that I can build it myself  or to configure the kernel to support this Wi-Fi chip without the module.  Also,  I would also like to get a copy of the configuration files for the petalinux kernel and rootfs that matches the image.ub that comes with the board so that I can create my own image.ub using my version of the PL.   Has anyone successfully built a petalinux image.ub and gotten Wi-Fi to work?    Does anyone know where to get the stock petalinux configuration files?

  • Sign in to reply
  • Cancel

Top Replies

  • caheike1
    caheike1 over 8 years ago in reply to stefanrousseau +2
    That’s exactly what I needed. I looked for a the correct BSP on the Xilinx website, and could not find a minized version. I failed to look at the minized reference designs. I am now able to install petalinux…
  • stefanrousseau
    stefanrousseau over 8 years ago +1 verified
    On the MiniZed page ( http://zedboard.org/product/minized ) under Reference Designs you will find the PetaLinux 2017.2 BSP. If you create a new project with petalinux-create -t project -n minized -s MiniZed…
  • stefanrousseau
    stefanrousseau over 7 years ago +1
    If you are having issues with the MiniZed JTAG, you could make sure you are able to program by following the steps in the " Restore QSPI and eMMC Factory Images " document under Documents on the MiniZed…
Parents
  • stefanrousseau
    0 stefanrousseau over 8 years ago

    On the MiniZed page (http://zedboard.org/product/minized) under Reference Designs you will find the PetaLinux 2017.2 BSP.

    If you create a new project with

    petalinux-create -t project -n minized -s MiniZed.bsp

    you will be able to build this with petalinux-build and the latest image.ub will be created.  This is the image.ub that goes on the MiniZed eMMC, from where it gets loaded after booting from QSPI flash.

    Under PetaLinux 2016.4 we used bcmdhd and you had to modprobe it.  If you build your project from the 2016.4 BSP, you will still have to do that.  But under PetaLinux 2017.2 (Linux version 4.9.0-xilinx-v2017.2) and later Wi-Fi support is with brcmfmac and not bcmdhd anymore and a modprobe by the user is not required anymore.

    You can establish which version of Linux you are running on MiniZed (and when it was created) with:

    cat /proc/version

    In the 2017.2 BSP, the user scripts such as wifi.sh are in the

    project-spec/meta-user/recipes-modules/custom/custom

    directory inside the project.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • jcervant
    0 jcervant over 8 years ago in reply to stefanrousseau

    This post was a huge help.  Works perfectly.  Now I would like to add my own peripheral in the PL.  How can I approach this?  Is there a recommended design flow I can use?  Put another way, how would I recreate the project that was used to export this BSP?  I need a Vivado design as a starting point so I can add my IP to it.  Big thanks in advance for any hints here.

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

    If you look at http://zedboard.org/product/minized again, under Reference Designs where you found the BSP, you will see a heading "Prebuilt Platforms Using Hardware Definition Files (HDFs)".  If you follow these instructions, you will be able to re-build the Vivado project from the script on GitHub.  Once you have done this and created your own HDF, you will be able to import it into your PetaLinux environment using :
    petalinux-config --get-hw-description <location-of-your-new-HDF-file>

    The BSP environment you need for re-building the QSPI flash file with the PL is not the same BSP that you will use for creating image.ub.  That one is currently under "MiniZed_QSPI.bsp (2017.1 BSP for booting from QSPI flash only)".

    If you do not want to follow the script or BSP, you could also follow the posted SpeedWay tutorials on the Reference Designs page to create the QSPI flash image from scratch.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jcervant
    0 jcervant over 7 years ago in reply to stefanrousseau

    Thanks - everything is now working as I had hoped.  I had not realized that I import a new hardware definition into an existing petalinux project.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • jcervant
    0 jcervant over 7 years ago in reply to stefanrousseau

    Thanks - everything is now working as I had hoped.  I had not realized that I import a new hardware definition into an existing petalinux project.

    • 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