From c0352b00e1cdbbe1cad03fe7b4ce17f0c5b851ad Mon Sep 17 00:00:00 2001 From: Ingo Reitz <9l@9lo.re> Date: Mon, 23 Sep 2024 07:53:49 +0200 Subject: [PATCH] fix links, formatting --- src/docs/firmware/manually-flashing.md | 7 ++++--- src/docs/installing/ectool.md | 6 +++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/docs/firmware/manually-flashing.md b/src/docs/firmware/manually-flashing.md index 1a42d404..e50310af 100644 --- a/src/docs/firmware/manually-flashing.md +++ b/src/docs/firmware/manually-flashing.md @@ -6,11 +6,12 @@ Flashing your own firmware has the potential to brick your device. Do not do thi 1. Have your firmware rom. We will assume you already have the file you want to flash for this guide. 2. Download flashrom, then give it execute permission. - - `cd; curl -LO https://tree123.org/chrultrabook/utils/flashrom-libpci38; chmod +x flashrom-libpci38` + - For most distributions: `cd; curl -LO https://files.tree123.org/utils/x86_64/gnu/flashrom; chmod +x flashrom` + - For musl (Alpine Linux): `cd; curl -LO https://files.tree123.org/utils/x86_64/musl/flashrom; chmod +x flashrom` 3. Flash your custom ROM - - Backup your current rom, just in case things go wrong: `./flashrom-libpci38 -p internal -r current.rom` + - Backup your current rom, just in case things go wrong: `./flashrom -p internal -r current.rom` - Note: Intel Chromebooks should be flashed with `--ifd -i bios` ex: `sudo ./flashrom -p internal --ifd -i bios -w coreboot.rom` - - Flash your custom firmware: `sudo ./flashrom-libpci38 -p internal -w firmware.rom` + - Flash your custom firmware: `sudo ./flashrom -p internal -w firmware.rom` 4. Reboot - Assuming it said `success` on all checks, reboot. diff --git a/src/docs/installing/ectool.md b/src/docs/installing/ectool.md index afa1ad31..554c3204 100644 --- a/src/docs/installing/ectool.md +++ b/src/docs/installing/ectool.md @@ -4,7 +4,11 @@ ## Installing Ectool -If you use Fedora or Ultramarine Linux, you can install the `chromium-ectool` package from the [Terra repository](https://terra.fyralabs.com). Otherwise, you can download `ectool` for Linux from [here](https://tree123.org/files/utils/ectool). For Windows users, `ectool` is installed when you install CoolStar's Chrome EC driver and is located in `C:\Program Files\crosec\ectool.exe`. +If you use Fedora or Ultramarine Linux, you can install the `chromium-ectool` package from the [Terra repository](https://terra.fyralabs.com). + +Otherwise, you can download `ectool` for Linux from [here](https://files.tree123.org/utils/x86_64/gnu/ectool). Alternatively there is a [Alpine Linux / musl version](https://files.tree123.org/utils/x86_64/musl/ectool). + +For Windows users, `ectool` is installed when you install CoolStar's Chrome EC driver and is located in `C:\Program Files\crosec\ectool.exe`. ## Uses