latest zero2w changes, add in firmware for 64bit
This commit is contained in:
@@ -38,6 +38,9 @@ eatmydata apt-get install -y ${re4son_pkgs}
|
||||
status_stage3 'Copy script for handling wpa_supplicant file'
|
||||
install -m755 /bsp/scripts/copy-user-wpasupplicant.sh /usr/bin/
|
||||
|
||||
status_stage3 'Copy in the Zero 2 W wifi firmware files'
|
||||
install -m644 /bsp/firmware/rpi/brcmfmac43436* /lib/firmware/brcm/
|
||||
|
||||
status_stage3 'Enable copying of user wpa_supplicant.conf file'
|
||||
systemctl enable copy-user-wpasupplicant
|
||||
|
||||
|
||||
@@ -31,13 +31,12 @@ install -m755 /bsp/scripts/monstart /usr/bin/
|
||||
install -m755 /bsp/scripts/monstop /usr/bin/
|
||||
|
||||
status_stage3 'Install the kernel packages'
|
||||
echo "deb http://http.re4son-kernel.com/re4son kali-pi main" > /etc/apt/sources.list.d/re4son.list
|
||||
echo "deb http://http.re4son-kernel.com/re4son kali-pi-next main" > /etc/apt/sources.list.d/re4son.list
|
||||
wget -qO /etc/apt/trusted.gpg.d/kali_pi-archive-keyring.gpg https://re4son-kernel.com/keys/http/kali_pi-archive-keyring.gpg
|
||||
eatmydata apt-get update
|
||||
eatmydata apt-get install -y ${re4son_pkgs}
|
||||
|
||||
status_stage3 'Copy in the Zero 2 W dtbs and firmwares'
|
||||
install -m644 /bsp/firmware/rpi/bcm2710-rpi-zero-2*.dtb /boot
|
||||
status_stage3 'Copy in the Zero 2 W wifi firmware files'
|
||||
install -m644 /bsp/firmware/rpi/brcmfmac43436* /lib/firmware/brcm/
|
||||
|
||||
status_stage3 'Copy script for handling wpa_supplicant file'
|
||||
|
||||
Reference in New Issue
Block a user