spsdk-lauterbach


Namespsdk-lauterbach JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryLauterbach debug probe plugin for SPSDK
upload_time2025-02-11 18:41:59
maintainerNone
docs_urlNone
authorNXP
requires_python>=3.9
licenseBSD-3-Clause
keywords nxp spsdk lauterbach
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Lauterbach debug probe Plugin
=============================


* Free software: BSD-3-Clause


Features
--------

* Allow SPSDK to use Trace32 as an interface for Lauterbach debugger probes.


Installation
------------

* Activate virtual env, where you have SPSDK
    - to install spsdk run: `pip install spsdk`
* `pip install spsdk-lauterbach`
* Verify installation by running `nxpdebugmbox --help`
    - you should see `lauterbach` amongst available interfaces (--interface)


Usage
-----

* Make sure to enable remote control to Trace32 in your config file
    ```
    <mandatory empty line>
    ; Remote Control Access
    RCL=NETTCP
    PORT=20000
    <mandatory empty line>
    ```

* Make sure your startup script contains the following:
  - (required) DEBUGPORTTYPE (SWD, JTAG, CJTAG)
  - (required) CPU family (e.g.: CortexM33)
  - (optional) exact CPU (e.g.: LPC55S69JBD64-CPU0)
    - Exact CPU is not crucial for Debug Authentication (DA), it's for testing whether DA was successful
    - Without specifying exact CPU, `nxpdebugmbox` will end `without AHB access`, thus unable to determine DA's status


* Start Trace32
* Run your startup script
* Run `nxpdebugmbox`
  - you may specify `-i/--interface lauterbach`
  - you may specify `-s/--serial-no <probe's serial number>`


Credits
-------

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spsdk-lauterbach",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Michal Starecek <michal.starecek@nxp.com>",
    "keywords": "NXP, SPSDK, Lauterbach",
    "author": "NXP",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d7/a3/920cc6f14ef1ff2344219af0e88dfb461684d820745a83317e23644470eb/spsdk_lauterbach-0.3.1.tar.gz",
    "platform": null,
    "description": "\nLauterbach debug probe Plugin\n=============================\n\n\n* Free software: BSD-3-Clause\n\n\nFeatures\n--------\n\n* Allow SPSDK to use Trace32 as an interface for Lauterbach debugger probes.\n\n\nInstallation\n------------\n\n* Activate virtual env, where you have SPSDK\n    - to install spsdk run: `pip install spsdk`\n* `pip install spsdk-lauterbach`\n* Verify installation by running `nxpdebugmbox --help`\n    - you should see `lauterbach` amongst available interfaces (--interface)\n\n\nUsage\n-----\n\n* Make sure to enable remote control to Trace32 in your config file\n    ```\n    <mandatory empty line>\n    ; Remote Control Access\n    RCL=NETTCP\n    PORT=20000\n    <mandatory empty line>\n    ```\n\n* Make sure your startup script contains the following:\n  - (required) DEBUGPORTTYPE (SWD, JTAG, CJTAG)\n  - (required) CPU family (e.g.: CortexM33)\n  - (optional) exact CPU (e.g.: LPC55S69JBD64-CPU0)\n    - Exact CPU is not crucial for Debug Authentication (DA), it's for testing whether DA was successful\n    - Without specifying exact CPU, `nxpdebugmbox` will end `without AHB access`, thus unable to determine DA's status\n\n\n* Start Trace32\n* Run your startup script\n* Run `nxpdebugmbox`\n  - you may specify `-i/--interface lauterbach`\n  - you may specify `-s/--serial-no <probe's serial number>`\n\n\nCredits\n-------\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Lauterbach debug probe plugin for SPSDK",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/nxp-mcuxpresso/spsdk_plugins/tree/master/lauterbach",
        "Issues": "https://github.com/nxp-mcuxpresso/spsdk_plugins/issues"
    },
    "split_keywords": [
        "nxp",
        " spsdk",
        " lauterbach"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7a3920cc6f14ef1ff2344219af0e88dfb461684d820745a83317e23644470eb",
                "md5": "8ab2a137b877262ee8c481e11c04d50d",
                "sha256": "5cde9563e2fe0f6279ad7a6fc5df51ce97449bedffcfa812068126372c34d8be"
            },
            "downloads": -1,
            "filename": "spsdk_lauterbach-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8ab2a137b877262ee8c481e11c04d50d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8944,
            "upload_time": "2025-02-11T18:41:59",
            "upload_time_iso_8601": "2025-02-11T18:41:59.728948Z",
            "url": "https://files.pythonhosted.org/packages/d7/a3/920cc6f14ef1ff2344219af0e88dfb461684d820745a83317e23644470eb/spsdk_lauterbach-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-11 18:41:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nxp-mcuxpresso",
    "github_project": "spsdk_plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spsdk-lauterbach"
}
        
NXP
Elapsed time: 0.74760s