2023-05-30 07:50 AM
I try to build system that communicate via ethernet and also wants to update software in the same way.
The question is what is the best way to handle this kind of system?
for example :
1) my own bootloader + flash program x 2 ,bootloader will manage it
2) using st bootloader, If this is even possible? (in this way I'm Worried that in some state the system can be in brick state).
Additional ideas are welcome
Thanks, M
Solved! Go to Solution.
2023-05-30 12:31 PM
> I'm Worried that in some state the system can be in brick state).
Have the debugger connector exposed, so it can be used for recovery.
Note that if you activate RDP2, both debugger connector and the ST bootloader are unusable.
2023-05-30 12:31 PM
> I'm Worried that in some state the system can be in brick state).
Have the debugger connector exposed, so it can be used for recovery.
Note that if you activate RDP2, both debugger connector and the ST bootloader are unusable.
2023-06-13 04:01 AM
AFAIK, if you want to perform updates over ethernet, you must write your own bootloader.
The ST bootloader on H7 is working with all kinds of interfaces, but not ethernet.