Skip to content

Commit 6ba228c

Browse files
Swap managed + unmanaged BL Exporter paragrahs
1 parent 1bb469b commit 6ba228c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/bootloader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The exporters do not interpret Mbed OS configuration, and any changes to configu
110110
Further, the exporters do not implement the postbuild merge that bootloader builds use.
111111

112112
For a managed bootloader:
113-
After exporting a project with the `target.mbed_app_start` setting, you are responsible for ensuring that a boot loader is present, if needed. Without flashing this boot loader image, the device will not boot correctly.
113+
After exporting a project with the `target.bootloader_img` setting, you are responsible for flashing the binary mentioned in the configuration parameter. Without flashing this bootloader image, the device will not boot correctly.
114114

115115
For an unmanaged bootloader:
116-
After exporting a project with the `target.bootloader_img` setting, you are responsible for flashing the binary mentioned in the configuration parameter. Without flashing this bootloader image, the device will not boot correctly.
116+
After exporting a project with the `target.mbed_app_start` setting, you are responsible for ensuring that a boot loader is present, if needed. Without flashing this boot loader image, the device will not boot correctly.

0 commit comments

Comments
 (0)