Skip to content

Commit c894575

Browse files
committed
Merge pull request raspberrypi#218 from argilo/patch-1
Include Pi 2 in the cross-compiling instructions
2 parents c7ff588 + 56ed97e commit c894575

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
@@ -97,6 +97,8 @@ Then for both:
9797
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage modules dtbs
9898
```
9999

100+
For the Raspberry Pi 2, use `bcm2709_defconfig` instead of `bcmrpi_defconfig` on the second line.
101+
100102
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!
101103

102104
### Install directly onto the SD card

0 commit comments

Comments
 (0)