File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ List of examples contained within this repository:
10
10
* Install <a href =' https://github.com/ARMmbed/mbed-cli#installing-mbed-cli ' >Mbed CLI</a >
11
11
12
12
## Import
13
- The following are the steps required for install the application:
13
+ The following are the steps required to install the application:
14
14
* Clone the repository and deploy the Mbed OS project: ` mbed import https://github.com/ARMmbed/mbed-os-example-mbed-crypto `
15
15
* Change your current directory: ` cd mbed-os-example-mbed-crypto `
16
16
@@ -22,15 +22,11 @@ Once the compilation is completed successfully a binary file will be created: `.
22
22
23
23
## Program your board
24
24
1 . Connect your mbed device to the computer over USB.
25
- 1 . Copy the binary file to the mbed device.
26
- 1 . Press the reset button to start the program.
25
+ 1 . Copy the binary file (` mbed-os-example-mbed-crypto.bin ` ) to the Mbed device.
27
26
28
27
## Run
29
- The following are the steps required to run the example program:
30
- * Connect the Mbed device to your computer over USB.
31
- * Copy the binary file (` mbed-os-example-mbed-crypto.bin ` ) to the Mbed device.
32
- * Connect to the Mbed Device using a serial client application of your choice.
33
- * Press the reset button on the Mbed device to run the program.
28
+ 1 . Connect to the Mbed Device using a serial client application of your choice.
29
+ 1 . Press the reset button on the Mbed device to run the program.
34
30
35
31
The expected output from a successful execution of the example program should be as follows:
36
32
```
You can’t perform that action at this time.
0 commit comments