-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update instructions on where to find qat firmware
Add instructions for getting qat gen 4 firmware from the linux-firmware repo. Signed-off-by: Fiona Trahe <[email protected]>
- Loading branch information
1 parent
ff155a0
commit 7cc89fc
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,9 +73,15 @@ Check System Prerequisites | |
4xxx : Use "lspci -d 8086:4941" to check VF devices have been created. | ||
401xx : Use "lspci -d 8086:4943" to check VF devices have been created. | ||
* firmware must be available | ||
Check that these files exist, if not contact [email protected] | ||
Check that these files exist: | ||
/lib/firmware/qat_4xxx.bin or /lib/firmware/qat_4xxx.bin.xz | ||
/lib/firmware/qat_4xxx_mmp.bin or /lib/firmware/qat_4xxx_mmp.bin.xz | ||
If not, download the firmware images from linux-firmware and copy them | ||
to /lib/firmware: | ||
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qat_4xxx.bin | ||
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qat_4xxx_mmp.bin | ||
sudo mv qat_4xxx.bin /lib/firmware | ||
sudo mv qat_4xxx_mmp.bin /lib/firmware | ||
On updating these files run "sudo dracut --force" to update initramfs. | ||
* kernel driver must be running | ||
Use "lsmod | grep qat" to check that these kernel modules are running: | ||
|