Skip to content

Commit 8f03896

Browse files
author
Amanda Butler
authored
Add and fix links in bootloader.md
Add link to the top of the page, and fix other link to point to a more specific location.
1 parent f1a57d4 commit 8f03896

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
@@ -1,6 +1,6 @@
11
## Creating and using a bootloader
22

3-
This guide explains how to create a bootloader, how to create a main program to go with the bootloader and how to use this bootloader to perform software updates.
3+
This guide explains how to create a [bootloader](../reference/bootloader-configuration.html), how to create a main program to go with the bootloader and how to use this bootloader to perform software updates.
44

55
### Arm Mbed OS managed bootloader
66

@@ -203,7 +203,7 @@ Alternatively, you can edit `mbed_app.json`, and override the target bootloader
203203

204204
You want to have an unmanaged bootloader when your bootloader's requirements conflict with the requirements of the managed bootloader. You need an unmanaged bootloader when your bootloader does not come before your application in ROM or your application does not start immediately after your bootloader. Unlike a managed bootloader, an unmanaged bootloader does not automatically merge the bootloader image with the application image after building the application. We expect users of an unmanaged bootloader build to construct their own set of scripts built atop the `mbed compile` primitive to perform bootloader and application merging.
205205

206-
An unmanaged bootloader build is a method of controlling the link location of a program within Mbed OS. There are two configuration options available for changing the link location: `target.mbed_app_start` and `target.mbed_app_size`. Please see [bootloader configuration](../reference/configuration.html) for complete descriptions of these options.
206+
An unmanaged bootloader build is a method of controlling the link location of a program within Mbed OS. There are two configuration options available for changing the link location: `target.mbed_app_start` and `target.mbed_app_size`. Please see [bootloader configuration](../reference/bootloader-configuration.html) for complete descriptions of these options.
207207

208208
### Exporter limitations
209209

0 commit comments

Comments
 (0)