Lines Matching full:boot
98 if(!strcmp(item,"boot")) {
99 fn = "boot.img";
276 " flashall flash boot + recovery + system\n"
281 " boot <kernel> [ <ramdisk> ] download and boot kernel\n"
282 " flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it\n"
326 /* is this actually a boot image? */
331 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
347 fprintf(stderr,"creating boot image...\n");
350 fprintf(stderr,"failed to create boot.img\n");
354 fprintf(stderr,"creating boot image - %d bytes\n", bsize);
650 data = unzip_file(zip, "boot.img", &sz);
651 if (data == 0) die("update package missing boot.img");
652 do_update_signature(zip, "boot.sig");
653 if (erase_first && needs_erase("boot")) {
654 fb_queue_erase("boot");
656 fb_queue_flash("boot", data, sz);
710 fname = find_item("boot", product);
712 if (data == 0) die("could not load boot.img: %s", strerror(errno));
714 if (erase_first && needs_erase("boot")) {
715 fb_queue_erase("boot");
717 fb_queue_flash("boot", data, sz);
933 fb_queue_command("continue", "resuming boot");
935 } else if(!strcmp(*argv, "boot")) {
949 fb_queue_download("boot.img", data, sz);
950 fb_queue_command("boot", "booting");