File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,16 @@ Features:
9
9
10
10
Because the point of this repository is to propose the change ideas, mbed-cloud-client patching is required before compilation.
11
11
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
15
14
./patch-mbed-cloud-client.sh
16
15
17
16
# Compilation
18
17
19
18
mbed target K64F
20
19
mbed toolchain GCC_ARM
20
+ mbed device-management init -d arm.com --model-name example-app --force -q
21
21
mbed compile
22
-
23
22
24
23
# Program Flow
25
24
@@ -28,3 +27,10 @@ Because the point of this repository is to propose the change ideas, mbed-cloud-
28
27
1 . Send enter through putty/minicom to simulate button
29
28
1 . Send 'i' to print endpoint name
30
29
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
+
You can’t perform that action at this time.
0 commit comments