Skip to content

Commit

Permalink
Merge pull request #139 from leahneukirchen/tweaks
Browse files Browse the repository at this point in the history
Two small changes that stumped me a bit
  • Loading branch information
ellyq authored Feb 8, 2024
2 parents 986a67d + 7704ebe commit 26df1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/firmware/suzyq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This method requires a SuzyQable, a chromeOS debug cable.
1. Open VT-2 (`ctrl` + `alt` + `f2` (right arrow)).
2. Login as `root`.
3. Run `gsctool -a -o`.
4. You will be prompted to press the `PP` (physical presence) button several times. This is a fancy way of saying to press the power button.
4. You will be prompted to press the `PP` (physical presence) button several times. This is a fancy way of saying to press the power button. This process takes several minutes and ends with the message `PP Done!`.
5. The device will suddenly reboot and exit developer mode. Re-enable developer mode and continue with the instructions.

## Step 2: Disable Write Protect.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/unbricking/unbrick-suzyq.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You don't need to do this if flashing a stock firmware backup created by the Fir
1. For both the options below, we'll need to use the cbfstool (coreboot filesystem) binary, so let's download/extract that:
* `wget https://mrchromebox.tech/files/util/cbfstool.tar.gz && tar -zxf cbfstool.tar.gz`
* Option 1: Extract VPD from the firmware on device
* `sudo flashrom -p ch341a_spi -r badflash.rom`
* `sudo flashrom -p raiden_debug_spi:target=AP -r badflash.rom`
* `./cbfstool badflash.rom read -r RO_VPD -f vpd.bin`
* Option 2: Extract VPD from stock firmware backup created by Firmware Utility Script (this assumes the file has been copied into working directory)
* `./cbfstool stock-firmware-<devicename>-<date>.rom read -r RO_VPD -f vpd.bin`
Expand Down

0 comments on commit 26df1dd

Please sign in to comment.