Skip to content

Commit 927d1b1

Browse files
authored
Merge pull request raspberrypi#659 from raspberrypi/JamesH65-patch-1
Update building.md - add missing models
2 parents bc3293d + 725f601 commit 927d1b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

linux/kernel/building.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Configure the kernel; as well as the default configuration, you may wish to [con
2222

2323
Run the following commands, depending on your Raspberry Pi version.
2424

25-
### Raspberry Pi 1 (or Compute Module) default build configuration
25+
### Raspberry Pi 1, Pi 0, Pi 0W, and Compute Module default build configuration
2626

2727
```bash
2828
cd linux
2929
KERNEL=kernel
3030
make bcmrpi_defconfig
3131
```
3232

33-
### Raspberry Pi 2/3 default build configuration
33+
### Raspberry Pi 2, Pi 3, and Compute Module 3 default build configuration
3434

3535
```bash
3636
cd linux
@@ -82,15 +82,15 @@ To build the sources for cross-compilation, there may be extra dependencies beyo
8282

8383
Enter the following commands to build the sources and Device Tree files:
8484

85-
For Pi 1 or Compute Module:
85+
For Pi 1, Pi 0, Pi 0 W, or Compute Module:
8686

8787
```bash
8888
cd linux
8989
KERNEL=kernel
9090
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcmrpi_defconfig
9191
```
9292

93-
For Pi 2/3:
93+
For Pi 2, Pi 3, or Compute Module 3:
9494

9595
```bash
9696
cd linux

0 commit comments

Comments
 (0)