2024-02-28 02:13 AM - edited 2024-03-11 03:32 AM
Hi Team,
I am trying to add a Secondary/custom bootloader in SBSFU. But not able to figure it out how to do it. I changed memory for active slot area and used the same area for custom bootloader in both linker file of both SBSFU and custom bootloader application. But does not work as expected. Can you please guide me through this?
I need to add a Custom bootloader and trigger user application from it. What are the modification that I need to do for this. I am using STM32H753 board.
2024-03-22 02:03 AM
Hi @Jocelyn RICARD ,
Thanks for suggestions. I will check with changes and update.
2024-04-02 05:01 AM
Hi @Jocelyn RICARD ,
I am able to build a custom bootloader and this image is verified in SBSFU.
Now i want to add verification of user application in custom bootloader. How we can achieve this?
2024-04-03 05:02 AM
Hello @ranganath_b_rangaramu ,
The verification of the user application is the SBSFU task.
The custom loader task is only to download and flash the encrypted/signed application.
Best regards
Jocelyn