Skip to content

Commit

Permalink
Merge pull request #168 from meghan06/main
Browse files Browse the repository at this point in the history
Fix small typos/capitalization errors
  • Loading branch information
ninelore authored Jun 11, 2024
2 parents b433129 + 1a97f71 commit d3c8f28
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/docs/firmware/battery.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This method requires opening your device. Be sure to use the correct tools to pr
2. Take out all of the screws.

::: tip
Screws may be underneath "feet", or the material that keeps the Chromebook from sliding.
Screws may be underneath the rubber feet that keep the Chromebook from sliding.
:::

3. Gently pry the back off the Chromebook. If you do not have the proper tools a dull knife would be helpful.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/firmware/developer-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ next: write-protect
---
# Developer Mode

Enabling [developer mode](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_mode.md) is the first step to running an alternate OS on your chromebook! Developer Mode is an alternate mode that all chromeOS devices have that opens up the ability to make unverified changes to the operating system and hardware.
Enabling [developer mode](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_mode.md) is the first step to running an alternate OS on your Chromebook! Developer Mode is an alternate mode that all chromeOS devices have that opens up the ability to make unverified changes to the operating system and hardware.

::: danger
Doing this will wipe **all** user data! Make backups if needed before proceeding.
Expand Down
6 changes: 3 additions & 3 deletions src/docs/firmware/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ next: supported-devices
# Flashing Custom Firmware

::: danger
You are about to make **unofficial** changes to your device! This will likely **void any warranty.** We provide **zero warranty** if you encounter bugs, brick your device, lose your job because the alarm clock didn't go off, or if a thermonuclear war starts. **You are doing all changes at your own risk**!
You are about to make **unofficial** changes to your device! This will **void any warranty** that came with your original purchase. We provide **zero warranty** if you encounter bugs, brick your device, lose your job because the alarm clock didn't go off, or if a thermonuclear war starts. **You are doing all changes at your own risk**!
:::

::: danger
Do not continue if your device is currently owned or enrolled by a organization, such as a school or employer. Unless you were given permission by your organization, it is a crime.
Do not continue if your device is currently owned or enrolled by a organization, such as a school or employer, unless you were given **direct permission to do so.**
:::

## Prerequisites
Expand All @@ -30,7 +30,7 @@ Only x86_64 devices are currently supported.
:::

::: tip
If you only have one device, please be sure to [setup a usb with your OS to install](ventoy.md) before flashing.
If you only have one device, please be sure to [setup a USB with your OS to install](ventoy.md) before flashing.
:::

## Asking for help properly
Expand Down
2 changes: 1 addition & 1 deletion src/docs/firmware/updating-firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The script does not work on Windows. If you are using Windows, boot a live Linux
curl is not installed by default for Ubuntu / Ubuntu distros. To install it, run: `sudo apt update && sudo apt install -y curl`
:::

1. Run [MrChromebox's firmware utility script](https://mrchromebox.tech/#fwscript).
1. Run [MrChromebox's Firmware Utility Script](https://mrchromebox.tech/#fwscript).
* In case you forgot, type `cd; curl -LO mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh` and press Enter.
2. Choose option 1: `Install/Update UEFI (Full ROM) Firmware`, and reboot if successful.

Expand Down
4 changes: 0 additions & 4 deletions src/docs/unbricking/unbrick-flipper.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ Go back to `Apps -> GPIO -> SPI Mem Manager -> Saved -> Yourfilename.bin`. Open
### Step 6

Assuming all went well, you should no longer have a unbricked system.

## Got Questions?

Please ask in the Chrultrabook Discord, or email me (meghan6) at [[email protected]](mailto:[email protected]).
2 changes: 1 addition & 1 deletion supported-devices/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A device having firmware available (either RW_LEGACY or UEFI Full ROM) does not

| Intel | AMD | ARM |
| - | - | - |
| Intel platforms have good support for both Linux and Windows. Some have support for macOS. | Stoneyridge support in Windows is questionable, and installing a custom kernel is required to get working audio in Linux. Ryzen has support for both Linux and Windows. MacOS is unsupported on all AMD platforms. | Currently unsupported by the Chrultrabook dev team. [PostmarketOS](https://wiki.postmarketos.org/wiki/Chrome_OS_devices) has support for a few ARM Chromebooks. |
| Intel platforms have good support for both Linux and Windows. Some have support for macOS. | Stoneyridge support in Windows is questionable, and installing a custom kernel is required to get working audio in Linux. Ryzen has support for both Linux and Windows. MacOS is **untested** on AMD platforms. | Currently unsupported by the Chrultrabook dev team. [PostmarketOS](https://wiki.postmarketos.org/wiki/Chrome_OS_devices) has support for a few ARM Chromebooks. |

## Firmware and OS Support

Expand Down

0 comments on commit d3c8f28

Please sign in to comment.