Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link to Mbed bootloader in README.md #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you use Mbed CLI 1.8.x then two images are created when you compile [Pelion D
1. A full image `mbed-cloud-client-example-internal.bin` which combines the application with the bootloader and is used for the initial programming of the device
1. An update image `mbed-cloud-client-example-internal_update.bin` which contains only the application and is used for updating the device over the air

In order for Mbed CLI to pick up the bootloader binary you built, set `"target.bootloader_img": <path to bootloader binary>` in your application's `mbed_app.json` For more details, see [Arm Mbed OS managed bootloader](https://os.mbed.com/docs/v5.10/tutorials/bootloader.html#arm-mbed-os-managed-bootloader).
In order for Mbed CLI to pick up the bootloader binary you built, set `"target.bootloader_img": <path to bootloader binary>` in your application's `mbed_app.json` For more details, see [Arm Mbed OS managed bootloader](https://os.mbed.com/docs/mbed-os/v6.8/program-setup/creating-and-using-a-bootloader.html#arm-mbed-os-managed-bootloader).

Flash `mbed-cloud-client-example-internal.bin` to your device by drag and drop.

Expand Down