Raspberry Pi 4 – Blinking patterns of green ACT LED

On a Raspberry Pi 4, the green “ACT” LED indicates boot errors using certain blinking patterns. The following table shows what the different patterns mean (source of the table is the official documentation).

Hint: In case your LED does not flash, or turns completely of after some flickering, your EEPROM bootloader might be corrupt. In that case, you can recover it by flashing the bootloader to an SD card using the Raspberry Pi Imager. Just select Choose OS –> Misc utility images –> Bootloader (for your version) –> desired boot mode (e.g. SD). Then insert the SD card into the Pi after flashing and wait several seconds. This should fix the bootloader.

Long flashesShort flashesStatus
03Generic failure to boot
04start*.elf not found
07Kernel image not found
08SDRAM failure
09Insufficient SDRAM
010In HALT state
21Partition not FAT
22Failed to read from partition
23Extended partition not FAT
24File signature/hash mismatch – Pi 4
31SPI EEPROM error – Pi 4
32SPI EEPROM is write protected – Pi 4
33I2C error – Pi 4
34Secure-boot configuration is not valid
43RP1 not found
44Unsupported board type
45Fatal firmware error
46Power failure type A
47Power failure type B

Leave a Reply