From 6cbd8df379dc5c05fc39b0c255e7e81d138a3256 Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Sat, 13 Apr 2019 00:00:17 +0200 Subject: [PATCH] Clarify compatibility --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67b70da..c998250 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # 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. +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-L(x64) utility on GNU Linux. The utility itself is not available here, since it does not seem to be GPL licensed. + +## Compatibility + +This kernel module was released a part of InsydeFlash for Linux Version 1.1c, alongside Insyde H2OFFT (Firmware Flash Tool) Version 100.00.07.21. ## Requirements @@ -20,7 +24,7 @@ On a successful build, the kernel module will be built: * isfl_drv_x64.ko (for x64) 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.