Hi All,
I have downloaded Localization SDK version SDK_25_06_00_KW45B41Z-LOC and I’m able to generate a sb3 file with our keys. When flashing the sb3 on a fresh custom PCB, it works fine.
Now, to update to SDK_25_09_00_KW45B41Z-LOC, I generated a new sb3 file specific to this version. When I try to flash this new sb3 file, I encounter the following error:
Interestingly, if I use an older SDK (non-localization one), generate sb3, and flash it, that works without any issue.
Has anyone faced a similar issue with SDK_25_09_00_KW45B41Z-LOC?
Is there any change in the sb3 generation process for this release?
Or are there known differences in memory layout/bootloader compatibility between 25_06_00 and 25_09_00 localization SDKs?
Any insights or guidance would be much appreciated.
Thanks in advance!
Cheers
Christian
已解决! 转到解答。
Hello Christian,
Could you help us describe and give details about the method you implement for update and generate your SB file? Are you following an application note or NXP post, information?
getting cumulative write error, normally occurs when you write multiple times to the same flash region without performing a mass erase or region erase first. Could you help us perform a mass erase and retry?
If you need to see more information about implemented changes between SDK version, please refer to [Connectivity Framework related] in Connectivity framework CHANGELOG — MCUXpresso SDK Documentation] and in MCUXpresso SDK Release Notes — MCUXpresso SDK Documentation
Best Regards
Luis
Hi @luis_maravilla ,
I'm using AN13883 for generating secure binary with our keys.
Before flashing the sb3 file, I usually erase the memory with this command:
blhost -p COMx flash-erase-all , I think this will do the mass erase right ?
Thanks & Regards
Christian.
Hello Christian,
Yes, that is the command, Could you help us confirm if that work?
Also, could you update your SPSDK tool to newest version to avoid incompatibilities, the information is in Chapter 3 from AN13883
Best Regards
Luis
Hi @luis_maravilla ,
Unfortunately, the mass erase command did not help.
I am using **SPSDK version 3.2.0** along with the following files:
Could you please confirm if there are any changes required, or provide the updated versions?
In AN13883, it is mentioned that a zip file is available, but I could not find any such file attached.
Additionally, when I go to the location:
C:\nxp\spsdk\examples\jupyter_examples
and open kw45_load_NBU_image, I get a compilation error, it is from 2023.
Could you please confirm if this example file has been updated by NXP?
Thanks & Regards,
Christian.