Skip to content
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
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,20 @@ In order to run a 6LoWPAN-ND network, you need a working RF driver for Nanostack

To change the RF driver:

1. Uninstall the default driver:
1. Uninstall the Atmel RF driver:
```
mbed remove atmel-rf-driver
```

2. Install the new driver:

For example, for the FRDM-CR20A radio shield based on the MCR20A device:

```
mbed add <your RF driver address>
mbed add mcr20a-rf-driver
```

3. Recompile your application:
```
`mbed compile`
mbed compile -m K64F -t GCC_ARM
```