Skip to content

Update README #3

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

Merged
merged 1 commit into from
Jul 5, 2019
Merged
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
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ Features:

Because the point of this repository is to propose the change ideas, mbed-cloud-client patching is required before compilation.

mbed import new-mbed-os-pelion-example
cd new-mbed-os-pelion-example
git checkout -b reduced-configuration -t origin/reduced-configuration
mbed import mbed-os-pelion-example
cd mbed-os-pelion-example
./patch-mbed-cloud-client.sh

# Compilation

mbed target K64F
mbed toolchain GCC_ARM
mbed device-management init -d arm.com --model-name example-app --force -q
mbed compile


# Program Flow

Expand All @@ -28,3 +27,10 @@ Because the point of this repository is to propose the change ideas, mbed-cloud-
1. Send enter through putty/minicom to simulate button
1. Send 'i' to print endpoint name
1. Send Ctrl-C through putty/minicom to unregister

# Further information and requirements

Check the public tutorial for further information:

https://www.pelion.com/docs/device-management/current/connecting/mbed-os.html