mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
Plat EFR32: Update the device name supported by JLinkGDBServer. (#1705)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user