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.
184 fastbootd. Otherwise, it is running fastboot
225 The TCP protocol is designed to be a simple way to use the fastboot protocol
228 The device will open a TCP server on port 5554 and wait for a fastboot client
243 Once the handshake is complete, fastboot data will be sent as follows:
248 fastboot packet. The 8-byte length is intended to provide future-proofing even
249 though currently fastboot packets have a 4-byte maximum length.
252 In this example the fastboot host queries the device for two variables,
268 to ensure no packets are lost, but the general concept of wrapping the fastboot
319 fastboot session. This message is meant to allow recovery if a
328 These packets wrap the fastboot protocol. To write, the host will
329 send a packet with fastboot data, and the device will reply with an
331 and the device will reply with fastboot data. The device may not give
410 [fastboot "getvar" commands, S = 0x0001]
423 [fastboot "INFO" responses, S = 0x0000]