Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xy-tech committed Jun 2, 2021
1 parent e84f375 commit 1e82785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For Linux users, flashrom has to be compiled from source in order to flash the f
* HAP bit 1 BIOS and fn/ctrl swapped EC
1. Rename the BIOS as bios.bin and EC as ec.bin
1. Download update.sh from this repository.
1. Download flashrom binary from this github repository.
1. Download flashrom binary from the release page.
1. Alternatively, run `git clone https://github.com/flashrom/flashrom.git` to clone flashrom
1. `cd flashrom` and build flashrom by running `make`. More instructions are located in the flashrom readme.
1. Place bios.bin, ec.bin, flashrom binary and update.sh in the same folder.
Expand All @@ -80,7 +80,7 @@ For Linux users, flashrom has to be compiled from source in order to flash the f

## Risk free way (Linux, easy)
The BIOS provided comes with HAP bit set to 0. EC is patched.
1. Download the files needed from [my website](https://www.xyte.ch/support/51nb-x210-x2100-software-support/).
1. Download the files needed from [my website](https://www.xyte.ch/support/51nb-x210-x2100-software-support/) or from the release page.
1. Run `sudo ./flashrom -p internal -w bios.bin` to flash the BIOS and shutdown the computer once the BIOS is verified.
1. Unplug power and reboot.
1. After booting back up, run `sudo bash update.sh` to flash the updated EC.
Expand Down

0 comments on commit 1e82785

Please sign in to comment.