Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/variants/asus_kgpe_d16/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ To build coreboot image, follow the steps below:
4. Inside of the container, configure and start the build process:

```bash
(docker)cp configs/config.asus_kgpe_d16_<variant> .config
(docker)make olddefconfig
(docker)make
cp configs/config.asus_kgpe_d16_<variant> .config
make olddefconfig
make
```

This will produce a debug binary placed in `build/coreboot.rom` for a 2MB flash
Expand Down
6 changes: 3 additions & 3 deletions docs/variants/talos_2/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ To build coreboot image, follow the steps below:
1. Inside of the container, configure and start the build process:

```bash
(docker)cp configs/config.raptor-cs-talos-2 .config
(docker)make olddefconfig
(docker)make
cp configs/config.raptor-cs-talos-2 .config
make olddefconfig
make
```

## Building heads
Expand Down