Skip to content

Commit e51d74b

Browse files
authored
Instructions for new RF driver
1 parent 1fd5b21 commit e51d74b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,20 @@ In order to run a 6LoWPAN-ND network, you need a working RF driver for Nanostack
5454

5555
To change the RF driver:
5656

57-
1. Uninstall the default driver:
57+
1. Uninstall the Atmel RF driver:
5858
```
5959
mbed remove atmel-rf-driver
6060
```
6161

6262
2. Install the new driver:
63+
64+
For example, for the FRDM-CR20A radio shield based on the MCR20A device:
65+
6366
```
64-
mbed add <your RF driver address>
67+
mbed add mcr20a-rf-driver
6568
```
6669

6770
3. Recompile your application:
6871
```
69-
`mbed compile`
72+
mbed compile -m K64F -t GCC_ARM
7073
```

0 commit comments

Comments
 (0)