summaryrefslogtreecommitdiff
path: root/fastboot
diff options
context:
space:
mode:
authorBradley Furman <bfurman@google.com>2023-09-29 21:16:57 +0000
committerBradley Furman <bfurman@google.com>2023-09-29 21:18:23 +0000
commit5eea7e384bb1c2b99622608c327832344937a9ec (patch)
tree80126b1a48a27ee2c58c73cd74c8920355d71b76 /fastboot
parentaadb2046fdc577cd5c556fd626c0044660549874 (diff)
downloadcore-5eea7e384bb1c2b99622608c327832344937a9ec.tar.gz
Update the fastboot command size from 64 to 4096 to cover the changes from https://android-review.git.corp.google.com/c/platform/system/core/+/2214970
BUG=182864081 Change-Id: I6766647e53d777fd61df6e40cfefb45c7b138c77
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/README.md b/fastboot/README.md
index 28e623ca7..6996d4a00 100644
--- a/fastboot/README.md
+++ b/fastboot/README.md
@@ -25,7 +25,7 @@ Linux, macOS, or Windows.
## Transport and Framing
1. Host sends a command, which is an ascii string in a single
- packet no greater than 64 bytes.
+ packet no greater than 4096 bytes.
2. Client response with a single packet no greater than 256 bytes.
The first four bytes of the response are "OKAY", "FAIL", "DATA",