HI All,
Here is blog published last week covering the integration of FreeRTOS OTA agent and TF-M’s PSA Firmware Update Service-
https://www.freertos.org/2021/07/secure-ota-updates-for-cortex-m-devices-with-freertos.html
The OTA PAL implementation is now available as a submodule in Amazon FreeRTOS repository – ota_pal_psa in
https://github.com/aws/amazon-freertos/tree/main/libraries/abstractions
Previous FreeRTOS and TF-M integrations include PKCS#11/PSA API shim layer – psa in
https://github.com/aws/amazon-freertos/tree/main/libraries/abstractions/pkcs11 and
FreeRTOS kernel integration
https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/main/portable/ThirdParty/GCC/ARM_CM33_TFM
Thanks,
Shebu