From afa53bdbac9a266bb36cb2b713503cc8a61066f1 Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Fri, 12 Apr 2019 23:42:51 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55ca0ce..67b70da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# isfl - Insyde Software UEFI firmware flashing kernel driver +# isfl - Insyde Software UEFI firmware flashing Linux driver This is version 0.0.05 of the (GPLv2 licensed) Linux driver required to carry out firmware upgrades on Insyde Softwares UEFI platform, using the H2OFFT-Lx(64) utility on GNU Linux. The utility itself is not available here, since it does not seem to be GPL licensed. @@ -23,4 +23,4 @@ Load it using `modprobe -v isfl_drv` or `modprobe -v isfl_drv_x64`. ## Trouble shooting -Upon loading the module, if you run into the "-1 Invalid module format" error message, this suggests you are using a module that was built on a different platform (ia32 vs. x64) or for an ABI incompatible kernel version. +Upon loading the module, if you run into the `-1 Invalid module format` error message, this suggests you are using a module that was built on a different platform (ia32 vs. x64) or for an ABI incompatible kernel version.