mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
firmware/tasks/main.yml: Context + clarifs
This commit is contained in:
parent
4cb5a30317
commit
8b07f87f3d
1 changed files with 9 additions and 4 deletions
|
@ -1,11 +1,16 @@
|
|||
# Please set 'rpi3bplus_rpi4_wifi_firmware' and 'rpizerow_rpi3_wifi_firmware' in
|
||||
# Plz set 'rpi3bplus_rpi4_wifi_firmware' and 'rpizerow_rpi3_wifi_firmware' in
|
||||
# /etc/iiab/local_vars.yml to increase (or modify) the number of student WiFi
|
||||
# client devices that can access your Raspberry Pi's internal WiFi hotspot.
|
||||
|
||||
# If IIAB's already installed, you should then run 'cd /opt/iiab/iiab'
|
||||
# followed by 'sudo ./runrole firmware'
|
||||
# If IIAB's already installed, you should then run 'cd /opt/iiab/iiab' and
|
||||
# then 'sudo ./runrole firmware' (do run iiab-check-firmware for more tips!)
|
||||
|
||||
# Background: https://github.com/iiab/iiab/issues/823#issuecomment-662285202
|
||||
# BACKGROUND AS OF 2022-01-07:
|
||||
# https://github.com/iiab/iiab/issues/823#issuecomment-662285202
|
||||
# https://github.com/iiab/iiab/issues/2853
|
||||
# https://github.com/RPi-Distro/firmware-nonfree/tree/bullseye/debian/config/brcm80211 (brcm, cypress)
|
||||
# https://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-brcm80211_20190114-1+rpt11_all.deb from 2021-01-25
|
||||
# https://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-brcm80211_20210315-3+rpt4_all.deb from 2021-12-06
|
||||
|
||||
- name: Install firmware (for RPi internal WiFi)
|
||||
include_tasks: install.yml
|
||||
|
|
Loading…
Reference in a new issue