From efbc77895cf0c2f073a7842ecda6a821d791e499 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Sep 2020 20:58:31 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5aa51c0..e6211cf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ X230 automated UEFI firmware patcher using CH341A and SOIC clip. For firmware version 2.75 only! ## Initial setup +First install [flashrom](https://flashrom.org/Flashrom). You will need to obtain a version of UEFIPatch that runs on your operating system. In the file `romtools.py` there is a variable called `UEFIPATCH_LOCATION`. Please set this to the path (relative or absolute) of your UEFIPatch executable, which can be downloaded from [here](https://github.com/LongSoft/UEFITool/releases). **Be sure to download version 0.28.0 and _NOT_ version A57 or A56 etc, these are from a separate codebase and do not yet support patching.** After this you are ready to go.