Skip to content

Commit 7a21e92

Browse files
Updates from review.
1 parent 28f8db9 commit 7a21e92

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

documentation/asciidoc/computers/config_txt/boot.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `start_file` and the `fixup_file` are a matched pair - using unmatched files
1111

1212
NOTE: Cut-down firmware (`start*cd.elf` and `fixup*cd.dat`) cannot be selected this way - the system will fail to boot. The only way to enable the cut-down firmware is to specify `gpu_mem=16`. The cut-down firmware removes support for codecs, 3D and debug logging as well as limiting the initial early-boot framebuffer to 1080p @16bpp - although KMS can replace this with up to 32bpp 4K framebuffer(s) at a later stage as with any firmware.
1313

14-
NOTE: The Raspberry Pi 5, Compute Module 5, Raspberry Pi 500, and Raspberry Pi 500+ firmware is self-contained in the bootloader EEPROM.
14+
NOTE: The Raspberry Pi 5, 500, 500+, and Compute Module 5 firmware is self-contained in the bootloader EEPROM.
1515

1616
=== `cmdline`
1717

@@ -21,7 +21,7 @@ NOTE: The Raspberry Pi 5, Compute Module 5, Raspberry Pi 500, and Raspberry Pi 5
2121

2222
`kernel` is the alternative filename on the boot partition for loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W, and Raspberry Pi Compute Module 1 is `kernel.img`. The default value on the Raspberry Pi 2, 3, 3+ and Zero 2 W, and Raspberry Pi Compute Modules 3 and 3+ is `kernel7.img`. The default value on the Raspberry Pi 4 and 400, and Raspberry Pi Compute Module 4 is `kernel8.img`, or `kernel7l.img` if `arm_64bit` is set to 0.
2323

24-
The Raspberry Pi 5, Compute Module 5, Raspberry Pi 500, and Raspberry Pi 500+ firmware defaults to loading `kernel_2712.img` because this image contains optimisations specific to those models (e.g. 16K page-size). If this file is not present, then the common 64-bit kernel (`kernel8.img`) will be loaded instead.
24+
The Raspberry Pi 5, 500, 500+, and Compute Module 5 firmware defaults to loading `kernel_2712.img` because this image contains optimisations specific to those models (e.g. 16K page-size). If this file is not present, then the common 64-bit kernel (`kernel8.img`) will be loaded instead.
2525

2626
=== `arm_64bit`
2727

documentation/asciidoc/computers/config_txt/common.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To disable, set `arm_boost=0`.
5252

5353
==== `power_force_3v3_pwm`
5454

55-
NOTE: This option applies only to Raspberry Pi 5, Compute Module 5, Raspberry Pi 500, and Raspberry Pi 500+.
55+
NOTE: This option applies only to Raspberry Pi 5, 500, 500+, and Compute Module 5.
5656

5757
Forces PWM on 3.3V output from the GPIO header or CSI connector.
5858

documentation/asciidoc/computers/config_txt/conditional.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ The conditional model filters apply according to the following table.
3838
| Pi 400 (also sees `[pi4]` contents)
3939

4040
| `[pi500]`
41-
| Pi 500 (also sees `[pi5]` contents)
42-
43-
| `[pi500+]`
44-
| Pi 500+ (also sees `[pi5]` contents)
41+
| Pi 500/500+ (also sees `[pi5]` contents)
4542

4643
| `[cm1]`
4744
| Compute Module 1 (also sees `[pi1]` contents)

documentation/asciidoc/computers/getting-started/setting-up.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ You can use any high-quality power supply that provides the correct power mode.
2626
|Recommended power supply (voltage/current)
2727
|Raspberry Pi power supply
2828

29-
|Raspberry Pi 5, Raspberry Pi 500, and Raspberry Pi 500+
29+
|Raspberry Pi 500+
30+
|5V/5A
31+
|https://www.raspberrypi.com/products/27w-power-supply/[27W USB-C power supply]
32+
33+
|Raspberry Pi 5 and Raspberry Pi 500
3034
|5V/5A, 5V/3A limits peripherals to 600mA
3135
|https://www.raspberrypi.com/products/27w-power-supply/[27W USB-C power supply]
3236

documentation/asciidoc/computers/processors/bcm2712.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== BCM2712
22

3-
Broadcom BCM2712 is the 16nm application processor used in Raspberry Pi 5, Compute Module 5, Raspberry Pi 500, and Raspberry Pi 500+. It is the successor to the BCM2711 device used in Raspberry Pi 4, and shares many common architectural features with other devices in the BCM27xx family, used on earlier Raspberry Pi products.
3+
Broadcom BCM2712 is the 16nm application processor used in Raspberry Pi 5, 500, 500+, and Compute Module 5. It is the successor to the BCM2711 device used in Raspberry Pi 4, and shares many common architectural features with other devices in the BCM27xx family, used on earlier Raspberry Pi products.
44

55
Built around a quad-core Arm Cortex-A76 CPU cluster, clocked at up to 2.4GHz, with 512KB per-core L2 caches and a 2MB shared L3 cache, it integrates an improved 12-core VideoCore VII GPU; a hardware video scaler and HDMI controller capable of driving dual 4Kp60 displays; and a Raspberry Pi-developed HEVC decoder and Image Signal Processor. A 32-bit LPDDR4X memory interface provides up to 17GB/s of memory bandwidth, while ×1 and ×4 PCI Express interfaces support high-bandwidth external peripherals; on Raspberry Pi 5 the latter is used to connect to the Raspberry Pi RP1 south bridge, which provides the bulk of the external-facing I/O functionality on the platform.
66

documentation/asciidoc/computers/raspberry-pi/power-supplies.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,16 @@ All Raspberry Pi models with a PoE-capable Ethernet jack require a HAT to draw p
8585
| 1.2A
8686
| 800mA
8787

88-
| Pi 500/500+
88+
| Pi 500
8989
| 5.0A
9090
| 1.6A (600mA if using a 3A power supply)
9191
| 800mA
9292

93+
| Pi 500+
94+
| 5.0A
95+
| 1.6A
96+
| 800mA
97+
9398
| Zero
9499
| 1.2A
95100
| Limited by PSU, board, and connector ratings only

0 commit comments

Comments
 (0)