Changes between Version 18 and Version 19 of wireless/wifi/mesh
- Timestamp:
- 04/28/2023 03:08:36 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi/mesh
v18 v19 198 198 }}} 199 199 == Pre-built Software Image 200 Gateworks standard pre-built images do not normallyinclude the options for mesh networking.200 Gateworks standard pre-built images may not include the options for mesh networking. 201 201 202 202 For convenience, the software image .img.gz that was used for testing with a Newport SBC is linked below. 203 203 204 [http://dev.gateworks.com/fae/mesh-newpor54.img.gz Newport Mesh Pre-Built .img.gz] 204 [http://dev.gateworks.com/fae/mesh-newpor54.img.gz Newport Mesh Pre-Built .img.gz (older 5.4 kernel)] 205 206 For other board families, boot the SBC with the latest default software, and verify if the mesh support exists: 207 208 209 This can be verified in Linux userspace with the command: 210 {{{#!bash 211 root@jammy-venice:~# zcat /proc/config.gz |grep mesh -i 212 CONFIG_MAC80211_MESH=y 213 CONFIG_LIBERTAS_MESH=y 214 }}} 205 215 206 216 = B.A.T.M.A.N. … … 212 222 Before configuration make sure you have antennas or attenuators connected. Verify your wireless radio is capable of being used for mes, this can be checked using the command "iw list |grep mesh -i". 213 223 214 To begin, flash two boards with the image linked below:224 To begin, flash two Newport boards with the image linked below: 215 225 216 226 http://dev.gateworks.com/newport/images/focal-newport.img.gz 227 228 For other SBCs, use the latest pre-built Ubuntu binaries and verify that the modules are loaded with the instructions above. 217 229 218 230 Boot them and install batman-adv: