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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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 & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General HowTo Guide: Using a USB Wifi adapter with the ZedBoard
  • 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 2 replies
  • Subscribers 365 subscribers
  • Views 1232 views
  • Users 0 members are here
Related

HowTo Guide: Using a USB Wifi adapter with the ZedBoard

Former Member
Former Member over 13 years ago

I was able to get a USB Wifi adapter working on the ZedBoard in Linaro Ubuntu the other day, and I figured I'd share my results here. The process was not difficult, and only required a little tinkering. I used a DLink DWA-140 v.B2 adapter (which I was able to find on Amazon for ~$15), but this procedure has the potential to work for any adapter that is based on a Ralink chipset (Ralink devices typically have a name similar to rtxxxx). Here is what to do:






   1) Get Linaro Ubuntu running on the ZedBoard using the Digilent kernel. Some documentation on how to do this just went up, and is available here:
      http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,66,1143&Prod=EMBEDDED-LINUX
   The guide is called "Getting Started with Embedded Linux -- ZedBoard". You should follow the guide all the way through, because your going to need to configure the kernel source in the next step.


   2) Next, the proper drivers need to be built into the kernel. On your Linux PC that has the Digilent Linux repo cloned, open a terminal and change into the linux-digilent directory. Run:
      make ARCH=arm digilent_zed_defconfig
   Then run:
      make ARCH=arm menuconfig
   Set (to 'y') the following options (leave any additional options that appear as their defaults):
      Networking Support -> Wireless -> cfg80211 - wireless configuration API
      Networking Support -> Wireless -> Generic IEEE 802.11 Networking Stack (mac80211)
      Device Drivers -> Network device support -> Wireless LAN
      Device Drivers -> Network device support -> Wireless LAN -> Ralink driver support
      Device Drivers -> Network device support -> Wireless LAN -> Ralink driver support -> Ralink rt27xx/rt28xx/rt30xx
   You may also need to build in additional drivers in the "Ralink driver support" menu so that the Ralink chipset on your device is supported. Exit menuconfig and save.


   3) Build the kernel, and then insert the SD card you created with the GSwEL guide. Copy the newly built zImage over to the Fat partition of the SD card.


   4) Insert the SD card into the ZedBoard and boot it up. Open up a terminal program on a PC and connect to the ZedBoard UART terminal. Also, ensure that the ZedBoard Ethernet port is connected to the internet.


   5) At the UART terminal, run:
      apt-get install linux-firmware


   6) Once completed, connect your Wifi adapter, a keyboard, and a mouse to the USB-OTG port (via a hub). Disconnect the ethernet cable from the internet. At the Linaro desktop, you should see something that resembles a networking symbol in the upper right hand corner. Click on it using the USB mouse, and ensure "Enable Networking" and "Enable Wireless" are checked. If they are, then you should see a list of available networks. Connect to your wireless network, and your done! Try viewing some web sites in Firefox to test it out.


A helpful list of known issues with specific adapters can be found here: http://elinux.org/RPi_VerifiedPeripherals#Working_USB_Wi-Fi_Adapters
This information is targeted for the Raspberry Pi, but should still be helpful on the Zedboard.


Adding Wifi functionallity to the ZedBoard opens up the doors for some pretty cool projects, so have fun!

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

    Please note, that the R-Pi has a broken USB Hosts, so supports only a few USB devices.

    The Zedboard afaik has a fully working USB Hosts, so will support more devices then listed in the elinux page.
    Just watch for Linux support.

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

    hello, I try to rebuild kernel, and follow your steps.
    However, after I finish all steps, I can't find "Enable Wireless".

    What I should do to install wifi adapter.

    I use this source "http://www.digilentinc.com/Data/Products/EMBEDDED-LINUX/ZedBoard_GSwEL_Guide.pdf".

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