Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6941de7 authored by Bradley Furman's avatar Bradley Furman Committed by Gerrit Code Review
Browse files

Merge "Update the fastboot command size from 64 to 4096 to cover the changes...

Merge "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" into main
parents f307ee07 5eea7e38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",