Skip to content

Commit 56ed97e

Browse files
committed
Include Pi 2 in the cross-compiling instructions
1 parent f663409 commit 56ed97e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

linux/kernel/building.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcmrpi_defconfig
8282
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
8383
```
8484

85+
For the Raspberry Pi 2, use `bcm2709_defconfig` instead of `bcmrpi_defconfig` on the second line.
86+
8587
Note: To speed up compilation on multiprocessor systems, and get some improvement on single processor ones, use ```-j n``` where n is number of processors * 1.5. Alternatively, feel free to experiment and see what works!
8688

8789
### Install

0 commit comments

Comments
 (0)