Update README.md

This commit is contained in:
Tom Reynolds 2019-04-12 23:36:50 +02:00 committed by GitHub
parent 3f5e410e71
commit c20064b41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# isfl - Insyde Software UEFI firmware flashing kernel driver
This is the GPLv2 licensed Linux driver which is a requirement to enable firmware updates using Insyde Software's H2OFFT-Lx(64) utility on GNU Linux. The utility itself is not available here, since it unfortunately 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-Lx(64) utility on GNU Linux. The utility itself is not available here, since it does not seem to be GPL licensed.
## Requirements
* Kernel headers for your currently running kernel
* Kernel headers for your currently running kernel, >= 2.6.36
* GNU make
## Compilation
@ -18,6 +18,8 @@ To build the kernel module:
On a successful build, the kernel module will be built:
* isfl_drv.ko (for ia32)
* isfl_drv_x64.ko (for x64)
Load it using `modprobe -v isfl_drv` or `modprobe -v isfl_drv_x64`.
## Trouble shooting