Lines Matching refs:LOGI

46     LOGI("start RK_ota_url url [%s] save path [%s].\n", url, savepath);  in RK_ota_set_url()
56 LOGI("save image to %s.\n", _save_path); in RK_ota_set_url()
106 LOGI("[%s:%d] num [%d]\n", __func__, __LINE__, num); in RK_ota_set_partition()
121 LOGI("found rkimage_hdr.item[%d].name = %s.\n", j, update_cmd[i].name); in RK_ota_set_partition()
126LOGI("offset more than 4G, after adjusting is %lld.\n", update_cmd[i].offset); in RK_ota_set_partition()
135LOGI("size more than 4G, after adjusting is %lld.\n", update_cmd[i].size); in RK_ota_set_partition()
162LOGI("again found rkimage_hdr.item[%d].name = %s.\n", j, update_cmd[i].name); in RK_ota_set_partition()
167LOGI("offset more than 4G, after adjusting is %lld.\n", update_cmd[i].offset); in RK_ota_set_partition()
176LOGI("size more than 4G, after adjusting is %lld.\n", update_cmd[i].size); in RK_ota_set_partition()
200 LOGI("need update %s.\n", update_cmd[i].name); in RK_ota_set_partition()
221LOGI("need update %s ,.dest_path: %s.\n", update_cmd[i].name, update_cmd[i].dest_path); in RK_ota_set_partition()
247LOGI("[%s:%d] parameter flash offset %#llx dest path %s\n", __func__, __LINE__, flash_offset, dest… in ota_recovery_cmds()
279 LOGI( "flash offset = [%#llx] j=%d bs=%#x seek = %#llx result = [%s]\n", in ota_recovery_cmds()
304 LOGI("start RK_ota_start.\n"); in RK_ota_start()
345 LOGI("now write %s to %s.\n", update_cmd[i].name, update_cmd[i].dest_path); in RK_ota_start()
351 LOGI("ingore misc.\n"); in RK_ota_start()
355 LOGI("update_cmd.flash_offset = %lld.\n", update_cmd[i].flash_offset); in RK_ota_start()
372 LOGI("not check in sdboot (sdcard).\n"); in RK_ota_start()
380 LOGI("not check in usb storage (udisk).\n"); in RK_ota_start()
385 LOGI("not check parameter and loader.\n"); in RK_ota_start()
393 LOGI("check %s ok.\n", update_cmd[i].dest_path); in RK_ota_start()
458 LOGI("RK_ota_start is ok!"); in RK_ota_start()
501 LOGI("check version new:%s old:%s", target_version, source_version); in RK_ota_check_version()