Lines Matching refs:OTA_LOG_I
26 OTA_LOG_I("flash info err.\r\n"); in ota_patch_init()
37 OTA_LOG_I("open old err:%d\n",errno); in ota_patch_init()
51 OTA_LOG_I("read old err:%d ret:%d rsize:%d \n",errno, ret, read_size); in ota_patch_init()
60 OTA_LOG_I("open old err:%d\n",errno); in ota_patch_init()
74 OTA_LOG_I("write parameter err.\n"); in ota_patch_init()
84 OTA_LOG_I("read patch err:%d ret:%d rsize:%d \n",errno, ret, read_size); in ota_patch_init()
92 OTA_LOG_I("ota patch load app size:0x%x patch size:0x%x success.\n", app_size, patch_size); in ota_patch_init()
101 OTA_LOG_I("open name err:%d\n",errno); in ota_patch_dump_flash()
106 OTA_LOG_I("app info err.\r\n"); in ota_patch_dump_flash()
109 OTA_LOG_I("ota patch new file off:%d size:%d.\n", app_info->partition_start_addr, size); in ota_patch_dump_flash()
112 OTA_LOG_I("write name err:%d\n",errno); in ota_patch_dump_flash()
126 OTA_LOG_I("nbpatch ver:%s start ...\n", NBPATCH_VERSION); in main()
128 OTA_LOG_I("Usage: %s old_file new_file diff file [log_file]\r\n", argv[0]); in main()
129 OTA_LOG_I("Notice: old file and new file less than 8M. \r\n"); in main()
136 OTA_LOG_I("ota patch old:%s new:%s diff:%s.\n", old_file, new_file, diff_file); in main()
149 OTA_LOG_I("ota patch success. \n"); in main()