Changes between Version 25 and Version 26 of expansion/mezzanine


Ignore:
Timestamp:
08/14/2019 04:09:55 PM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

correct spelling for 16081 example and add some links

Legend:

Unmodified
Added
Removed
Modified
  • expansion/mezzanine

    v25 v26  
    9090No software support is needed for the GW16081
    9191
    92 == Newport Family Multi-Radio Access Point Example ==
     92=== Newport Family Multi-Radio Access Point Example with GW16081 ===
    9393[[Image(MultiradioAP.jpg,300px)]]
    9494
     
    114114Note the GW16081 also supports USB signaling to the Mini-PCIe sites so a combination of !WiFi and Cellular radios could be used with these configurations. The GW6400 board also has a USB only Mini-PCIe site that can be used as well for other radio types.
    115115
    116 As a technology demonstration, Gateworks compined a GW6300 plus GW16081 with 9x GW17032 (WLE900VX, ATH10k) radios. Each radio then was configured as an access points.  This configuration can be achieved very simply using the following steps.
    117 
    118 - Attach radios to both boards, attach expansion board to SBC
    119 - Attach barrel jack power to expansion board.  The radios are going to draw more power than can be can be provided through the mezzinene expansion header   
     116As a technology demonstration, Gateworks compined a GW6300 plus GW16081 with 9x GW17032 (WLE900VX, ATH10k) radios. Each radio then was configured as an access point.  This configuration can be achieved very simply using the following steps:
     117
     118- Attach radios to both boards, attach expansion board (GW16081) to Newport SBC
     119- Attach barrel jack power to expansion board (GW16081).  The radios are going to draw more power than can be can be provided through the mezzanine expansion header   
    120120- Attach POE, or barrel jack power to SBC
    121 - Using your perfered method install your perfered BSP, during this testing Ubuntu Bionic with 4.20 kernel was used
    122 - Boot Bionic download necessary software and scripts
     121- Using a preferred method, install a preferred BSP. During this testing Ubuntu Bionic with a 4.20 kernel was used [wiki:newport/bsp#BSPPre-BuiltFirmwareImages Download Pre-Built Ubuntu Bionic for Newport]
     122- Boot Ubuntu Bionic and then download necessary software and scripts
    123123 -
    124124{{{
     
    134134chmod +x hostapd-conf
    135135}}}
    136 - Configure radions as AP's
     136- Configure radios as AP's (Access Points)
    137137 - For a full overview see [wiki:/wireless/wifi#hostapd here]
    138138 - Verify available channels
     
    173173165      5825  HT20 HT40 HT40+ VHT20 VHT40 VHT80
    174174}}}
    175  - Using this information create .conf file for each radio
     175 - Using this information create .conf file for each radio (below command is just for first radio, wlan0)
    176176{{{
    177177./hostapd-conf wlan0 testlan0 161 VHT80 testlan0
     
    189189wlan0: AP-ENABLED
    190190}}}
    191 - Enjoy your AP's
     191- Enjoy the Access Points (APs):
    192192
    193193[[Image(Image-1.jpg, 300px)]]