Plat EFR32: Update the device name supported by JLinkGDBServer. (#1705)

This commit is contained in:
Xiao Ma
2017-05-03 18:45:31 -07:00
committed by Jonathan Hui
parent 25e8ee9bfa
commit bd6e072647
+3 -1
View File
@@ -65,7 +65,7 @@ EFR32 Starter kit mainboard integrates an on-board SEGGER J-Link debugger.
```bash
$ cd <path-to-JLinkGDBServer>
$ sudo ./JLinkGDBServer -if swd -device EFR32MG1PxxxF256
$ sudo ./JLinkGDBServer -if swd -device EFR32MG12PxxxF1024
$ cd <path-to-openthread>/output/efr32/bin
$ arm-none-eabi-gdb ot-cli-ftd
$ (gdb) target remote 127.0.0.1:2331
@@ -74,6 +74,8 @@ $ (gdb) monitor reset
$ (gdb) c
```
Note: Support for the "EFR32MG12PxxxF1024" device was added to JLinkGDBServer V6.14d.
## Run the example with EFR32 boards
1. Flash two EFR32 boards with the `CLI example` firmware (as shown above).
2. Open terminal to first device `/dev/ttyACM0` (serial port settings: 115200 8-N-1).