openwrt 安装 ser2net 配置
Posted z3286586
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了openwrt 安装 ser2net 配置相关的知识,希望对你有一定的参考价值。
以AR9331为例:
1.openwrt 固件编译
make menuconfig ->Network->ser2net
保存退出,make V=99
2.修改vi/etc/rc.local
sleep 2
ser2net
sleep 2
/root/watch.sh&
exit 0
3.修改vi/etc/ inittab ,否则导致串口只能单向通信无法双向通信
::sysinit:/etc/init.d/rcS S boot
::shutdown:/etc/init.d/rcS K shutdown
##::askconsole:/bin/ash --login
以上是关于openwrt 安装 ser2net 配置的主要内容,如果未能解决你的问题,请参考以下文章