NXP Secure Provisioning SDK
Secure Provisioning SDK (SPSDK) allows the user to connect and communicate with a device; configure the device; prepare, download, and upload data including security operations. It is delivered in a form of python library and command-line applications.
Architecure
SPSDK is a library which may be separated into the following layers based on performed functionality:
-
Application Layer is a layer allowing SPSDK integration into various applications such as command-line utilities, GUI tools, DevOps/Automation infrastructure which is used in prototyping, production, or testing environments or any application based on specific customer needs. As a part of the library, several command-line applications are included.
-
Library Layer abstracts functionality related to images or messages creation and parsing including required security and cryptography functionality.
-
Protocol Layer packs or unpacks messages and images into a protocol defined by the required device counterpart.
-
Communication Layer links SPSDK and connected devices.
Supported Devices
Following NXP devices are supported:
Installation
- Make sure to have Python 3.6+ installed
- Create a virtual environment (venv, pipenv, etc.)
Directly from GitHub:
$ pip install -U https://github.com/NXPmicro/spsdk/archive/master.zip
Install SPSDK from sources:
$ git clone https://github.com/NXPmicro/spsdk.git
$ cd spsdk
$ pip install -r requirements-develop.txt
$ pip install -U -e .
In Windows OS you need to install Microsoft Visual C++ Build Tools
Note: If you use pip version 20.3, please downgrade it to 20.2.4, because of new resolver functionality.
Usage
- See examples directory
- See application directory
i.Mx RT 1050
To run examples using i.MX RT 1050 you need to download a flashloader:
- Go to: https://www.nxp.com/webapp/sps/download/license.jsp?colCode=IMX-RT1050-FLASHLOADER
- Review the license agreement, download and unzip the package
- Convert the elf file into bin (For this operation you need to have MCUXpresso IDE, IAR or Keil)
- run
python tools\flashloader_converter.py --elf-path <path/to/flashloader.elf> --ide-type <mcux | iar | keil> --ide-path <path/to/IDE/install/folder
- run
Dependencies
SPSDK requires Python >3.5 and <3.9 interpreter, old version 2.x is not supported !
- requirements.txt
- list of requirements for running SPSDK core + apps
- requirements-develop.txt
- requirements needed for development (running tests, checking coding style)
- docs/requirements.txt
- requirements needed for generating docs
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file spsdk-0.3.0.tar.gz.
File metadata
- Download URL: spsdk-0.3.0.tar.gz
- Upload date:
- Size: 261.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a09b4dcbd3ab08a4d8061874f2343037bd85460b39d2fb02503136928a7a9b73
|
|
| MD5 |
9958053fdba067eeb53ec4e6d036afac
|
|
| BLAKE2b-256 |
a192c77120c0773bc677d06574156d30558e2d0e9077301f9bdb6eb97c8adb3b
|