Lines Matching refs:printf
161 printf("%sProtected %d sectors\n", in update_flash_protect()
183 printf("Error: end address exceeds addressing space\n"); in update_flash()
189 printf("Error: could not unprotect flash sectors\n"); in update_flash()
193 printf("Erasing 0x%08lx - 0x%08lx", addr_first, addr_last); in update_flash()
195 printf("Error: could not erase flash\n"); in update_flash()
199 printf("Copying to flash..."); in update_flash()
201 printf("Error: could not copy to flash\n"); in update_flash()
204 printf("done\n"); in update_flash()
208 printf("Error: could not protect flash sectors\n"); in update_flash()
254 printf("Auto-update from TFTP: "); in update_tftp()
259 printf("failed, env. variable '%s' not found\n", in update_tftp()
264 printf("trying update file '%s'\n", filename); in update_tftp()
276 printf("Can't load update file, aborting auto-update\n"); in update_tftp()
284 printf("Bad FIT format of the update file, aborting " in update_tftp()
299 printf("Processing update '%s' :", fit_image_name); in update_tftp()
302 printf("Error: invalid update hash, aborting\n"); in update_tftp()
307 printf("\n"); in update_tftp()
310 printf("Error: can't get update parameteres, " in update_tftp()
319 printf("Error: can't flash update, aborting\n"); in update_tftp()