tUpdate Pi2 and Pi3 kernels and install local firmware from our repo. - arm-sdk - os build toolkit for various embedded devices HTML git clone https://git.parazyd.org/arm-sdk DIR Log DIR Files DIR Refs DIR Submodules DIR README DIR LICENSE --- DIR commit f66b4cc0a6bcfaf96091b08fbaf8d8effc698652 DIR parent 9daf6afe18df111b936afe98f8d38c87a90d3285 HTML Author: parazyd <parazyd@dyne.org> Date: Fri, 4 May 2018 14:06:23 +0200 Update Pi2 and Pi3 kernels and install local firmware from our repo. Diffstat: M boards/raspberry-pi2.sh | 9 +-------- M boards/raspberry-pi3.sh | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) --- DIR diff --git a/boards/raspberry-pi2.sh b/boards/raspberry-pi2.sh t@@ -38,7 +38,7 @@ extra_packages+=() custmodules=(snd_bcm2835) gitkernel="https://github.com/raspberrypi/linux.git" -gitbranch="rpi-4.15.y" +gitbranch="rpi-4.16.y" rpifirmware="https://github.com/raspberrypi/firmware.git" t@@ -58,13 +58,6 @@ postbuild() { notice "executing $device_name postbuild" copy-root-overlay - - notice "downloading broadcom firmware for bt/wifi" - sudo mkdir -p $strapdir/lib/firmware/brcm - # https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/brcm - sudo wget -q -O "$strapdir/lib/firmware/brcm/brcmfmac43430-sdio.bin" \ - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/brcm/brcmfmac43430-sdio.bin - postbuild-clean } DIR diff --git a/boards/raspberry-pi3.sh b/boards/raspberry-pi3.sh t@@ -38,7 +38,7 @@ extra_packages+=() custmodules=(snd_bcm2835) gitkernel="https://github.com/raspberrypi/linux" -gitbranch="rpi-4.14.y" +gitbranch="rpi-4.16.y" rpifirmware="https://github.com/raspberrypi/firmware.git" t@@ -58,13 +58,6 @@ postbuild() { notice "executing $device_name postbuild" copy-root-overlay - - notice "downloading broadcom firmware for bt/wifi" - sudo mkdir -p $strapdir/lib/firmware/brcm - # https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/brcm - sudo wget -q -O "$strapdir/lib/firmware/brcm/brcmfmac43430-sdio.bin" \ - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/brcm/brcmfmac43430-sdio.bin - postbuild-clean }