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 2984 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…
  • 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
  • caheike1
    0 caheike1 over 8 years ago in reply to stefanrousseau

    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 with working Wi-Fi on my minized with a customized PL.  To summarize for those that may not know, here is what I am doing

     

    #on the linux host

    #set up the environment

    source /opt/pkg/petalinux/settings.sh

     

    #create the project once

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

    cd MINIZED

     

    #entry of the iteration loop

    #Import the .hdf file (in this case the .hdf file is in ~/Xilinx)

    petalinux-config --get-hw-description=~/Xilinx

     

    #build the software, the image.ub will be in the images directory

    petalinux-build

     

    #from the minized, I tftp the image.ub on the linux host  to the minized eMMC memory, reboot and test on the new image.

    #as things are usually not quite right, I go back to Vivado and tweak the logic and export a new .hdf file and re-enter the iteration loop

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify 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
  • jafoste4
    0 jafoste4 over 8 years ago

    Hello,

    Have you tried taking a look at our github? We have quite a few builds there that take advantage of the wifi peripheral on the MiniZed.
     

    --Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • stefanrousseau
    0 stefanrousseau over 7 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
  • andycap
    0 andycap over 7 years ago

    Hi Guys,

     

     

    I am having a little difficulty getting this going.

     

    I have build the vivado project, created a petalinux project using the BSP and built it.

     

    I transfer the bit file and then stage 1 and 2 over jtag and get the uboot up correctly:

     

     

     
    [code]
    U-Boot 2017.01 (Oct 19 2017 - 20:47:45 +0100)
     
    Board: Xilinx Zynq
    DRAM:  ECC disabled 512 MiB
    MMC:   Card did not respond to voltage select!
    sdhci@e0100000 - probe failed: -95
    Card did not respond to voltage select!
     
    SF: Detected n25q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
    *** Warning - bad CRC, using default environment
     
    In:    serial
    Out:   serial
    Err:   serial
    U-BOOT for MiniZed
     
    Hit any key to stop autoboot:  0 
    Zynq> 
     
    U-Boot 2017.01 (Oct 19 2017 - 20:47:45 +0100)
     
    Board: Xilinx Zynq
    DRAM:  ECC disabled 512 MiB
    MMC:   Card did not respond to voltage select!
    sdhci@e0100000 - probe failed: -95
    Card did not respond to voltage select!
    [/code]
     
    Then I transfer stage 3 over the jtag and after it transfers I get:
     
    [code]
    SF: Detected n25q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
    Uncompressing Linux... done, booting the kernel.
     
    Error: unrecognized/unsupported processor variant (0x413fc090).
    [/code]
     
    I am new to petalinux so am a bit lost here, does anyone have any advise at what I should be looking at?
     
    Many thanks
     
    Andy
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • andycap
    0 andycap over 7 years ago

    Sorry about the formatting!

     

    I don't seem to be able to edit the post!

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

    An Update:

     

    copying the image.ub via a usb stick and I can boot ok into 4.9.0-xilinx-v2017.2 so it looks like everything is building fine, it is just the transferring over jtag that seems to cause the problem.

     

    A bit stumped here!

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

    Hello acapon,

    MiniZed does not have a SD Card interface by nature, are you using a dfferent development platform?

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