From 45681b91f732588250e2c7ac87b3d36a53db8bbe Mon Sep 17 00:00:00 2001 From: Ingo Reitz <9l@9lo.re> Date: Tue, 31 Dec 2024 17:01:07 +0100 Subject: [PATCH] fix build script output folder fixes #160 --- src/docs/firmware/compiling-coreboot.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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**