Lines Matching refs:fastboot
4 The fastboot protocol is a mechanism for communicating with bootloaders
21 * Device will act as the server, fastboot will be the client.
193 fastbootd. Otherwise, it is running fastboot
234 The TCP protocol is designed to be a simple way to use the fastboot protocol
237 The device will open a TCP server on port 5554 and wait for a fastboot client
252 Once the handshake is complete, fastboot data will be sent as follows:
257 fastboot packet. The 8-byte length is intended to provide future-proofing even
258 though currently fastboot packets have a 4-byte maximum length.
261 In this example the fastboot host queries the device for two variables,
277 to ensure no packets are lost, but the general concept of wrapping the fastboot
328 fastboot session. This message is meant to allow recovery if a
337 These packets wrap the fastboot protocol. To write, the host will
338 send a packet with fastboot data, and the device will reply with an
340 and the device will reply with fastboot data. The device may not give
419 [fastboot "getvar" commands, S = 0x0001]
432 [fastboot "INFO" responses, S = 0x0000]