HSE secure boot(S32K31x)merge srec file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HSE secure boot(S32K31x)merge srec file

682 Views
Jay_Park1
NXP Employee
NXP Employee

hi all,

if I create secure boot loader "srec file" or "elf file" and there's another application "srec file."

how to merge it?

0 Kudos
Reply
2 Replies

662 Views
Jay_Park1
NXP Employee
NXP Employee

thanks!

0 Kudos
Reply

667 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Jay_Park1 

it is possible to link binary/srec files directly to your project like this:

https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Link-a-binary-file-s-into-the-ap...

If you already have two srec files, you can merge them using srec_cat tool:

https://srecord.sourceforge.net/

Example:

srec_cat app.s19 boot.s19 -o combined.s19

Regards,

Lukas