需要手动去配置?
X
xinlan
@xinlan
21
Posts
2043
Profile views
0
Followers
0
Following
Best posts made by xinlan
This user hasn't posted anything yet.
Latest posts made by xinlan
-
RE: 【已解决】MT7688的硬件看门狗watchdog玩法
我的是16M的BIT4.0
我把时间改为10s (0x2710=10000)我的脚本是这样的
root@GZXCY:~# cat /bin/enable_wd.sh
#!/bin/sh
reg w 10000120 0x03e80000
reg w 10000124 0x2710
reg w 10000120 0x03e80090
我执行了这个脚本没有执行喂狗的脚本。
但是发现系统不会重新启动呢? -
RE: 固件新增luci测试
今天测试了一下貌似不行呢,删除的时候错误了
也不能修改wifi的ssid和模式等
/usr/lib/lua/luci/dispatcher.lua:433: Failed to execute call dispatcher target for entry '/admin/network/wireless_delete'.
The called action terminated with an exception:
/usr/lib/lua/luci/model/network.lua:150: attempt to index local 'ifn' (a nil value)
stack traceback:
[C]: in function 'assert'
/usr/lib/lua/luci/dispatcher.lua:433: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:168: in function </usr/lib/lua/luci/dispatcher.lua:167>