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
MiniZed Hardware Design Enabling WiFi
  • 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 324 subscribers
  • Views 1137 views
  • Users 0 members are here
Related

Enabling WiFi

jacobb
jacobb over 7 years ago

is there a good tutorial for builindg petalinux starting from an empty block design, with working WiFi and bluetooth?

 

A lot of the reference material is for Vivado 2017.2, and I have Vivado 2018.2 installed

  • Sign in to reply
  • Cancel
Parents
  • jacobb
    0 jacobb over 7 years ago

    Thank you for help so far, I appreciate it.

     

    so, using github.com/avnet/hdl, I was able to build the hardware Vivado project in 2018.2.

     

    I then used the petalinux-create command to exapnd the bsp archive in the 2017.4 lab's folder, I get a warning, but I am able to run the command.

    Next, I use petalinux-config in the project directory using the hdf file from the 2018.2 project.  This runs succesfully and I am able to configure the project.

     

    Finally, whenever I try to run other commands (i.e petalinux-build, petalinux-config -c kernel), I get the same warnings and errors and the command fails.  Is there any way to do this in 2018.2, or would it be easier to roll back to 2017.4?

     

    The warnings and errors I get are as follows

    jacob@Doriath:~/Documents/lab_bsp/minized-sensor-fusion$ petalinux-config -c kernel
    [INFO] generating Kconfig for project
                                                                                    
    [INFO] sourcing bitbake
    [INFO] generating plnxtool conf
    [INFO] generating meta-plnx-generated layer
    [INFO] generating machine configuration
    [INFO] configuring: kernel
    [INFO] generating kernel configuration files
    [INFO] bitbake virtual/kernel -c menuconfig
    Loading cache: 100% |############################################| Time: 0:00:00
    Loaded 3428 entries from dependency cache.
    Parsing recipes: 100% |##########################################| Time: 0:00:04
    Parsing of 2557 .bb files complete (2522 cached, 35 parsed). 3430 targets, 127 skipped, 0 masked, 0 errors.
    WARNING: No recipes available for:
      /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-plnx-generated/recipes-bsp/device-tree/device-tree-generation_%.bbappend
      /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-user/recipes-bsp/device-tree/device-tree-generation_%.bbappend
      /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-user/recipes-connectivity/bluez5/bluez5_5.41.bbappend
      /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-user/recipes-multimedia/pulseaudio/pulseaudio_9.0.bbappend
    NOTE: Resolving any missing task queue dependencies
    ERROR: Nothing RPROVIDES 'iperf' (but /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-plnx-generated/recipes-core/images/petalinux-user-image.bb RDEPENDS on or otherwise requires it)
    NOTE: Runtime target 'iperf' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['iperf']
    NOTE: Runtime target 'device-tree' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['device-tree', 'virtual/kernel', 'petalinux-user-image', 'iperf']
    NOTE: Runtime target 'device-tree-dev' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['device-tree-dev', 'virtual/kernel', 'petalinux-user-image', 'iperf']
    ERROR: Required build target 'virtual/kernel' has no buildable providers.
    Missing or unbuildable dependency chain was: ['virtual/kernel', 'petalinux-user-image', 'iperf']
     
    Summary: There was 1 WARNING message shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
    ERROR: bitbake failed to cleansstate kernel
    ERROR: Failed to config kernel.
     
    I tried a apt-get install of iperf, but that didn't resolve the issue.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • jacobb
    0 jacobb over 7 years ago

    Thank you for help so far, I appreciate it.

     

    so, using github.com/avnet/hdl, I was able to build the hardware Vivado project in 2018.2.

     

    I then used the petalinux-create command to exapnd the bsp archive in the 2017.4 lab's folder, I get a warning, but I am able to run the command.

    Next, I use petalinux-config in the project directory using the hdf file from the 2018.2 project.  This runs succesfully and I am able to configure the project.

     

    Finally, whenever I try to run other commands (i.e petalinux-build, petalinux-config -c kernel), I get the same warnings and errors and the command fails.  Is there any way to do this in 2018.2, or would it be easier to roll back to 2017.4?

     

    The warnings and errors I get are as follows

    jacob@Doriath:~/Documents/lab_bsp/minized-sensor-fusion$ petalinux-config -c kernel
    [INFO] generating Kconfig for project
                                                                                    
    [INFO] sourcing bitbake
    [INFO] generating plnxtool conf
    [INFO] generating meta-plnx-generated layer
    [INFO] generating machine configuration
    [INFO] configuring: kernel
    [INFO] generating kernel configuration files
    [INFO] bitbake virtual/kernel -c menuconfig
    Loading cache: 100% |############################################| Time: 0:00:00
    Loaded 3428 entries from dependency cache.
    Parsing recipes: 100% |##########################################| Time: 0:00:04
    Parsing of 2557 .bb files complete (2522 cached, 35 parsed). 3430 targets, 127 skipped, 0 masked, 0 errors.
    WARNING: No recipes available for:
      /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-plnx-generated/recipes-bsp/device-tree/device-tree-generation_%.bbappend
      /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-user/recipes-bsp/device-tree/device-tree-generation_%.bbappend
      /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-user/recipes-connectivity/bluez5/bluez5_5.41.bbappend
      /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-user/recipes-multimedia/pulseaudio/pulseaudio_9.0.bbappend
    NOTE: Resolving any missing task queue dependencies
    ERROR: Nothing RPROVIDES 'iperf' (but /home/jacob/Documents/lab_bsp/minized-sensor-fusion/project-spec/meta-plnx-generated/recipes-core/images/petalinux-user-image.bb RDEPENDS on or otherwise requires it)
    NOTE: Runtime target 'iperf' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['iperf']
    NOTE: Runtime target 'device-tree' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['device-tree', 'virtual/kernel', 'petalinux-user-image', 'iperf']
    NOTE: Runtime target 'device-tree-dev' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['device-tree-dev', 'virtual/kernel', 'petalinux-user-image', 'iperf']
    ERROR: Required build target 'virtual/kernel' has no buildable providers.
    Missing or unbuildable dependency chain was: ['virtual/kernel', 'petalinux-user-image', 'iperf']
     
    Summary: There was 1 WARNING message shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
    ERROR: bitbake failed to cleansstate kernel
    ERROR: Failed to config kernel.
     
    I tried a apt-get install of iperf, but that didn't resolve the issue.
    • 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