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协议

【RK3288】以太网调试

变压器出来的MDI0波形

【RK3288】以太网调试

PHY输出给MAC的时钟波形

【RK3288】以太网调试

MAC_TX0与MAC_TXEN的波形

【RK3288】以太网调试

MAC_TX0与MAC_TXCLK的波形

【RK3288】以太网调试

就这些吧,示波器烂烂的,波形怪丑的。

 

相关文章:

  • 2021-10-26
  • 2021-09-03
  • 2021-09-22
  • 2022-12-23
  • 2021-08-15
  • 2021-09-10
  • 2021-10-05
  • 2022-02-20
猜你喜欢
  • 2021-04-02
  • 2022-02-02
  • 2021-05-26
  • 2021-11-01
  • 2021-11-12
  • 2021-11-09
  • 2022-01-15
相关资源
相似解决方案