adb指令
adb shell
cd proc //虚拟内存,可访问系统动态信息
cat /sys/class/net/eth0/address //获取MAC地址
adb shell input tap 50 250 //点击屏幕50 250位置
adb shell input swipe 50 250 250 250 500 //滑屏幕
adb shell input keyevent 82 //点击按键
busybox ifconfig //显示网络状况
busybox ifconfig eth0 IP netmask 255.255.255.0 //设置以太网IP和掩码
busybox ifconfig eth0 up //连接以太网
busybox route add default gw 网关 dev eth0 //增加以太网网关
setprop net.dns1 dns //设置以太网DNS
ping 192.168.1.111/www.baidu.com //ping 局域网或百度
MDIO协议
变压器出来的MDI0波形
PHY输出给MAC的时钟波形
MAC_TX0与MAC_TXEN的波形
MAC_TX0与MAC_TXCLK的波形
就这些吧,示波器烂烂的,波形怪丑的。