Update comment to state which kernel/firmware we need for WiFi

This commit is contained in:
Michael Stapelberg 2018-01-08 22:46:02 +01:00
parent ae08f58b9b
commit f7aaf94080
1 changed files with 5 additions and 3 deletions

View File

@ -45,14 +45,16 @@ steps:
# We need to use Debian buster (currently testing) instead of Debian stretch # We need to use Debian buster (currently testing) instead of Debian stretch
# (currently stable) for: # (currently stable) for:
# #
# linux ≥ 4.13.4-1 # linux ≥ 4.14
# Which includes the sdhost driver for faster SD card access and making the # Which includes the sdhost driver for faster SD card access and making the
# WiFi chip available. # WiFi chip available, and has the WiFi driver enabled.
# #
# raspi3-firmware ≥ 1.20171006-1 # raspi3-firmware ≥ 1.20171201-1
# Which includes a recent enough firmware version to correctly pass the MAC # Which includes a recent enough firmware version to correctly pass the MAC
# address to the kernel. This is a regression with Linux ≥ 4.12, see # address to the kernel. This is a regression with Linux ≥ 4.12, see
# https://github.com/raspberrypi/firmware/issues/846 # https://github.com/raspberrypi/firmware/issues/846
# Also, this package contains a Raspberry Pi 3-specific firmware file
# required by the WiFi driver.
- qemu-debootstrap: buster - qemu-debootstrap: buster
mirror: http://deb.debian.org/debian mirror: http://deb.debian.org/debian
target: root-fs target: root-fs