Status Light
Supported on:RVC4
LED status codes
| Pattern | Meaning |
|---|---|
| Flashing Blue | Device is waiting to be set up. |
| Flashing Yellow | Setup or OS update is in progress. |
| Flashing Green | Setup completed successfully and the device is ready for user configuration. |
| Flashing Red | Setup failed or the unit detected a possible power incompatibility—check your cable and supply. |
| Solid Blue | Device finished booting and is ready. |
| Solid Green | Pipeline is running. |
Manually set the user RGB LED
Command Line
1# ADB/SSH into the device first, then on device run:
2echo 255,255,0,0 > /dev/status_led:root device entry instead: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 so the new values persist after reboots.