1 Answer
- Newest
- Most votes
- Most comments
0
I'll answer your questions the best I can in the order you've asked them.
- description for files used in project
I'm not sure whether you're asking for a description of the files present in any one of projects given the Amazon FreeRTOS repository or if you're looking for an explanation of the files you need for a generic project. Can you clarify here?
I would recommend you look at the FreeRTOS developer documentation on source file organization. I realize this doesn't perfectly match the AWS FreeRTOS source code structure, but given that AWS FreeRTOS is heavily influenced by FreeRTOS, it should give you some helpful background.
- flow of program for OTA
AWS IoT Over-The-Air updates generally have the following steps:
- Generate new firmware to upgrade to
- Upload the firmware to the cloud (this is usually S3)
- Sign the firmware image
- Create an AWS IoT OTA job
- This job is then picked up by the device which will download the OTA file, check the signature, and install the update when requested.
For more detail, see the OTA documentation
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 3 years ago
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 13 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
I was going to recommend you post on the FreeRTOS forum but I see you already have created this post.
I'll take a look at the forum and respond on the forum post if I need more information.