Skip to content

Commit

Permalink
fix build script output folder
Browse files Browse the repository at this point in the history
fixes #160
  • Loading branch information
ninelore committed Dec 31, 2024
1 parent 6fb6d1c commit 45681b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/docs/firmware/compiling-coreboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <boardname>`
- 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**

0 comments on commit 45681b9

Please sign in to comment.