2021-05-17 12:46 AM
I am using the LoRa Development board B-L072Z-LRWAN1 and it has got STM32L072CZ microcontroller .
I want to write the Firmware Update over the Air (FUOTA) Application code to this board.
Please share me the reference code links for the Bootloader code or send me the FUOTA application code for this if already available
Thanks
Solved! Go to Solution.
2021-05-17 10:16 AM
It is already available from a 3rd party, see this blog article.
Regards
/Peter
2021-05-17 10:16 AM
It is already available from a 3rd party, see this blog article.
Regards
/Peter
2021-05-19 04:52 AM
Hi Peter ,
Thanks for the reply !!
as mentioned in the 3rd part blog they have not disclosed any higher level architecture to do the OTA .
Can you please share us any reference OTA code
Thanks
2021-05-19 05:03 AM
STMicroelectronics does not currently offer such a reference code for OTA over LoRaWAN.
Regards
/Peter
2021-05-19 03:22 PM
I think this "I want to write" becomes an actual software engineering task, rather than a copying what someone else wrote.
https://lora-alliance.org/wp-content/uploads/2020/11/tr002-fuota_process_summary-v1.0.0.pdf
There are perhaps consultants who can support this standard, or you can adopt any number of alternate methods to use the LoRa radio channel more directly.
You'll likely need to back port the example to the L0 architecture, and figure out if you have space to stage the firmware up date, or have a boot loader to assist with that.
2022-05-17 02:55 AM
hi anyupdate on above
2022-05-20 01:01 AM
As @Peter BENSCH said in your other thread, "The answers remain the same"
2024-10-05 10:08 PM
Hello,
We did FUOTA implementations with STM32L072CZ with AWS and Chirpstack for anyone interested in the same. Sharing here for the community.