Question
stm32u5 Secure boot with RSS(root-secure-service) as starting point?
Hi,
I am trying to write a bootloader that implements secure boot on STM32U545 or 585. Now I work on the SBSFU Example from ST on the discovery board b-u585i-iot02a as a starting point.
Questions:
- Can I use a bootloader based on the SBSFU_Boot from STM32U5 as the unique boot entry point and configured as write protected, to achieve the aim of secure boot?
- If the bootloader should be updatable in field, which method can be used?
- Possiblity: boot from RSS with DFU. But I need to get to USB on Hardware, right?
- Is there other ways than using USB?
Thanks in advance.
