状态指示灯
Supported on:RVC4
LED 状态代码
| 模式 | 含义 |
|---|---|
| 蓝色闪烁 | 设备等待设置。 |
| 黄色闪烁 | 设置或操作系统更新正在进行中。 |
| 绿色闪烁 | 设置成功完成,设备已准备好进行用户配置。 |
| 红色闪烁 | 设置失败或设备检测到可能的电源不兼容—请检查您的电缆和电源。 |
| 橙色常亮 | 工厂模式 |
| 蓝色常亮 | 设备启动完成,准备就绪。 |
| 绿色常亮 | 管道正在运行。 |
手动设置用户 RGB LED
Command Line
1# ADB/SSH into the device first, then on device run:
2echo 255,255,0,0 > /dev/status_led:root 设备条目:Command Line
1# ADB/SSH into the device first, then on device run:
2echo 255,0,0,255 > /dev/status_led:root/etc/agentconfd/conf 中的 LED 条目,以便新值在重启后保持持久。