Documentation cleanups for building wolfBoot as library.

pull/203/head
David Garske 2022-05-19 11:36:25 -07:00 committed by Daniele Lacamera
parent cb0a903999
commit 80caddb1be
1 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,11 @@
# Build wolfBoot as Library
## Example Build steps
```
ln -s config/examples/library.config .config
```
```
cat > include/target.h << EOF
#ifndef H_TARGETS_TARGET_
@ -28,4 +31,7 @@ make keytools
```
make test-lib
./test-lib empty_v1_signed.bin
Firmware Valid
booting 0x5609e3526590(actually exiting)
```