diff --git a/src/docs/firmware/compiling-coreboot.md b/src/docs/firmware/compiling-coreboot.md index a54701c3..01d50cc9 100644 --- a/src/docs/firmware/compiling-coreboot.md +++ b/src/docs/firmware/compiling-coreboot.md @@ -19,8 +19,7 @@ Building and flashing your own firmware has the potential to brick your device. - Replacing the default logo (`Documentation/coreboot_logo.bmp`) - Changing version string (`CONFIG_LOCALVERSION`) 5. **Build the ROM** - - create build dir: `mkdir -p ~/dev/firmware` - `./build-uefi.sh ` - For example, `./build-uefi.sh careena` - - ROMs will be stored in `~/dev/firmware` + - ROMs will be stored in `../roms` 6. **Continue onto [Flashing Manually](manually-flashing.md) to flash**