Skip to content

Commit

Permalink
Merge pull request chrultrabook#108 from chrultrabook/joebobbio-patch-1
Browse files Browse the repository at this point in the history
fix cbmem command
  • Loading branch information
WeirdTreeThing authored Nov 18, 2023
2 parents 0bc0121 + f400b33 commit 4af1e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ To dump the cbmem buffer, follow these steps:
* `wget https://mrchromebox.tech/files/util/cbmem.tar.gz`
2. Unzip the file and give the binary executable permissions:
* `tar -xf cbmem.tar.gz;rm cbmem.tar.gz;chmod +x cbmem`
3. Run `cbmem` and pipe it's output to `cbmem.log` file:
* `sudo ./cbmem -c > cbmem.log`
3. Run `cbmem` and pipe its output to `cbmem.log` file:
* `sudo ./cbmem -1 > cbmem.log`
4. Upload `cbmem.log` file for further analysis.

To interface with the Embedded Controller:
Expand Down

0 comments on commit 4af1e76

Please sign in to comment.