Skip to content

Commit 27294c2

Browse files
authored
Merge pull request #4181 from raspberrypi/develop
Deploy to production
2 parents ec6358d + 3e2f3ac commit 27294c2

File tree

12 files changed

+136
-4
lines changed

12 files changed

+136
-4
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

documentation/asciidoc/services/connect/troubleshooting.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you have repeated issues trying to run Connect's required services, run the f
7979
[source,console]
8080
----
8181
$ systemctl --user status rpi-connect-wayvnc.service rpi-connect-wayvnc-watcher.path
82-
$ journalctl --user --follow --unit rpi-connect-wayvnc.service --unit rpi-connect-wayvnc-watcher.path
82+
$ journalctl --follow --user-unit rpi-connect-wayvnc.service --user-unit rpi-connect-wayvnc-watcher.path
8383
----
8484

8585
If the service fails to start or doesn't exist, ensure that your environment meets the following criteria:
@@ -223,5 +223,5 @@ To view logs for the Connect service and its dedicated WayVNC server, run the fo
223223

224224
[source,console]
225225
----
226-
$ journalctl --user --follow --unit rpi-connect --unit rpi-connect-wayvnc
226+
$ journalctl --follow --user-unit rpi-connect --user-unit rpi-connect-wayvnc
227227
----
1.17 KB
Loading
5.84 KB
Loading
401 Bytes
Loading
1.67 KB
Loading
1.01 KB
Loading
5.08 KB
Loading

documentation/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"description": "Supports Arm Serial Wire Debug (SWD), and acts as a UART bridge",
228228
"image": "full-sized/Debug-Probe.png",
229229
"subpath": "debug-probe.adoc"
230-
},
230+
},
231231
{
232232
"title": "MicroPython",
233233
"description": "Getting started with MicroPython",

jekyll-assets/_includes/header.html

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)