Dear Team,
I am trying to select a bootloader for my s32k344 board. And, I need to customize this bootloader. Can you please suggest which bootloader is best for s32k344?
Regards
Ashok
Thre is an Unified bootloader Demo (no HSE is used) solution of S12Z, S32K1xx and S32K3xx.
B.R
VaneB
Hi @VaneB ,
Thanks you so much for the reply.
Actually I am looking for Secondary bootloader for S32K344. Is there any suggestion regarding secondary bootloaders?
Regards
Ashok
What we have are:
The Unified bootloader previously mentioned (no HSE is used), and there is support in HSE firmware. You can download HSE FW and HSE demo app, HSE OTADEMO for A/B Swap from S32K3 Standard Software -> S32K3 Reference Software packages.
Hi @VaneB,
I just have one more question regarding Unified bootloader.
Is that possible to customize this Unified bootloader? Means, can I include some .c & .h files in this bootloader and build it for S32K3 boards?
Regards
Ashok
Any necessary modifications can be made to the project and the functionality is up to your implementation.
Our demo codes are provided as a reference, we do not recommend to use at production.