...
- Communicate with XCONF server and get the response.
- Processing of XCONF response and extract the firmware image details.
- Download and flash PCI image from the SSR server to device flash memory.
- Download and flash PDRI image from the SSR server to device flash memory.
- Download and flash peripheral image from the SSR server to device flash memory.
- retry download if download fail other than image not found on server error.
- Trigger RDM Application.
- Download cert bundle.
- Support state red recovery download if the download is fail due to invalid certificate.
- Support incremental download. This feature needs to be enable using "Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.IncrementalCDL.Enable" RFC
- Support Throttle download based on download speed mentioned. This feature needs to be enable using "Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.SWDLSpLimit.Enable" RFC
- Support codebig download. This is use if the device is not in comcast network.
Low Level Design Flow From Start To End
...