mirror of https://github.com/wolfSSL/wolfBoot.git
Documentation cleanups for building wolfBoot as library.
parent
cb0a903999
commit
80caddb1be
|
@ -1,8 +1,11 @@
|
||||||
|
# Build wolfBoot as Library
|
||||||
|
|
||||||
|
## Example Build steps
|
||||||
|
|
||||||
```
|
```
|
||||||
ln -s config/examples/library.config .config
|
ln -s config/examples/library.config .config
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
cat > include/target.h << EOF
|
cat > include/target.h << EOF
|
||||||
#ifndef H_TARGETS_TARGET_
|
#ifndef H_TARGETS_TARGET_
|
||||||
|
@ -28,4 +31,7 @@ make keytools
|
||||||
```
|
```
|
||||||
make test-lib
|
make test-lib
|
||||||
./test-lib empty_v1_signed.bin
|
./test-lib empty_v1_signed.bin
|
||||||
|
|
||||||
|
Firmware Valid
|
||||||
|
booting 0x5609e3526590(actually exiting)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue