spsdk icon indicating copy to clipboard operation
spsdk copied to clipboard

Secure Provisioning SDK (SPSDK) is unified, reliable and easy to use SW library working across NXP MCU portfolio providing strong foundation from quick customer prototyping up to production deployment...

Results 9 spsdk issues
Sort by recently updated
recently updated
newest added

Hi! When trying to package this project for Arch Linux I will have to remove a lot of overly strict version restrictions in the requirement files. E.g. [requirements.txt](https://github.com/NXPmicro/spsdk/blob/5ab36c5db3cda4a118d4d09bc42d6e6c60900a1e/requirements.txt) is read...

hi, after following the lpc55sxx_secure_boot.ipynb steps i can get my device to boot my master boot image (after some minor modifications). however, as an experiment i tried to erase the...

I'm working through the [LPC55Sxx Secure Boot](https://spsdk.readthedocs.io/en/2.0.1/examples/lpc55sxx_secure_boot.html) page in the SPSDK documentation. It describes how to prepare and write the data for the CMPA (Customer Manufacturing Programming Area) and CFPA...

Hi! As raised in https://github.com/NXPmicro/pypemicro/issues/10 I believe that the origins of the shared libraries provided by the pypemicro package are not trustworthy enough to be shipped to users. Please consider...

A customer reports that during a firmware update using `McuBoot.receive_sb_file` on a LPC55 chip, the update stalled for more than 10 minutes without progress. The log messages show that 60...

Release 1.9.0 adds a logger for the `spsdk` module even if it is only used as a library. I think this should only be the case for the `spsdk` application...

`libusbsio` does not include a binary for *BSD systems so `spsdk` cannot be used on these systems. Please consider adding *BSD support. A developer using our software was able to...

While trying to read some imx image I get an exception: ```` Traceback (most recent call last): File "/tmp/spsdk/spsdk/image/commands.py", line 1362, in parse_command cmdtag = CmdTag.from_int(data[offset]) File "/tmp/spsdk/spsdk/utils/easy_enum.py", line 158,...

Is it possible to sign a os container for i.MX93 (linux + initramfs + dtb) using the spsdk? If yes how does the yaml file have to look like?