View Single Post
Old 01-30-2013, 11:47 AM   #38
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Code:
 fastboot --help

usage: fastboot [ <option> ] <command>

commands:
...
  flash <partition> [ <filename> ]         flash downloaded data
...
partitions:
  bootloader                               bootloader, 376KiB
  prod                                     overlaps bootloader, 120KiB
  bist                                     bist, 256KiB
  userdata                                 userdata, 5KiB
  userpartition                            userpartition
  mbr                                      master boot record
  kernel                                   primary kernel
  diags_kernel                             diags kernel
  system                                   main system (root) partition
  diags                                    secondary system (diags) partition
  data                                     user data
fastboot flash diags_kernel kt_5.0.0-diags_kernel (from memory, CHECK THAT, I just did)

You are missing a target alias. This is a bad tool to use without understanding. It can do very bad things... (you asked it - with your malformed command - to write from STDIN to an unknown target partition called kt_5.0.0-diags_kernel from what I can make of the error, thanks goodness you dont have one called that ; ) )

try fastboot --help - worth a read. For sure.

Last edited by twobob; 01-30-2013 at 11:53 AM.
twobob is offline   Reply With Quote