Skip to content

Commit f6d369c

Browse files
authored
Update README (#3)
1 parent d19ee8e commit f6d369c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ Features:
99

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

12-
mbed import new-mbed-os-pelion-example
13-
cd new-mbed-os-pelion-example
14-
git checkout -b reduced-configuration -t origin/reduced-configuration
12+
mbed import mbed-os-pelion-example
13+
cd mbed-os-pelion-example
1514
./patch-mbed-cloud-client.sh
1615

1716
# Compilation
1817

1918
mbed target K64F
2019
mbed toolchain GCC_ARM
20+
mbed device-management init -d arm.com --model-name example-app --force -q
2121
mbed compile
22-
2322

2423
# Program Flow
2524

@@ -28,3 +27,10 @@ Because the point of this repository is to propose the change ideas, mbed-cloud-
2827
1. Send enter through putty/minicom to simulate button
2928
1. Send 'i' to print endpoint name
3029
1. Send Ctrl-C through putty/minicom to unregister
30+
31+
# Further information and requirements
32+
33+
Check the public tutorial for further information:
34+
35+
https://www.pelion.com/docs/device-management/current/connecting/mbed-os.html
36+

0 commit comments

Comments
 (0)