Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit c0ce2de

Browse files
author
andrum99
authored
boot_folder.md: BCM2836 doesn't do 64-bit (raspberrypi#1538)
Correction per raspberrypi#1535. Also, some minor tweaks to the same table.
1 parent 078b508 commit c0ce2de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configuration/boot_folder.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ There are various Device Tree blob files, which have the extension `.dtb`. These
5151

5252
The boot folder will contain various [kernel](../linux/kernel/README.md) image files, used for the different Raspberry Pi models:
5353

54-
| Filename | Processor | Raspberry Model | Notes |
54+
| Filename | Processor | Raspberry Pi model | Notes |
5555
| ---------| ----------|-----------------|-------|
56-
| kernel.img | BCM2835 | Pi 0, Pi 1 | |
57-
| kernel7.img| BCM2836, BCM2837 | Pi2's, Pi3 | Later Pi2's used the BCM2837 |
58-
| kernel7l.img | BCM2711 | Pi 4 | Large Physical Address Extension |
59-
| kernel8.img | BCM2836, BCM2837, BCM2711 | Pi2/3/4 | Beta 64 bit kernel<sup>1</sup> |
56+
| kernel.img | BCM2835 | Pi Zero, Pi 1 | |
57+
| kernel7.img| BCM2836, BCM2837 | Pi 2, Pi 3 | Later Pi 2 uses the BCM2837 |
58+
| kernel7l.img | BCM2711 | Pi 4 | Large Physical Address Extension (LPAE)|
59+
| kernel8.img | BCM2837, BCM2711 | Pi 2, Pi 3, Pi 4 | Beta 64 bit kernel<sup>1</sup>. Earlier Pi 2 with BCM2836 do not support 64-bit. |
6060

6161
<sup>1</sup> Information on booting a 64-bit kernel can be found [here](config-txt/boot.md).
6262

0 commit comments

Comments
 (0)