Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0e19fe

Browse files
committed
eeprom: Describe SD_OVERCURRENT_CHECK override property
1 parent 970554f commit c0e19fe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,20 @@ The number of times that SD boot will be retried after failure before moving to
187187

188188
Default: `0`
189189

190+
[[SD_OVERCURRENT_CHECK]]
191+
==== `SD_OVERCURRENT_CHECK`
192+
193+
Raspberry Pi 4, Raspberry Pi 5 and Raspberry Pi 500 only.
194+
195+
Before booting, the bootloader checks the SD power switch overcurrent signal. The overcurrent signal occurs if the SD card is damaged and has a short circuit which will cause it to get hot.
196+
197+
If an over-current condition is detected, the bootloader switches off power to the SD card and waits five seconds before probing the SD card again. This error is displayed on the diagnostic screen, the UART and the activity LED (1 long, 2 short flashes).
198+
199+
The overcurrent check can be switched from an error to a non-blocking warning by setting `SD_OVERCURRENT_CHECK=0` in the bootloader config.
200+
201+
Default: `1`
202+
203+
190204
[[SD_QUIRKS]]
191205
==== `SD_QUIRKS`
192206

0 commit comments

Comments
 (0)