Lines Matching refs:OTA_LOG_I
21 OTA_LOG_I("r d ret:%d.\n",ret); in ota_image_check()
26 OTA_LOG_I("cal crc:0x%04x, crc:0x%x \n", cal_crc, crc); in ota_image_check()
38 OTA_LOG_I("ota copy data src:0x%08x dst:0x%08x size;0x%08x \n", src, dst, size); in ota_image_copy()
41 OTA_LOG_I("copy e ret:%d.\n",ret); in ota_image_copy()
48 OTA_LOG_I("copy r ret:%d.\n",ret); in ota_image_copy()
52 OTA_LOG_I("copy w ret:%d.\n",ret); in ota_image_copy()
64 OTA_LOG_I("r xz ret:%d.\n",ret); in ota_is_xz_header()
67 OTA_LOG_I("is xz file.\n"); in ota_is_xz_header()
89 OTA_LOG_I("e ret:%d \n",err); in ota_copy_xz()
94 OTA_LOG_I("mem fail\n"); in ota_copy_xz()
118 OTA_LOG_I("r err:%d.\n",err); in ota_copy_xz()
134 OTA_LOG_I("e f err:%d\n",err); in ota_copy_xz()
140 OTA_LOG_I("w f err:%d.\n",err); in ota_copy_xz()
151 OTA_LOG_I("er #err:%d\n",err); in ota_copy_xz()
156 OTA_LOG_I("w f #err:%d.\n",err); in ota_copy_xz()
213 OTA_LOG_I("xz fail\n"); in ota_verify_xz()
237 OTA_LOG_I("r v err:%d.\n",err); in ota_verify_xz()
252 OTA_LOG_I("v r err:%d.\n",err); in ota_verify_xz()
263 OTA_LOG_I("r w err:%d.\n",err); in ota_verify_xz()
270 OTA_LOG_I("verify xz OK.\n"); in ota_verify_xz()
318 …OTA_LOG_I("ota d:0x%08x,s:0x%08x,n:0x%08x,crc:0x%04x upg_flag:0x%04x pd:0x%08x \n", ota_hdl.dst_ad… in ota_xz_main()
331 OTA_LOG_I("xz uncompress ...\n"); in ota_xz_main()