Guest User

Untitled

a guest
Nov 1st, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. commands:
  2. update <filename> reflash device from update.zip
  3. flashall flash boot, system, vendor and if found,
  4. recovery
  5. flash <partition> [ <filename> ] write a file to a flash partition
  6. erase <partition> erase a flash partition
  7. format[:[<fs type>][:[<size>]] <partition> format a flash partition.
  8. Can override the fs type and/or
  9. size the bootloader reports.
  10. getvar <variable> display a bootloader variable
  11. boot <kernel> [ <ramdisk> [ <second> ] ] download and boot kernel
  12. flash:raw boot <kernel> [ <ramdisk> [ <second> ] ] create bootimage and
  13. flash it
  14. devices list all connected devices
  15. continue continue with autoboot
  16. reboot reboot device normally
  17. reboot-bootloader reboot device into bootloader
  18. help show this help message
  19.  
  20. options:
  21. -w erase userdata and cache (and format
  22. if supported by partition type)
  23. -u do not first erase partition before
  24. formatting
  25. -s <specific device> specify device serial number
  26. or path to device port
  27. -l with "devices", lists device paths
  28. -p <product> specify product name
  29. -c <cmdline> override kernel commandline
  30. -i <vendor id> specify a custom USB vendor id
  31. -b <base_addr> specify a custom kernel base address.
  32. default: 0x10000000
  33. -n <page size> specify the nand page size.
  34. default: 2048
  35. -S <size>[K|M|G] automatically sparse files greater
  36. than size. 0 to disable
Advertisement
Add Comment
Please, Sign In to add comment