Changes between Version 1 and Version 2 of 802.11/Usage


Ignore:
Timestamp:
Jul 26, 2013, 5:36:06 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Usage

    v1 v2  
    33= 802.11 Reference Design: Usage =
    44
     5By default, the Reference Design implements an 802.11 compatible access point with SSID "WARP". To use the design in this configuration:
     6
    571. Plug ETH A from a WARP v3 board into a router whose WAN port is connected to the Internet. The 802.11 Reference Design is not a router -- it does not have a DHCP server to issue IP addresses to associated stations. It will, however, pass DHCP requests and responses through its Ethernet portal, so connecting WARP v3 to a router will allow DHCP to occur on client stations.
    681. Download the 802.11 Reference Design and program a WARP v3 board with the provided bitstream.
    791. Use any 802.11 device (such as a computer or smartphone) to join the unsecured network with SSID of "WARP." At this point, the 802.11 device should be able to access the network.
     10
     11== Creating the SDK Workspace ==
     12
     131. Ensure your Xilinx tools match the version used to create the reference design (see the [wiki:../Downloads downloads] page for the current versions)
     141. Ensure your local copy of the WARP edk_user_repository is up to date and in the repository search path of XPS (see [wiki:edk_user_repository edk_user_repository] for details)
     151. Download the 802.11 Reference Design archive and expand the inner .zip archive in {{{<ref_design_archive>/EDK_Projects/w3_802.11_EDK_vXXX.zip}}}.
     16  * Be sure the expanded EDK project path has no spaces; {{{C:/work/w3_802.11_EDK/}}} works, {{{C:/Documents and Settings/user/w3_802.11_EDK/}}} does not
     17  * The text below assumes your expanded EDK project is in {{{<xps_proj>/}}}.
     181. Launch Xilinx SDK and select {{{<xps_proj>/SDK_Workspace}}} as the active workspace
     191. Select Xilinx Tools -> Repositories. In Local Repositories click New, then select {{{<xps_proj>/}}} and click OK.
     201. Import the 5 SDK projects provided by the reference design
     21  1. Select File -> Import
     22  1. Expand General -> Existing Projects into Workspace, click Next
     23  1. Click Browse and navigate to {{{<xps_proj>/SDK_Workspace}}}
     24  1. Five projects should
     25
     26== Debugging Software ==
     27
     28The dual-processor architecture of the 802.11 Reference Design presents some challenges in debugging the software applications.