diff --git a/docs/lib.md b/docs/lib.md index bd3515f4..5e7841cf 100644 --- a/docs/lib.md +++ b/docs/lib.md @@ -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) ```