Hi Jiri,
For now I am thinking of using default boot loader that got flashed to S32K144-EVB when first program was flashed.
I would like to update only application firmware with the help of existing boot loader.
Implementation Requirement:
a. I will trigger reboot by triggering software reset by using SYSRESETREQ.
b. On reboot, execution should stop at boot loader and boot loader will receive firmware buffer in part by part over UART from other processor. So boot loader will start updating the application firmware to the dedicated address.
c. After firmware updation, boot loader will send success/failure acknowledgement to processor and reboots to application.
Can you give your thoughts/idea to implement above use case.
Thanks
Mohan