Skip to content

Commit 7e1146f

Browse files
haduongquangkartben
authored andcommitted
doc: flash_debug: add requirement for debug probe supported
Document the S32DS and S32Debug Probe OS supported version, and guide to upgrade the OS of the S32DebugProbe. Signed-off-by: Ha Duong Quang <[email protected]>
1 parent 0f0dd27 commit 7e1146f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

doc/develop/flash_debug/host-tools.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,13 +462,13 @@ the runner on each invocation via ``--s32ds-path`` as shown below:
462462

463463
.. code-block:: console
464464
465-
west debug --s32ds-path=/opt/NXP/S32DS.3.5
465+
west debug --s32ds-path=/opt/NXP/S32DS.3.6
466466
467467
.. group-tab:: Windows
468468

469469
.. code-block:: console
470470
471-
west debug --s32ds-path=C:\NXP\S32DS.3.5
471+
west debug --s32ds-path=C:\NXP\S32DS.3.6
472472
473473
If multiple S32 debug probes are connected to the host via USB, the runner will
474474
ask the user to select one via command line prompt before continuing. The
@@ -491,6 +491,18 @@ afterwards detach the debug session:
491491
492492
west debug --tool-opt='--batch'
493493
494+
Requirements
495+
------------
496+
497+
- **S32 Design Studio version**: 3.6.0 or newer.
498+
- **S32DebugProbe OS (firmware)**: 1.1.0 or newer.
499+
500+
S32 Debug Probe OS Upgrade Procedure
501+
------------------------------------
502+
503+
Refer to the “Reprogramming S32 Debug Probe Firmware Images” chapter
504+
in the `S32 Debug Probe User Guide`_ to upgrade the OS of the S32DebugProbe.
505+
494506
.. _runner_probe_rs:
495507

496508
probe-rs Debug Host Tools
@@ -688,6 +700,9 @@ For more about the UF2 format and its tooling, see `USB Flashing Format (UF2)`_.
688700
.. _S32 Design Studio for S32 Platform Installation User Guide:
689701
https://www.nxp.com/webapp/Download?colCode=S32DSIG
690702

703+
.. _S32 Debug Probe User Guide:
704+
https://www.nxp.com/docs/en/user-guide/S32DBGUG.pdf
705+
691706
.. _probe-rs Installation:
692707
https://probe.rs/docs/getting-started/installation/
693708

0 commit comments

Comments
 (0)