Skip to content

Commit c809b4d

Browse files
committed
example: bootloader: fix the document issues.
Signed-off-by: Watson Zeng <[email protected]>
1 parent 278f55d commit c809b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/baremetal/bootloader/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ If the binary file is generated successfully, you will output as follows:
159159
- Generate *boot.bin* using any embARC example
160160
+ Here take *<embarc_root>/example/freertos/kernel* for example
161161

162-
+ When using MCUBoot, you should modify **LIB_SEL += mcuboot** in your makefile to enable MCUBoot. And you should use the imgtool to sign the generated binary
162+
+ When using MCUBoot, you should modify **LIB_SEL += mcuboot** and **MID_SEL += mbedtls** in your makefile to enable MCUBoot. And you should use the imgtool to sign the generated binary
163163

164164
.. code-block:: console
165165

0 commit comments

Comments
 (0)