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
Ultra96 Hardware Design Ultra slow wifi in Ultra96v2 (and other probs.)
  • 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
  • Replies 4 replies
  • Subscribers 332 subscribers
  • Views 816 views
  • Users 0 members are here
  • ultra96-v2
  • wifi
Related

Ultra slow wifi in Ultra96v2 (and other probs.)

miner_tom
miner_tom over 5 years ago

I have an Ultra96V2 and I am having similar problems to the ones experienced by

https://www.element14.com/community/thread/73694/l/fail-to-enable-ultra96v2-wifi

 

PROBLEM #1

Yes, when I am getting access to the ultra96v2 with the USB to JTAG/UART pod, I run the ./wifi_sh and I see the same

sending discover.....

sending discover.... etc.

 

Yes, I did edit the wpa_supplicant.conf file to include

 

The name of the my Wifi Router

The password to the router.

I checked to see that the security that the ultra96 is using is the same as that of my router, which is WPA-PSK.

My router is running on channel 11 (2.462 GHz)

 

To no effect. That is even after I deleted the /var/run/wpa_supplicant/wlan0, as directed.

 

PROBLEM #2

If I access the ultra96V2 by USB keyboard, USB mouse and special active DP to HDMI cable, I see on the monitor that the unit is booting up and gives me access to a web page.

From there I can to into the wifi settings page and connect to my router. It displays "Connected to (myrouter).

However, internet access is extremely slow. Painfully slow.

I can't download various pages. I did much, much better with other microcomputers.

 

I have used the latest SD card factory image that I could find. ultra96v2_oob_2018_3_190917_8GB.img
I also did a Petalinux build with the latest board support package xilinx-ultra96-reva-v2018.2-final.bsp
The build completed and after I loaded it into the SD card and ran it I got the same results.

 

The one thing that I did not try was loading a PYNQ image.

 

PROBLEM 3

It would be nice if I could use wired internet but there is no physical RJ45 on the board. However, I did attached the mezzanine board with a Wired Ethernet board attached to it and

the results were that I got no attachment light on the RJ45 when the ethernet cable was attached. Nothing to show that there was communication.

 

Somehow, some setting is not correct on the board or in the setup instructions.

 

How to proceed?

Thank You

Tom

  • Sign in to reply
  • Cancel
  • zorjak
    zorjak over 5 years ago

    Were you able to solve this issue. I am having similar problems with my ultra96-v2?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • narrucmot
    narrucmot over 5 years ago in reply to zorjak

    I see the OP is dated back in October, 2019, and the PetaLinux OS image that was created then uses a different mechanism to configure and bring up the WiFi interface than the current PetaLinux OS.  In PetaLinux 2019.1 and prior the WiFi was configured via a /etc/wpa_supplicant.conf file.  Starting in PetaLinux 2019.2 Xilinx made the change to configure and bring up with WiFi using connmanctl.  You can see this process described in the webserver.py Python script:

    https://github.com/Xilinx/ultra96-startup-pages/blob/ultra96v2/webapp/webserver.py

     

    That script uses the webserver wifi_setup.html webpage to collect the SSID and passphrase information from the user for the WLAN. This is a small snippet of what that script does to bring up the WiFi:

    image

    Rather than a /etc/wpa_supplicant.conf file, connmanctl uses a /var/lib/ultra96.config file to store the WLAN connection settings.

     

    You can either use a DP monitor, mouse and keyboard to navigate to this web page locally, or use a PC or smartphone to connect to the Ultra96-V2 WiFi AP SSID “Ultra96-V2_<MAC ID>” and navigate to http://192.168.2.1/wifi_setup.html and enter your WLAN SSID and passphrase.  Note - you will probably need to reboot once you enter your WLAN info via the webpage and press “Connect”.

     

    I hope this helps.

     

    --Tom

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • zorjak
    zorjak over 5 years ago in reply to narrucmot

    Thanks for the explanation Tom.

    It solved my doubts.

     

    best,

    Zoran

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • wlarsen
    wlarsen over 4 years ago in reply to narrucmot

    Tom,

     

    I followed your advice, and the webpage claims that I connected successfully, but when I try to click the 'Check Connection' button it breaks the entire p2p0 network.

     

    Running ifconfig in the UART command line of the board also shows that the board was never assigned a local IP address by the specified network.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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