Home
last modified time | relevance | path

Searched refs:DownloadInfo (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dota.c22 update_dw_info DownloadInfo[MAX_IMG_NUM]; variable
221 memset((u8 *)DownloadInfo, 0, MAX_IMG_NUM*sizeof(update_dw_info)); in rtl8721d_ota_write_ota_cb()
223 DownloadInfo[i].ImgId = OTA_IMAG; in rtl8721d_ota_write_ota_cb()
224DownloadInfo[i].FlashAddr = OtaTargetHdr.FileImgHdr[i].FlashAddr - SPI_FLASH_BASE + 8; //aliota_ad… in rtl8721d_ota_write_ota_cb()
225 DownloadInfo[i].ImageLen = OtaTargetHdr.FileImgHdr[i].ImgLen - 8; /*skip the signature*/ in rtl8721d_ota_write_ota_cb()
226 DownloadInfo[i].ImgOffset = OtaTargetHdr.FileImgHdr[i].Offset; in rtl8721d_ota_write_ota_cb()
227 aliota_RemainBytes[i] = DownloadInfo[i].ImageLen; in rtl8721d_ota_write_ota_cb()
228 …printf("FlashAddr=%x,ImgLen=%x,ImgOff=%x\n",DownloadInfo[i].FlashAddr,DownloadInfo[i].ImageLen,Dow… in rtl8721d_ota_write_ota_cb()
243 if(aliota_total_len > DownloadInfo[i].ImgOffset) { in rtl8721d_ota_write_ota_cb()
248 Cnt = aliota_total_len -DownloadInfo[i].ImgOffset; in rtl8721d_ota_write_ota_cb()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/misc/
A Drtl8721d_ota.c536 update_dw_info DownloadInfo[MAX_IMG_NUM]; in download_new_fw_from_server() local
560 DownloadInfo[i].ImgId = OTA_IMAG; in download_new_fw_from_server()
573 RemainBytes = DownloadInfo[i].ImageLen; in download_new_fw_from_server()
598 if(TempLen > DownloadInfo[i].ImgOffset) { in download_new_fw_from_server()
1308 update_dw_info DownloadInfo[MAX_IMG_NUM];
1334 DownloadInfo[i].ImgId = OTA_IMAG;
1347 RemainBytes = DownloadInfo[i].ImageLen;
1378 if(TempLen > DownloadInfo[i].ImgOffset) {
1774 update_dw_info DownloadInfo[MAX_IMG_NUM];
1800 DownloadInfo[i].ImgId = OTA_IMAG;
[all …]

Completed in 8 milliseconds