There are 5 status LEDs on the Raspberry Pi board. While I can guess what the POWER
LED signifies (the power being attached), I am not sure about other four.
So, what do OK
, FDX
, LNK
and 10M
signify?
There are 5 status LEDs on the Raspberry Pi board. While I can guess what the POWER
LED signifies (the power being attached), I am not sure about other four.
So, what do OK
, FDX
, LNK
and 10M
signify?
According to http://elinux.org/RPi_Hardware
Rev. 1.9 Boards
- D5(Green) - OK - SDCard Access (via GPIO16)
- D6(Red) - PWR - 3.3 V Power
- D7(Green) - FDX - Full Duplex (LAN) (Model B)
- D8(Green) - LNK - Link/Activity (LAN) (Model B)
- D9(Yellow) - 10M - 10/100Mbit (LAN) (Model B)
Rev.2.0 Boards label the LEDS as
Current RPi models have some of the following LEDs:
Indicates that power has been provided to the board. On A+ and later models it will flash if the voltage drops below 4.63V
Indicates SD card activity: flashes when read or write is in progress, otherwise steady ON (on Pi Zero) or OFF. Should flash intensively during boot. This is the only LED present on Pi Zero.
Additionally, ACT is flashed in specific patterns (check this if you suspect to have an old firmware) to indicate early boot problems.
Indicates Ethernet (LAN) connection and activity: it is constantly ON when connected, and flashes on data transfers. Located on the PCB in model B, and on the Ethernet RJ-45 socket in later models.
Indicates 100Mbit Ethernet link on 100Mbit models or 1000Mbit link on Raspberry Pi 3B+ and 4. It's OFF for lower speed connections. Located on the PCB in model B, and on the Ethernet RJ-45 socket in later models.
Indicates Full Duplex Ethernet connection. Only exists in model B.
The Raspberry Pi boards have either two or five LEDs on a corner of the board.
They are as follow:
The following LEDs exist only on Model B boards:
The LEDs on the Raspberry pi Model B are (where two names are given the first is the name printed on rev 1 boards and the second is the name printed on rev 2 boards).
On the Raspberry pi model A the silkscreen for the three ethernet related LEDs is still visible but the LEDs themselves are not present. The power and ACT LEDs are the same as later B models.
On the B+ and later models the LED arrangement has changed significantly.
Additional info for B+ and later boards:
PWR lights up continuously if the PI has enough power (> 4.65V), light goes off below the voltage and it may blink then, signalizing it may not have enough power for some usb devices without own external power supply.