File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2350,3 +2350,21 @@ IMAGE=test-app/image.elf SIGN=--ecc384 tools/x86_fsp/qemu/make_hd.sh
23502350For more advanced uses of TPM, please check [ TPM.md] ( TPM.md ) to configure wolfBoot
23512351according 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.
You can’t perform that action at this time.
0 commit comments