# Troubleshooting

# Understanding the LEDS

<span style="font-size: 11.0pt;">The lights on a Compute Module 4 (CM4), typically a **red Power (PWR) LED** and a **green Activity (ACT) LED**, indicate its operational status and can help diagnose boot problems. </span>

**<span style="font-size: 11.0pt;">LED Meanings</span>**

<span style="font-size: 11.0pt;">The behavior of the LEDs depends on the specific carrier board and software configuration, but generally follow these patterns: </span>

**<span style="font-size: 11.0pt;">Red Power (PWR) LED</span>**

- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">Solid ON:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> The CM4 board is receiving sufficient power (usually 5V or 12V, depending on the carrier board power input).</span>
- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">OFF or Flickering:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> Suspect a power supply issue. The power source may be faulty or not providing enough current. </span>

**<span style="font-size: 11.0pt;">Green Activity (ACT) LED</span>**

<span style="font-size: 11.0pt;">The green LED indicates the system's activity, particularly eMMC access, and can flash specific patterns to signal errors during the boot process. </span>

- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">Flashing Irregularly:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> Normal read/write activity is in progress, indicating the system is running or booting.</span>
- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">Solid ON (after initial power-on):</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> The system has halted, and it's generally safe to power off the device. It may also be a sign of a non-booting state on some setups.</span>
- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">Solid OFF:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> The system may be off, or there might be an issue preventing it from accessing the boot media.</span>
- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">Specific Flash Patterns:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> These patterns diagnose early boot issues. For example:</span>
- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">3 flashes:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> start.elf (bootloader file) not found.</span>
- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">4 flashes:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> start.elf found but cannot be launched (potentially corrupted).</span>
- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">7 flashes:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> kernel.img not found.</span>
- **<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';">8 flashes:</span>**<span style="font-size: 11.0pt; mso-fareast-font-family: 'Times New Roman';"> SDRAM not recognized (may require a firmware update). </span>