2024-01-31 02:38 AM
Hi all,
Abstract
We are developing our product based on STM32H7. We would like to use the HTTP server and Netconn to update the firmware for our product. We consider this method easy to use for customers more than Serial or USB. We have tried looking for some references but for now, we are having a lot of problems.
Quesion
If you could answer any of those questions that could help us greatly!
1. Do you have an example, reference, or tutorial of working to update firmware via web server stm32h7?
2. Do you have any idea how to start?
Thank you for taking the time to read this and to answer me!
Regards
Solved! Go to Solution.
2024-02-02 08:17 AM
Hello @HHuyn.4 ,
currently there is no example with the capability of firmware update via a web server so this should be implemented from your side i can give you some general recommendation and steps to implement this
this is just a general view of the architecture and it can be refined after some iterations to make it more robust to attacks .
BR
2024-02-02 08:17 AM
Hello @HHuyn.4 ,
currently there is no example with the capability of firmware update via a web server so this should be implemented from your side i can give you some general recommendation and steps to implement this
this is just a general view of the architecture and it can be refined after some iterations to make it more robust to attacks .
BR
2024-02-02 09:41 AM
> We would like to use the HTTP server and Netconn to update the firmware for our product.
Do you want your device connect to your http server (in public internet or local network), or the device to be a server?
Does your device have other interfaces besides ETH, connectable to a PC?