Changes between Version 2 and Version 3 of 802.11/Usage


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

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Usage

    v2 v3  
    2222  1. Expand General -> Existing Projects into Workspace, click Next
    2323  1. Click Browse and navigate to {{{<xps_proj>/SDK_Workspace}}}
    24   1. Five projects should
     24  1. Five projects will be listed:
     25{{{
     26wlan_bsp_cpu_high
     27wlan_bsp_cpu_low
     28wlan_mac_ap
     29wlan_mac_dcf
     30wlan_xps_v00_hw_platform  <- the version number in this project name will change between releases
     31}}}
     32  1. Ensure all 5 projects are checked and click Finish
     33  1. In the SDK Project Explorer:
     34    1. Right click on the {{{wlan_mac_ap}}} project and select Change Referenced BSP. In the dialog box select {{{wlan_bsp_cpu_high}}} then click OK
     35    1. Right click on the {{{wlan_mac_dcf}}} project and select Change Referenced BSP. In the dialog box select {{{wlan_bsp_cpu_low}}} then click OK
     36    1. Right click on the {{{wlan_mac_ap}}} project and select Clean Project
     37    1. Right click on the {{{wlan_mac_dcf}}} project and select Clean Project
     381. Both software projects should now build to completion. Watch the console for the message {{{elfcheck passed}}}
     39
    2540
    2641== Debugging Software ==