Skip to content

Commit

Permalink
docs: add Kontron VX3060-S2 FSP target
Browse files Browse the repository at this point in the history
  • Loading branch information
rizlik committed Apr 24, 2024
1 parent 75f3b0d commit 8cd363d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/Targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2350,3 +2350,21 @@ IMAGE=test-app/image.elf SIGN=--ecc384 tools/x86_fsp/qemu/make_hd.sh
For more advanced uses of TPM, please check [TPM.md](TPM.md) to configure wolfBoot
according to your secure boot strategy.

### Running on Kontron VX3060-S2

A reference configuration and helper scripts are provided to run wolfBoot on
Kontron VX3060-S2 board.
A flash dump of the original Flash BIOS is needed.
To compile a flashable image run the following steps:

```
cp config/examples/kontron_vx3060_s2.config .config
./tools/x86_fsp/tgl/tgl_download_fsp.sh
make tpmtools
./tools/x86_fsp/tgl/assemble_image.sh -k
make CFLAGS_EXTRA="-DHAVE_ECC256"
./tools/x86_fsp/tgl/assemble_image.sh -n /path/to/original/flash/dump
```

they produce a file named `final_image.bin` inside the root folder of the
repository that can be directly flashed into the BIOS flash of the board.

0 comments on commit 8cd363d

Please sign in to comment.