mirror of https://github.com/wolfSSL/wolfBoot.git
parent
de330fbe4f
commit
31819bd206
|
@ -78,7 +78,7 @@ For detailed information about the configuration options for the target system,
|
||||||
- Compile the new firmware image, and link it so that its entry point is at the start address of the primary partition
|
- Compile the new firmware image, and link it so that its entry point is at the start address of the primary partition
|
||||||
- Sign the firmware using the `sign.py` tool and the private key generated for the factory image
|
- Sign the firmware using the `sign.py` tool and the private key generated for the factory image
|
||||||
- Transfer the image using a secure connection, and store it to the secondary firmware slot
|
- Transfer the image using a secure connection, and store it to the secondary firmware slot
|
||||||
- Trigger the image swap using libwolfboot `wolfBoot_update()` function. See [wolfBoot library API](docs/API.md) for a description of the operation
|
- Trigger the image swap using libwolfboot `wolfBoot_update_trigger()` function. See [wolfBoot library API](docs/API.md) for a description of the operation
|
||||||
- Reboot to let the bootloader begin the image swap
|
- Reboot to let the bootloader begin the image swap
|
||||||
- Confirm the success of the update using libwolfboot `wolfBoot_success()` function. See [wolfBoot library API](docs/API.md) for a description of the operation
|
- Confirm the success of the update using libwolfboot `wolfBoot_success()` function. See [wolfBoot library API](docs/API.md) for a description of the operation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue