Hello NXP community,
Over the past year or so, several S32K users have requested support of this microcontroller family in the open source OpenBLT bootloader project. I just wanted to give a brief update on its status.
The S32K family of microcontrollers is now fully supported in OpenBLT, including demo programs for the S32K118 EVB and the S32K144 EVB boards. The demo programs can be built with either the S32 Design Studio IDE or the IAR Embedded Workbench and they are configured for making firmware updates via both RS232 and CAN.
The support for the NXP S32K is currently available in the SourceForge SVN trunk and the GitHub GIT master branch. It will be included in the next stable release of OpenBLT, which is planned for early July 2020. In the meantime you can checkout / clone the development version of OpenBLT from SVN or GIT to access the new NXP S32K support.
For those interested, this blog article provides more details regarding the S32K support in the OpenBLT bootloader.
Have fun playing with the bootloader and enjoy your day!
Hi Frank,
great news, thanks for sharing this!
For others, I will add other options/materials we have:
AN12218, S32K1xx Bootloader – Application note
https://www.nxp.com/docs/en/application-note/AN12218.pdf
https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip
AN12323 : S32K1xx Firmware updates
https://www.nxp.com/docs/en/application-note/AN12323.pdf
https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip
Unified Bootloader Framework
Regards,
Lukas
build project with S32DS 2018.R1 from unified_bootloader_framework.zip not success,
echo error:
1. Ld error: Cannot run program "": Launching failed .
2. Program "" not found in PATH.
how to resolve it thanks.