@@ -73,6 +73,7 @@ these references:
73
73
- `i.MX RT1170 Datasheet `_
74
74
- `i.MX RT1170 Reference Manual `_
75
75
- `MIMXRT1170-EVK Website `_
76
+ - `MIMXRT1170-EVKB Board Hardware User's Guide `_
76
77
- `MIMXRT1170-EVK Board Hardware User's Guide `_
77
78
78
79
External Memory
@@ -295,29 +296,28 @@ reprogrammed with JLink firmware.
295
296
- MIMXRT1170-EVKB: :ref: `mcu-link-cmsis-onboard-debug-probe `
296
297
- MIMXRT1170-EVK: :ref: `opensda-daplink-onboard-debug-probe `
297
298
299
+ Using LinkServer
300
+ ----------------
301
+
302
+ Install the :ref: `linkserver-debug-host-tools ` and make sure they are in your
303
+ search path. LinkServer works with the default CMSIS-DAP firmware included in
304
+ the on-board debugger.
305
+
298
306
Using J-Link
299
307
------------
300
308
301
- JLink is the default runner for this board. Install the
302
- :ref: `jlink-debug-host-tools ` and make sure they are in your search path.
309
+ Install the :ref: `jlink-debug-host-tools ` and make sure they are in your search path.
303
310
304
311
There are two options: the onboard debug circuit can be updated with Segger
305
312
J-Link firmware, or :ref: `jlink-external-debug-probe ` can be attached to the
306
313
EVK. See `Using J-Link with MIMXRT1170-EVKB `_ or
307
314
`Using J-Link with MIMXRT1160-EVK or MIMXRT1170-EVK `_ for more details.
308
315
309
- Using LinkServer
310
- ----------------
311
-
312
- Install the :ref: `linkserver-debug-host-tools ` and make sure they are in your
313
- search path. LinkServer works with the default CMSIS-DAP firmware included in
314
- the on-board debugger.
315
-
316
- Use the ``-r linkserver `` option with West to use the LinkServer runner.
316
+ Use the ``-r jlink `` option with West to use the jlink runner.
317
317
318
318
.. code-block :: console
319
319
320
- west flash -r linkserver
320
+ west flash -r jlink
321
321
322
322
Alternatively, pyOCD can be used to flash and debug the board by using the
323
323
``-r pyocd `` option with West. pyOCD is installed when you complete the
@@ -404,6 +404,9 @@ the option ``-DEXTRA_DTC_OVERLAY_FILE=nxp,enet1g.overlay`` instead.
404
404
.. _MIMXRT1170-EVK Board Hardware User's Guide :
405
405
https://www.nxp.com/webapp/Download?colCode=MIMXRT1170EVKHUG
406
406
407
+ .. _MIMXRT1170-EVKB Board Hardware User's Guide :
408
+ https://www.nxp.com/webapp/Download?colCode=MIMXRT1170EVKBHUG
409
+
407
410
.. _i.MX RT1170 Website :
408
411
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1170-crossover-mcu-family-first-ghz-mcu-with-arm-cortex-m7-and-cortex-m4-cores:i.MX-RT1170
409
412
0 commit comments