Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- F:\Kindle\fastboot_win_public>fastboot.exe
- usage: fastboot [ <option> ] <command>
- commands:
- getvar <variable> display a bootloader or idme variable
- setvar <variable> <value> sets an idme variable
- download <filename> download data to memory for use with
- future commands
- verify <partition> [ <filename> ] verify downloaded data. required if
- bootloader is secure
- flash <partition> [ <filename> ] flash downloaded data
- eraseall wipe the entire flash memory
- erase <partition> erase a flash partition
- check <partition> crc32 hash test the flash memory
- boot [ <filename> ] boot downloaded data
- continue exit fastboot and return to
- bootloader
- reboot reboot the device
- powerdown shuts down the device
- pass sets LED to green
- fail sets LED to red
- variables:
- version-bootloader (read only) version string for the
- bootloader
- version (read only) version of fastboot
- protocol supported
- product (read only) name of the product
- serialno (read only) fastboot serial number
- secure (read only) if "yes" boot images
- must be signed
- serial (read write) serial number
- accel (read write) accelerometer
- calibration data
- mac (read write) MAC address
- sec (read write) manufacturing code
- pcbsn (read write) PCB serial number
- bootmode (read write) diags, fastboot,
- factory, reset, or main (default)
- postmode (read write) slow, factory, or
- normal (default)
- 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
- options:
- -s <serial number> specify device serial number
- -i <vendor id> specify a custom USB vendor id
- F:\Kindle\fastboot_win_public>fastboot.exe
- usage: fastboot [ <option> ] <command>
- commands:
- getvar <variable> display a bootloader or idme variable
- setvar <variable> <value> sets an idme variable
- download <filename> download data to memory for use with
- future commands
- verify <partition> [ <filename> ] verify downloaded data. required if
- bootloader is secure
- flash <partition> [ <filename> ] flash downloaded data
- eraseall wipe the entire flash memory
- erase <partition> erase a flash partition
- check <partition> crc32 hash test the flash memory
- boot [ <filename> ] boot downloaded data
- continue exit fastboot and return to
- bootloader
- reboot reboot the device
- powerdown shuts down the device
- pass sets LED to green
- fail sets LED to red
- variables:
- version-bootloader (read only) version string for the
- bootloader
- version (read only) version of fastboot
- protocol supported
- product (read only) name of the product
- serialno (read only) fastboot serial number
- secure (read only) if "yes" boot images
- must be signed
- serial (read write) serial number
- accel (read write) accelerometer
- calibration data
- mac (read write) MAC address
- sec (read write) manufacturing code
- pcbsn (read write) PCB serial number
- bootmode (read write) diags, fastboot,
- factory, reset, or main (default)
- postmode (read write) slow, factory, or
- normal (default)
- 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
- options:
- -s <serial number> specify device serial number
- -i <vendor id> specify a custom USB vendor id
- F:\Kindle\fastboot_win_public>fastboot getvar serial
- getvar:serial FAILED (command write failed (No error))
- finished. total time: 0.003s
- F:\Kindle\fastboot_win_public>fastboot check userdata
- checking 'userdata'...
- FAILED (command write failed (No error))
- finished. total time: 0.003s
- F:\Kindle\fastboot_win_public>fastboot check data
- checking 'data'...
- FAILED (command write failed (No error))
- finished. total time: 0.005s
- F:\Kindle\fastboot_win_public>fastboot pass
- turning on led...
- FAILED (command write failed (No error))
- finished. total time: 0.003s
- F:\Kindle\fastboot_win_public>fastboot fail
- turning on led...
- FAILED (command write failed (No error))
- finished. total time: 0.002s
- F:\Kindle\fastboot_win_public>fastboot powerdown
- shutting down...
- FAILED (command write failed (No error))
- finished. total time: 0.042s
- F:\Kindle\fastboot_win_public>
Advertisement
Add Comment
Please, Sign In to add comment