Skip to content

Commit

Permalink
Merge pull request #5 from olljanat/feature/support-for-b+
Browse files Browse the repository at this point in the history
Added support for Raspberry Pi 3B+
  • Loading branch information
DieterReuter authored Apr 26, 2018
2 parents f0ef595 + 73749e0 commit a52cb73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ depmod -a -b $INSTALLDIR $KR
mkdir -p $INSTALLDIR/boot/overlays
cp arch/arm64/boot/Image $INSTALLDIR/boot/kernel8.img
cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b.dtb $INSTALLDIR/boot/
cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b-plus.dtb $INSTALLDIR/boot/
cp arch/arm64/boot/dts/overlays/*.dtbo $INSTALLDIR/boot/overlays/

# Create tar file, all kernel files
Expand Down
1 change: 1 addition & 0 deletions defconfigs/bcmrpi3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ CONFIG_USB_NET_SR9700=m
CONFIG_USB_NET_SR9800=m
CONFIG_USB_NET_SMSC75XX=m
CONFIG_USB_NET_SMSC95XX=y
CONFIG_USB_LAN78XX=y
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
Expand Down
1 change: 1 addition & 0 deletions defconfigs/docker_rpi3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ CONFIG_USB_NET_SR9700=m
CONFIG_USB_NET_SR9800=m
CONFIG_USB_NET_SMSC75XX=m
CONFIG_USB_NET_SMSC95XX=y
CONFIG_USB_LAN78XX=y
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
Expand Down

0 comments on commit a52cb73

Please sign in to comment.