Skip to content

Commit 6517e5f

Browse files
Updates from comments
1 parent dabcb87 commit 6517e5f

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

documentation/asciidoc/computers/linux_kernel/building.adoc

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ To prepare the default configuration, run the appropriate commands from the tabl
6464

6565
[cols="8,<.^20a,60a"]
6666
|===
67-
| Architecture | Model | Command
67+
| Architecture | Raspberry Pi Model | Command
6868

6969
.12+^.^| 64-bit
70-
| Raspberry Pi 3
70+
| 3
7171
.9+.^|
7272
[source,console]
7373
----
@@ -76,28 +76,28 @@ $ KERNEL=kernel8
7676
$ make bcm2711_defconfig
7777
----
7878
| Compute Module 3
79-
| Raspberry Pi 3+
79+
| 3+
8080
| Compute Module 3+
81-
| Raspberry Pi Zero 2 W
82-
| Raspberry Pi 4
83-
| Pi 400
81+
| Zero 2 W
82+
| 4
83+
| 400
8484
| Compute Module 4
8585
| Compute Module 4S
8686

8787

88-
.^| Raspberry Pi 5
88+
.^| 5
8989
.3+.^|
9090
[source,console]
9191
----
9292
$ cd linux
9393
$ KERNEL=kernel_2712
9494
$ make bcm2712_defconfig
9595
----
96-
| Pi 500/500+
96+
| 500/500+
9797
| Compute Module 5
9898

9999
.14+^.^| 32-bit
100-
| Raspberry Pi 1
100+
| 1
101101
.4+.^|
102102
[source,console]
103103
----
@@ -110,30 +110,30 @@ $ make bcmrpi_defconfig
110110
| Zero W
111111

112112

113-
| Raspberry Pi 2
113+
| 2
114114
.6+.^|
115115
[source,console]
116116
----
117117
$ cd linux
118118
$ KERNEL=kernel7
119119
$ make bcm2709_defconfig
120120
----
121-
| Raspberry Pi 3
121+
| 3
122122
| Compute Module 3
123-
| Raspberry Pi 3+
123+
| 3+
124124
| Compute Module 3+
125125
| Zero 2 W
126126

127127

128-
| Raspberry Pi 4
128+
| 4
129129
.4+.^|
130130
[source,console]
131131
----
132132
$ cd linux
133133
$ KERNEL=kernel7l
134134
$ make bcm2711_defconfig
135135
----
136-
| Pi 400
136+
| 400
137137
| Compute Module 4
138138
| Compute Module 4S
139139
|===
@@ -296,73 +296,73 @@ Enter the following commands to build the sources and Device Tree files:
296296

297297
[cols="8,<.^20a,60a"]
298298
|===
299-
| Target Architecture | Target Model | Command
299+
| Target Architecture | Target Raspberry Pi Model | Command
300300

301301
.12+^.^| 64-bit
302-
| Raspberry Pi 3
302+
| 3
303303
.9+.^| [source,console]
304304
----
305305
$ cd linux
306306
$ KERNEL=kernel8
307307
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- bcm2711_defconfig
308308
----
309-
| Raspberry Pi Compute Module 3
310-
| Raspberry Pi 3+
311-
| Raspberry Pi Compute Module 3+
312-
| Raspberry Pi Zero 2 W
313-
| Raspberry Pi 4
314-
| Raspberry Pi 400
315-
| Raspberry Pi Compute Module 4
316-
| Raspberry Pi Compute Module 4S
309+
| Compute Module 3
310+
| 3+
311+
| Compute Module 3+
312+
| Zero 2 W
313+
| 4
314+
| 400
315+
| Compute Module 4
316+
| Compute Module 4S
317317

318-
.^| Raspberry Pi 5
318+
.^| 5
319319
.3+.^|
320320
[source,console]
321321
----
322322
$ cd linux
323323
$ KERNEL=kernel_2712
324324
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- bcm2712_defconfig
325325
----
326-
| Pi 500/500+
326+
| 500/500+
327327
| Compute Module 5
328328

329329
.14+^.^| 32-bit
330-
| Raspberry Pi 1
330+
| 1
331331
.4+.^| [source,console]
332332
----
333333
$ cd linux
334334
$ KERNEL=kernel
335335
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcmrpi_defconfig
336336
----
337-
| Raspberry Pi Compute Module 1
338-
| Raspberry Pi Zero
339-
| Raspberry Pi Zero W
337+
| Compute Module 1
338+
| Zero
339+
| Zero W
340340

341-
| Raspberry Pi 2
341+
| 2
342342
.6+.^|
343343
[source,console]
344344
----
345345
$ cd linux
346346
$ KERNEL=kernel7
347347
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcm2709_defconfig
348348
----
349-
| Raspberry Pi 3
350-
| Raspberry Pi Compute Module 3
351-
| Raspberry Pi 3+
352-
| Raspberry Pi Compute Module 3+
353-
| Raspberry Pi Zero 2 W
349+
| 3
350+
| Compute Module 3
351+
| 3+
352+
| Compute Module 3+
353+
| Zero 2 W
354354

355-
| Raspberry Pi 4
355+
| 4
356356
.4+.^|
357357
[source,console]
358358
----
359359
$ cd linux
360360
$ KERNEL=kernel7l
361361
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcm2711_defconfig
362362
----
363-
| Raspberry Pi 400
364-
| Raspberry Pi Compute Module 4
365-
| Raspberry Pi Compute Module 4S
363+
| 400
364+
| Compute Module 4
365+
| Compute Module 4S
366366
|===
367367

368368
[[cross-compiled-customisation]]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Default: `0`
190190
[[SD_OVERCURRENT_CHECK]]
191191
==== `SD_OVERCURRENT_CHECK`
192192

193-
Raspberry Pi 4, Raspberry Pi 5, Raspberry Pi 500, and Raspberry Pi 500+ only.
193+
Raspberry Pi 4 Model B, Raspberry Pi 5, Raspberry Pi 500, and Raspberry Pi 500+ only.
194194

195195
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.
196196

0 commit comments

Comments
 (0)