| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | main.c | 42 LOGI("rk ota success.\n"); in handle_upgrade_callback() 46 LOGI("rk m_status = %d.\n", m_status); in handle_upgrade_callback() 89 LOGI("url = %s.\n", url); in MiscUpdate() 90 LOGI("[%s:%d] save path: %s\n", __func__, __LINE__, savepath); in MiscUpdate() 94 LOGI("update recovery in normal system.\n"); in MiscUpdate() 126 LOGI("In A system, now upgrade B system.\n"); in MiscUpdate() 129 LOGI("In B system, now upgrade A system.\n"); in MiscUpdate() 147 LOGI("--misc=now Linux A/B mode: Setting the current partition to bootable.\n"); in display() 148 LOGI("--misc=other Linux A/B mode: Setting another partition to bootable.\n"); in display() 149 LOGI("--misc=update Recovery mode: Setting the partition to be upgraded.\n"); in display() [all …]
|
| H A D | rktools.c | 65 LOGI("version = %s.\n", version); in getVersionFromfile() 107 LOGI("no found storagemedia in cmdline, default is not MTD.\n"); in isMtdDevice() 112 LOGI("no found storagemedia in cmdline, default is not MTD.\n"); in isMtdDevice() 122 LOGI("Now is MTD.\n"); in isMtdDevice() 125 LOGI("Now is SD.\n"); in isMtdDevice() 133 LOGI("no found mtd.\n"); in isMtdDevice() 136 LOGI("Now is MTD.\n"); in isMtdDevice() 141 LOGI("Current device is not MTD\n"); in isMtdDevice() 167 LOGI("Current Mode is '%c' system.\n", (*slot == 'a') ? 'A' : 'B'); in getCurrentSlot() 175 LOGI("Current Mode is recovery.\n"); in getCurrentSlot() [all …]
|
| H A D | rkbootloader.c | 48 LOGI("stat %s try %d: %s\n", fn, tries, strerror(errno)); in wait_for_device() 361 LOGI("info.mafic is %x\n", info.magic[i]); in setSlotSucceed() 449 LOGI("auto reboot, %s.\n", CMD_WIPE_USERDATA); in wipe_userdata() 539 LOGI("len = %d\n", len); in writeCustomMiscCmdline() 579 LOGI("===============Linux A/B=============\n"); in miscDisplay() 582 LOGI("magic : %s.\n", info_ab.magic); in miscDisplay() 583 LOGI("version_major = %d.\n", info_ab.version_major); in miscDisplay() 584 LOGI("version_minor = %d.\n", info_ab.version_minor); in miscDisplay() 586 LOGI("slot.[%d]->priority = %d.\n", i, info_ab.slots[i].priority); in miscDisplay() 587 LOGI("slot.[%d]->successful_boot = %d.\n", i, info_ab.slots[i].successful_boot); in miscDisplay() [all …]
|
| H A D | update.c | 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() 126 … LOGI("offset more than 4G, after adjusting is %lld.\n", update_cmd[i].offset); in RK_ota_set_partition() 135 … LOGI("size more than 4G, after adjusting is %lld.\n", update_cmd[i].size); in RK_ota_set_partition() 162 … LOGI("again found rkimage_hdr.item[%d].name = %s.\n", j, update_cmd[i].name); in RK_ota_set_partition() 167 … LOGI("offset more than 4G, after adjusting is %lld.\n", update_cmd[i].offset); in RK_ota_set_partition() 176 … LOGI("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() [all …]
|
| H A D | md5sum.c | 41 LOGI( "[%s:%d] offset [%lld] checksize [%lld] \n", __func__, __LINE__, offset, checkSize ); in checkdata_mtd() 64 LOGI("read new md5: [%s]\n", buf); in checkdata_mtd() 77 LOGI("new md5:"); in checkdata_mtd() 89 LOGI("MD5Check is ok of %s\n", dest_path); in checkdata_mtd() 130 LOGI("new md5:"); in checkdata() 140 LOGI("MD5Check is ok of %s\n", dest_path); in checkdata()
|
| H A D | rkboot.c | 102 LOGI("pEntry->szName = %s.\n", szName); in getLoaderSizeAndData() 110 …LOGI("pEntry->dwDataOffset = %d, pEntry->dwDataSize = %d.\n", pEntry->dwDataOffset, pEntry->dwData… in getLoaderSizeAndData() 188 LOGI("m_FlashSize * 1024 = %lld.\n", m_FlashSize * 1024); in MakeSector1() 281 LOGI("usPhyBlokcPerIDB = %d.\n", usPhyBlokcPerIDB); in calcIDBCount() 359 LOGI("m_usFlashDataSec = %d, m_dwLoaderDataSize = %d.\n", m_usFlashDataSec, m_dwLoaderDataSize); in download_loader() 365 LOGI("m_usFlashBootSec = %d, m_dwLoaderSize = %d.\n", m_usFlashBootSec, m_dwLoaderSize); in download_loader() 375 LOGI("[%s:%d] m_FlashSize [%lld]\n", __func__, __LINE__, m_FlashSize); in download_loader()
|
| H A D | flash_image.c | 73 LOGI("image magic is %s\n", magic); in is_ubi() 90 …LOGI("mtd_write %s, offset = %#llx size = %#llx flash_offset = %lld.\n", dest_path, offset, size, … in mtd_write() 128 LOGI("block_write src %s dest %s.\n", src_path, dest_path); in block_write() 205 LOGI("%s:%d start.\n", __func__, __LINE__); in flash_normal() 227 LOGI("%s:%d, diff check for %s\n", __func__, __LINE__, pcmd->name); in flash_normal() 269 LOGI("file %s exist for <%s>, unexpected detected, trying to continue\n", in flash_normal() 297 LOGI("pcmd->flash_offset = %lld.\n", pcmd->flash_offset); in flash_normal() 630 LOGI("flash_parameter start src_path [%s].\n", src_path); in flash_parameter() 668 LOGI("%s-%d: List partitions:\n", __func__, __LINE__); in flash_parameter() 670 LOGI(" param_item[%d].name [%s]\n", j, param_item[j].name); in flash_parameter() [all …]
|
| H A D | download.c | 41 LOGI("down_processvalue is %d%\n", down_processvalue); in my_progress_func() 50 LOGI("where the file is local.\n"); in download_file()
|
| H A D | do_patch.c | 146 LOGI("Recovery from unecptected reboot successfully."); in do_patch_rkimg() 156 LOGI("This is a diff image, patching...\n"); in do_patch_rkimg() 349 LOGI("Diff patch apply successfully for %s, size: %ld\n", in do_patch_rkimg()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | rktools.c | 48 LOGI("cmdline=%s\n", param); in getSerial() 51 LOGI("no found console in cmdline\n"); in getSerial() 72 LOGI("read console from cmdline is %s\n", ans); in getSerial() 151 LOGI("stat %s try %d: %s\n", fn, tries, strerror(errno)); in wait_for_device() 156 LOGI("failed to stat %s\n", fn); in wait_for_device() 179 LOGI("emmc_point is %s\n", getenv(EMMC_POINT_NAME)); in setFlashPoint() 180 LOGI("sd_point is %s\n", getenv(SD_POINT_NAME)); in setFlashPoint() 181 LOGI("sd_point_2 is %s\n", getenv(SD_POINT_NAME_2)); in setFlashPoint() 196 LOGI("no found storagemedia in cmdline, default is not MTD.\n"); in isMtdDevice() 201 LOGI("no found storagemedia in cmdline, default is not MTD.\n"); in isMtdDevice() [all …]
|
| H A D | usbboot.c | 37 LOGI("read cmdline\n"); in is_boot_from_udisk() 46 LOGI(">>> Boot from U-Disk\n"); in is_boot_from_udisk() 49 LOGI(">>> Boot from non-U-Disk\n"); in is_boot_from_udisk() 66 LOGI("delay 1 sec to try /mnt/udisk\n"); in ensure_udisk_mounted() 78 LOGI("delay 1 sec to try /mnt/usb_storage\n"); in ensure_udisk_mounted() 107 LOGI("lineBuf: %s ", lineBuf); in get_cfg_Item() 164 LOGI("%s in\n", __func__); in is_udisk_update() 167 LOGI("Error! U-Disk not mounted\n"); in is_udisk_update() 173 LOGI("configFile = %s \n", configFile); in is_udisk_update() 177 LOGI("func get_cfg_Item err:%d \n", ret); in is_udisk_update() [all …]
|
| H A D | sdboot.c | 37 LOGI("read cmdline\n"); in is_boot_from_SD() 46 LOGI(">>> Boot from SDcard\n"); in is_boot_from_SD() 49 LOGI(">>> Boot from non-SDcard\n"); in is_boot_from_SD() 64 LOGI("delay 1sec\n"); in ensure_sd_mounted() 92 LOGI("lineBuf: %s ", lineBuf); in get_cfg_Item() 149 LOGI("%s in\n", __func__); in is_sdcard_update() 158 LOGI("configFile = %s \n", configFile); in is_sdcard_update() 162 LOGI("func get_cfg_Item err:%d \n", ret); in is_sdcard_update() 166 LOGI("\n %s:%s \n", str_key, str_val); in is_sdcard_update() 172 LOGI("firmware update will from SDCARD. \n"); in is_sdcard_update() [all …]
|
| H A D | recovery.c | 212 LOGI("check userdata/oem partition success ...\n"); in rockchip_partition_check() 227 LOGI("Boot command: %.*s\n", (int)sizeof(boot.command), boot.command); in get_args() 231 LOGI("Boot status: %.*s\n", (int)sizeof(boot.status), boot.status); in get_args() 245 LOGI("Got arguments from boot message\n"); in get_args() 266 LOGI("Got arguments from %s\n", COMMAND_FILE); in get_args() 339 LOGI("finish_recovery Enter.....\n"); in finish_recovery() 919 LOGI("Starting recovery on %s\n", ctime(&start)); in main() 921 LOGI("coldboot not done, wait...\n"); in main() 926 LOGI("Recovery System have UI defined.\n"); in main() 947 LOGI("sdupdate_package = %s\n", sdupdate_package); in main() [all …]
|
| H A D | bootloader.c | 86 LOGI("out->command = %s.\n", out->command); in get_bootloader_message_mtd() 87 LOGI("out->status = %s.\n", out->status); in get_bootloader_message_mtd() 88 LOGI("out->recovery = %s.\n", out->recovery); in get_bootloader_message_mtd() 89 LOGI("out->systemFlag = %s.\n", out->systemFlag); in get_bootloader_message_mtd() 134 LOGI("Set boot command \"%s\"\n", in->command[0] != 255 ? in->command : ""); in set_bootloader_message_mtd() 151 LOGI("stat %s try %d: %s\n", fn, tries, strerror(errno)); in wait_for_device() 156 LOGI("failed to stat %s\n", fn); in wait_for_device()
|
| H A D | rkupdate.c | 43 LOGI("E:Can't run %s (%s)\n", binary, strerror(errno)); in start_main() 70 LOGI(" >>>>>> %s <<<<<<\n", str); in start_main() 94 LOGI("[%s] start with main.\n", __func__); in do_rk_updateEngine() 130 LOGI("SDcard update data: [%s]\n", args[2]); in do_rk_updateEngine() 155 LOGI("[%s] start with main.\n", __func__); in do_rk_update()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 179 LOGI("Event object: %s\n", e->deviceName); in vk_init() 224 …LOGI("EV: ST minX: %d maxX: %d minY: %d maxY: %d\n", e->p.xi.minimum, e->p.xi.maximum, e->p.yi.… in vk_init() 231 …LOGI("EV: MT minX: %d maxX: %d minY: %d maxY: %d\n", e->mt_p.xi.minimum, e->mt_p.xi.maximum, e-… in vk_init() 285 LOGI("open %s\n",de->d_name); in ev_init() 335 …LOGI("EV: p->x=%d x-range=%d,%d fb-width=%d\n", p->x, p->xi.minimum, p->xi.maximum, gr_fb_width(… in vk_tp_to_screen() 377 LOGI("EV: Device disabled due to non-touchscreen messages.\n"); in vk_modify() 384 LOGI("EV: %s => type: %x code: %x value: %d\n", e->deviceName, ev->type, ev->code, ev->value); in vk_modify() 399 LOGI("EV: %s => EV_ABS ABS_X %d\n", e->deviceName, ev->value); in vk_modify() 407 LOGI("EV: %s => EV_ABS ABS_Y %d\n", e->deviceName, ev->value); in vk_modify() 436 LOGI("EV: %s => EV_ABS ABS_MT_TOUCH_MAJOR %d\n", e->deviceName, ev->value); in vk_modify() [all …]
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | rk29.c | 45 LOGI("executing '%s'\n", filename); in run() 69 LOGI("executed '%s' done\n", filename); in run() 72 LOGI("executed '%s' return %d\n", filename, WEXITSTATUS(status)); in run() 85 LOGI("e2fsck check '%s' failed!\n", filename); in rk_check_and_resizefs() 91 LOGI("resizefs '%s' failed!\n", filename); in rk_check_and_resizefs() 106 LOGI("fsck_f2fs check '%s' failed!\n", filename); in rk_check_and_resizefs_f2fs() 112 LOGI("resize.f2fs '%s' failed!\n", filename); in rk_check_and_resizefs_f2fs() 130 LOGI("format '%s' to %s filesystem\n", path, type); in make_extfs() 133 LOGI("failed!\n"); in make_extfs() 139 LOGI("failed!\n"); in make_extfs() [all …]
|
| H A D | flash_image.c | 88 LOGI("header is the same, not flashing %s\n", argv[1]); in main() 95 LOGI("flashing %s from %s\n", argv[1], argv[2]); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | yolo_image.cc | 76 LOGI("try rknn_init!") in create() 79 LOGI("RGA API Version: %s", RGA_API_VERSION) in create() 205 LOGI("rknn_init success!"); in create() 247 LOGI("imresize use %f ms\n", (__get_us(stop_time) - __get_us(start_time)) / 1000); in run_yolo() 283 LOGI("rknn_inputs_set use %f ms\n", (__get_us(stop_time) - __get_us(start_time)) / 1000); in run_yolo() 297 LOGI("inference use %f ms\n", (__get_us(stop_time) - __get_us(start_time)) / 1000); in run_yolo() 322 LOGI("copy output use %f ms\n", (__get_us(stop_time) - __get_us(start_time)) / 1000); in run_yolo() 387 LOGI("result %2d: (%4d, %4d, %4d, %4d), %d\n", i, in yolo_post_process() 442 LOGI("rknn app destroy.\n"); in rknn_app_destory()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_obj_debug.h | 48 LOGI("%s Current fps: %.2f, Total avg fps: %.2f\n", \ 69 LOGI("profiling %s, fps:%.2f duration:%.2fms\n", #name, \ 100 LOGI("%s", buf); \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20_module_dbg.cpp | 89 LOGI("ALL_ISP_MODULES %d, ALL_ISPP_MODULES %d,ONLY_INIT_PARAMS %d", in get_dbg_force_disable_mods_env() 91 LOGI("g_bypass_module_params 0x%llx", g_bypass_module_params); in get_dbg_force_disable_mods_env() 151 LOGI("isp(en:0x%llx, cfg_up:0x%llx, bypass:%d),\n" in get_dbg_force_disable_mods_env()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Log.h | 89 #ifndef LOGI 90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Log.h | 89 #ifndef LOGI 90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/ |
| H A D | rk_aiq_user_api_sysctl.cpp | 196 LOGI("main_scene: %s, sub_scene: %s", main_scene, sub_scene); in rk_aiq_uapi_sysctl_preInit_scene() 221 LOGI("%s: magic %x, is_pre_aiq : %d, prd_type : %d, kernel status %d", in rk_aiq_uapi_sysctl_preInit_tb_info() 329 LOGI("use fakecam %d", ctx->_use_fakecam); in rk_aiq_offline_init() 486 LOGI("use user sepcified iq addr %p, len: %zu", iq_buffer.addr, iq_buffer.len); in rk_aiq_uapi_sysctl_init() 489 LOGI("use user sepcified iq file %s", config_file); in rk_aiq_uapi_sysctl_init() 493 LOGI("use external CamCalibDbProj: %p", calib_proj); in rk_aiq_uapi_sysctl_init() 496 LOGI("selected by user sepcified hdr mode %d", user_hdr_mode); in rk_aiq_uapi_sysctl_init() 542 LOGI("use iq file %s", config_file); in rk_aiq_uapi_sysctl_init() 617 LOGI("Locking aiq exclusive"); in rk_aiq_uapi_sysctl_init() 619 LOGI("Lock aiq exclusive failed with res %d", lock_res); in rk_aiq_uapi_sysctl_init() [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | flash_image.c | 86 LOGI("header is the same, not flashing %s\n", argv[1]); in main() 93 LOGI("flashing %s from %s\n", argv[1], argv[2]); in main()
|