diff --git a/documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc b/documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc index dfb6d16fd..41725174a 100644 --- a/documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc @@ -187,6 +187,20 @@ The number of times that SD boot will be retried after failure before moving to Default: `0` +[[SD_OVERCURRENT_CHECK]] +==== `SD_OVERCURRENT_CHECK` + +Raspberry Pi 4, Raspberry Pi 5 and Raspberry Pi 500 only. + +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. + +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). + +The overcurrent check can be switched from an error to a non-blocking warning by setting `SD_OVERCURRENT_CHECK=0` in the bootloader config. + +Default: `1` + + [[SD_QUIRKS]] ==== `SD_QUIRKS` diff --git a/documentation/asciidoc/services/connect/troubleshooting.adoc b/documentation/asciidoc/services/connect/troubleshooting.adoc index 4616fbdd6..ae145ff8c 100644 --- a/documentation/asciidoc/services/connect/troubleshooting.adoc +++ b/documentation/asciidoc/services/connect/troubleshooting.adoc @@ -79,7 +79,7 @@ If you have repeated issues trying to run Connect's required services, run the f [source,console] ---- $ systemctl --user status rpi-connect-wayvnc.service rpi-connect-wayvnc-watcher.path -$ journalctl --user --follow --unit rpi-connect-wayvnc.service --unit rpi-connect-wayvnc-watcher.path +$ journalctl --follow --user-unit rpi-connect-wayvnc.service --user-unit rpi-connect-wayvnc-watcher.path ---- 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 [source,console] ---- -$ journalctl --user --follow --unit rpi-connect --unit rpi-connect-wayvnc +$ journalctl --follow --user-unit rpi-connect --user-unit rpi-connect-wayvnc ---- diff --git a/documentation/images/placeholder/placeholder_circle-SMALL.png b/documentation/images/placeholder/placeholder_circle-SMALL.png new file mode 100644 index 000000000..d87e8121a Binary files /dev/null and b/documentation/images/placeholder/placeholder_circle-SMALL.png differ diff --git a/documentation/images/placeholder/placeholder_circle.png b/documentation/images/placeholder/placeholder_circle.png index d87e8121a..258267657 100644 Binary files a/documentation/images/placeholder/placeholder_circle.png and b/documentation/images/placeholder/placeholder_circle.png differ diff --git a/documentation/images/placeholder/placeholder_square-SMALL.png b/documentation/images/placeholder/placeholder_square-SMALL.png new file mode 100644 index 000000000..b51bc8fb1 Binary files /dev/null and b/documentation/images/placeholder/placeholder_square-SMALL.png differ diff --git a/documentation/images/placeholder/placeholder_square.png b/documentation/images/placeholder/placeholder_square.png index b51bc8fb1..8583725b8 100644 Binary files a/documentation/images/placeholder/placeholder_square.png and b/documentation/images/placeholder/placeholder_square.png differ diff --git a/documentation/images/placeholder/placeholder_triangle-SMALL.png b/documentation/images/placeholder/placeholder_triangle-SMALL.png new file mode 100644 index 000000000..0ee52120c Binary files /dev/null and b/documentation/images/placeholder/placeholder_triangle-SMALL.png differ diff --git a/documentation/images/placeholder/placeholder_triangle.png b/documentation/images/placeholder/placeholder_triangle.png index 0ee52120c..17d54ff2d 100644 Binary files a/documentation/images/placeholder/placeholder_triangle.png and b/documentation/images/placeholder/placeholder_triangle.png differ diff --git a/documentation/index.json b/documentation/index.json index f85750364..f81870af5 100644 --- a/documentation/index.json +++ b/documentation/index.json @@ -227,7 +227,7 @@ "description": "Supports Arm Serial Wire Debug (SWD), and acts as a UART bridge", "image": "full-sized/Debug-Probe.png", "subpath": "debug-probe.adoc" - }, + }, { "title": "MicroPython", "description": "Getting started with MicroPython", diff --git a/jekyll-assets/_includes/header.html b/jekyll-assets/_includes/header.html index 0a29fad7c..c40eb276d 100644 --- a/jekyll-assets/_includes/header.html +++ b/jekyll-assets/_includes/header.html @@ -71,6 +71,12 @@ #__rptl-header .__rptl-header-logo .__rptl-header-logo-text { fill: var(--rptl-header-logo-text-fill, #000); } +#__rptl-header .__rptl-header-logo .__rptl-header-logo-leaf { + fill: var(--rptl-header-logo-leaf-fill, #46af4b); +} +#__rptl-header .__rptl-header-logo .__rptl-header-logo-berry { + fill: var(--rptl-header-logo-berry-fill, #cd2355); +} #__rptl-header .__rptl-header-burger { margin: 0; padding: 0; @@ -382,7 +388,7 @@