Changes between Version 25 and Version 26 of expansion/mezzanine
- Timestamp:
- 08/14/2019 04:09:55 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/mezzanine
v25 v26 90 90 No software support is needed for the GW16081 91 91 92 == Newport Family Multi-Radio Access Point Example==92 === Newport Family Multi-Radio Access Point Example with GW16081 === 93 93 [[Image(MultiradioAP.jpg,300px)]] 94 94 … … 114 114 Note 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. 115 115 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 point s. This configuration can be achieved very simply using the following steps.117 118 - Attach radios to both boards, attach expansion board toSBC119 - 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 header116 As 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 120 120 - 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 used122 - Boot Bionicdownload necessary software and scripts121 - 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 123 123 - 124 124 {{{ … … 134 134 chmod +x hostapd-conf 135 135 }}} 136 - Configure radio ns as AP's136 - Configure radios as AP's (Access Points) 137 137 - For a full overview see [wiki:/wireless/wifi#hostapd here] 138 138 - Verify available channels … … 173 173 165 5825 HT20 HT40 HT40+ VHT20 VHT40 VHT80 174 174 }}} 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) 176 176 {{{ 177 177 ./hostapd-conf wlan0 testlan0 161 VHT80 testlan0 … … 189 189 wlan0: AP-ENABLED 190 190 }}} 191 - Enjoy your AP's191 - Enjoy the Access Points (APs): 192 192 193 193 [[Image(Image-1.jpg, 300px)]]