From 0a83efb228fb4c33609af1611b50d9cff3809100 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Thu, 14 Dec 2023 13:20:20 +0100 Subject: [PATCH] docs/psoc6/installation.rst: Update python script option. Signed-off-by: enriquezgarc --- docs/psoc6/installation.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/psoc6/installation.rst b/docs/psoc6/installation.rst index e974d1f052a70..9838f45407959 100644 --- a/docs/psoc6/installation.rst +++ b/docs/psoc6/installation.rst @@ -146,6 +146,7 @@ MicropPython firmware version: You can run any command any time you want to upgrade to the latest MicroPython firmware version. This command will take care of the following steps: +* Download and install fw-loader, which will be used to update the board flasher firmware. * Download and install openocd, which is the software required to deploy a firmware file on PSoC6™ controllers * Download the latest ``.hex`` file for your select board * Deploy the latest version of MicroPython firmware on your board @@ -190,7 +191,8 @@ Updating the flasher firmware The evaluation PSoC6™ boards include an integrated hardware programmer tool using `KitProg `_ firmware. Some older boards will come preflashed with KitProg version 2. In MicroPython PSoC6™ port it is required to use KitProg version 3, and the setup process will fail for version 2. -If you need to update the KitProg firmware, you can use the flag ``-u`` for updating the firmware version in the MicropPython device setup process. +By default, the device setup automatically updates the flasher firmware, ensuring compatibility with the rest of the flashing tools. +If you want to skip the KitProg firmware update step, you can use the flag ``-s`` or ``--skip-fw-update`` during the ``device-setup`` process. .. tabs:: @@ -198,7 +200,7 @@ If you need to update the KitProg firmware, you can use the flag ``-u`` for upda .. code-block:: bash - python mpy-psoc6.py device-setup -u + python mpy-psoc6.py device-setup -s .. warning:: @@ -304,6 +306,3 @@ Programmer User Guide `_. - - -