Skip to content

Commit

Permalink
Merge pull request #212 from Owen-sz/cbfstool-terra
Browse files Browse the repository at this point in the history
cbfstool in terra
  • Loading branch information
ninelore authored Oct 8, 2024
2 parents 9c21a94 + 188e2cc commit c5f8810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/docs/unbricking/unbrick-ch341a.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ The firmware in all ChromeOS devices contains a section (RO_VPD) which stores bo
You do not need to do this if flashing a stock firmware backup created by the Firmware Utility Script; that image already contains the VPD.
:::

1. For both the options below, we'll need to use the cbfstool (coreboot filesystem) binary, so let's download/extract that:
1. For both the options below, we'll need to use the cbfstool (coreboot filesystem) binary.
If you use Fedora or Ultramarine Linux, you can install the `cbfstool` package from the [Terra repository](https://terra.fyralabs.com/). Otherwise, we can download/extract it.
- `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`
Expand Down
3 changes: 2 additions & 1 deletion src/docs/unbricking/unbrick-suzyq.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ The firmware in all ChromeOS devices contains a section (RO_VPD) which stores bo
You do not need to do this if flashing a stock firmware backup created by the Firmware Utility Script; that image already contains the VPD.
:::

1. For both the options below, we'll need to use the cbfstool (coreboot filesystem) binary, so let's download/extract that:
1. For both the options below, we'll need to use the cbfstool (coreboot filesystem) binary.
If you use Fedora or Ultramarine Linux, you can install the `cbfstool` package from the [Terra repository](https://terra.fyralabs.com/). Otherwise, we can download/extract it:
- `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 raiden_debug_spi:target=AP -r badflash.rom`
Expand Down

0 comments on commit c5f8810

Please sign in to comment.