Advertisement
parkerlreed

Untitled

Aug 1st, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. parker@debian:~/Downloads/nexus/Fastboot$ ./fastboot_Linux --help
  2. usage: fastboot [ <option> ] <command>
  3.  
  4. commands:
  5. update <filename> reflash device from update.zip
  6. flashall flash boot + recovery + system
  7. flash <partition> [ <filename> ] write a file to a flash partition
  8. erase <partition> erase a flash partition
  9. getvar <variable> display a bootloader variable
  10. boot <kernel> [ <ramdisk> ] download and boot kernel
  11. flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
  12. devices list all connected devices
  13. continue continue with autoboot
  14. reboot reboot device normally
  15. reboot-bootloader reboot device into bootloader
  16. help show this help message
  17.  
  18. options:
  19. -w erase userdata and cache
  20. -s <serial number> specify device serial number
  21. -p <product> specify product name
  22. -c <cmdline> override kernel commandline
  23. -i <vendor id> specify a custom USB vendor id
  24. -b <base_addr> specify a custom kernel base address
  25. -n <page size> specify the nand page size. default: 2048
  26. parker@debian:~/Downloads/nexus/Fastboot$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement