Update encrypted_partitions.md

pull/73/head
Daniele Lacamera 2020-07-21 18:06:12 +02:00 committed by GitHub
parent 5fc7321032
commit 0bd4026b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ the function `ext_flash_write` will store the payload unencrypted.
In order to trigger an update, before calling `wolfBoot_update_trigger` it is necessary to set the temporary key used by the bootloader by calling `wolfBoot_set_encrypt_key`.
An example of encrypted update trigger can be found in the [stm32wb test application source code](test-app/app_stm32wb.c).
An example of encrypted update trigger can be found in the [stm32wb test application source code](../test-app/app_stm32wb.c).