Lines Matching refs:LOGI
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()
150 LOGI("--misc=display Display misc info.\n"); in display()
151 LOGI("--misc=wipe_userdata Format data partition.\n"); in display()
152 LOGI("--misc_custom= < op > Operation on misc for custom cmdline"); in display()
153 LOGI(" op: read Read custom cmdline to /tmp/custom_cmdline"); in display()
154 LOGI(" write Write /tmp/custom_cmdline to custom area"); in display()
155 LOGI(" clean clean custom area"); in display()
156 LOGI("--update Upgrade mode.\n"); in display()
157 …LOGI("--partition=0x3FFC00 Set the partition to be upgraded.(NOTICE: OTA not support upgrade loa… in display()
158 LOGI(" 0x3FFC00: 0011 1111 1111 1100 0000 0000.\n"); in display()
159 LOGI(" uboot trust boot recovery rootfs oem\n"); in display()
160 LOGI(" uboot_a uboot_b boot_a boot_b system_a system_b.\n"); in display()
161 LOGI(" 100000000000000000000000: Upgrade loader\n"); in display()
162 LOGI(" 010000000000000000000000: Upgrade parameter\n"); in display()
163 LOGI(" 001000000000000000000000: Upgrade uboot\n"); in display()
164 LOGI(" 000100000000000000000000: Upgrade trust\n"); in display()
165 LOGI(" 000010000000000000000000: Upgrade boot\n"); in display()
166 LOGI(" 000001000000000000000000: Upgrade recovery\n"); in display()
167 LOGI(" 000000100000000000000000: Upgrade rootfs\n"); in display()
168 LOGI(" 000000010000000000000000: Upgrade oem\n"); in display()
169 LOGI(" 000000001000000000000000: Upgrade uboot_a\n"); in display()
170 LOGI(" 000000000100000000000000: Upgrade uboot_b\n"); in display()
171 LOGI(" 000000000010000000000000: Upgrade boot_a\n"); in display()
172 LOGI(" 000000000001000000000000: Upgrade boot_b\n"); in display()
173 LOGI(" 000000000000100000000000: Upgrade system_a\n"); in display()
174 LOGI(" 000000000000010000000000: Upgrade system_b\n"); in display()
175 LOGI(" 000000000000001000000000: Upgrade misc\n"); in display()
176 LOGI(" 000000000000000100000000: Upgrade userdata\n"); in display()
177 LOGI("--reboot Restart the machine at the end of the program.\n"); in display()
178 LOGI("--version_url=url The path to the file of version.\n"); in display()
179 LOGI("--image_url=url Path to upgrade firmware.\n"); in display()
180 LOGI("--savepath=url save the update.img to url.\n"); in display()
181 LOGI("--version the version of updateEngine\n"); in display()
182 LOGI("--rkdebug Log output to serial port\n"); in display()
183 LOGI("--ui_rotation UI rotation,has 4 angles(0-3).\n"); in display()
207 LOGI("*** update_engine: %s ***.\n", update_engine_version); in main()
232 case 'v': LOGI("*** update_engine: %s ***.\n", update_engine_version); break; in main()
250 LOGI("*** will upgrade firmware from udisk ***"); in main()
255 LOGI("%s-%d: is %s update.\n", __func__, __LINE__, is_usbboot ? "usbboot" : "sdboot"); in main()
274 LOGI("%s-%d: is ota update\n", __func__, __LINE__); in main()
313 LOGI("Not supported\n"); in main()