Skip to content

Commit a8cbc61

Browse files
committed
docs: add Kontron VX3060-S2 FSP target
1 parent 2f4abd5 commit a8cbc61

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/Targets.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,3 +2350,21 @@ IMAGE=test-app/image.elf SIGN=--ecc384 tools/x86_fsp/qemu/make_hd.sh
23502350
For more advanced uses of TPM, please check [TPM.md](TPM.md) to configure wolfBoot
23512351
according to your secure boot strategy.
23522352

2353+
### Running on Kontron VX3060-S2
2354+
2355+
A reference configuration and helper scripts are provided to run wolfBoot on
2356+
Kontron VX3060-S2 board.
2357+
A flash dump of the original Flash BIOS is needed.
2358+
To compile a flashable image run the following steps:
2359+
2360+
```
2361+
cp config/examples/kontron_vx3060_s2.config .config
2362+
./tools/x86_fsp/tgl/tgl_download_fsp.sh
2363+
make tpmtools
2364+
./tools/x86_fsp/tgl/assemble_image.sh -k
2365+
make CFLAGS_EXTRA="-DHAVE_ECC256"
2366+
./tools/x86_fsp/tgl/assemble_image.sh -n /path/to/original/flash/dump
2367+
```
2368+
2369+
they produce a file named `final_image.bin` inside the root folder of the
2370+
repository that can be directly flashed into the BIOS flash of the board.

0 commit comments

Comments
 (0)