Home | History | Annotate | Download | only in fastboot

Lines Matching full:boot

103     {"boot.img", "boot.sig", "boot", false},
117 if(!strcmp(item,"boot")) {
118 fn = "boot.img";
290 " flashall flash boot, system, vendor and if found,\n"
298 " boot <kernel> [ <ramdisk> [ <second> ] ] download and boot kernel\n"
299 " flash:raw boot <kernel> [ <ramdisk> [ <second> ] ] create bootimage and \n"
347 /* is this actually a boot image? */
352 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
376 fprintf(stderr,"creating boot image...\n");
382 fprintf(stderr,"failed to create boot.img\n");
386 fprintf(stderr,"creating boot image - %d bytes\n", bsize);
1152 fb_queue_command("continue", "resuming boot");
1154 } else if(!strcmp(*argv, "boot")) {
1173 fb_queue_download("boot.img", data, sz);
1174 fb_queue_command("boot", "booting");