Skip to content

Commit e97a881

Browse files
authored
Merge pull request #461 from lmepisowifi/main
add details for startup script, replaced uart log with the full version.
1 parent b3c6949 commit e97a881

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

_ont/ont-yotc-m2-2050-g40.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ Hardware Configuration:
106106
/var/config/config_hs.xml
107107
```
108108

109+
Startup Script (ran at rc35 in init.d):
110+
```
111+
/var/config/run_test.sh
112+
```
113+
109114
# GPON/OMCI settings
110115

111116
## Set OMCI mode to customized so versions don't reset
@@ -249,9 +254,12 @@ mib set SW_PORT_TBL.2.Enable 1
249254
mib set SW_PORT_TBL.3.Enable 1
250255
```
251256

252-
## Enable 5GHz WiFi
257+
## Enable WiFi
253258
```
259+
# 5GHz
254260
mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0
261+
# 2.4GHz
262+
mib set WLAN1_MBSSIB_TBL.0.wlanDisabled 0
255263
```
256264

257265
# Teardown and other photos
148 KB
Binary file not shown.
156 KB
Binary file not shown.

0 commit comments

Comments
 (0)