diff --git a/examples/platforms/efr32/README.md b/examples/platforms/efr32/README.md index 151b7cc09..63dde180a 100644 --- a/examples/platforms/efr32/README.md +++ b/examples/platforms/efr32/README.md @@ -65,7 +65,7 @@ EFR32 Starter kit mainboard integrates an on-board SEGGER J-Link debugger. ```bash $ cd -$ sudo ./JLinkGDBServer -if swd -device EFR32MG1PxxxF256 +$ sudo ./JLinkGDBServer -if swd -device EFR32MG12PxxxF1024 $ cd /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).