Skip to content

Commit

Permalink
Update compiling-coreboot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WildPuppyWin authored Nov 7, 2023
1 parent 141b6fd commit cc5bddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compiling-coreboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Building and flashing your own firmware has the potential to brick your device.
6. **Download flashrom, then give it execute permission.**
* `cd; curl -LO https://tree123.org/chrultrabook/utils/flashrom-libpci38; chmod +x flashrom-libpci38`
7. **Flash your custom ROM**
* Note: Intel Chromebooks should be flashed with `--ifd -i bios`
* Note: Intel Chromebooks should be flashed with `--ifd -i bios` ex: `sudo ./flashrom -p internal --ifd -i bios -w coreboot.rom`
* Backup your current rom, just in case things go wrong: `./flashrom-libpci38 -p internal -r current.rom`
* Flash your custom firmware: `sudo ./flashrom-libpci38 -p internal -w ~/dev/firmware/coreboot_edk2-<boardname>-mrchromebox_<yearmonthdate>.rom`
8. **Reboot**
Expand Down

0 comments on commit cc5bddb

Please sign in to comment.