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.
Other
55
stars
24
forks
source link
Add support for version_check command - fixes issue #48 #49
Add support for version_check command. Example of usage:
options { flags = 0x8; // 0x8 encrypted + signed, 0x4 encrypted buildNumber = 0x1; productVersion = "1.00.00"; componentVersion = "1.00.00"; secureBinaryVersion = "2.1"; } sources { inputFile = extern(0); } section (0) { version_check sec 0x2; version_check nsec 2; erase 0x0..0x40000; load inputFile > 0x0; }