
22 May
2018
22 May
'18
5:21 p.m.
On 22 May 2018 at 12:23, Alex Kiernan alex.kiernan@gmail.com wrote:
Convert USB fastboot code to use shared fastboot protocol.
Signed-off-by: Alex Kiernan alex.kiernan@gmail.com
Changes in v6:
- merged from RFC USB fastboot series
- when entering the DATA phase ensure we actually install the correct handler
- on completion of DATA call new fastboot_data_complete()
- previous changes:
- remove redundant version.h
- use new fastboot_get_bytes_remaining() function
Hi Alex,
I tested this new patch series (v6) on X15 board, and this patch still breaks "fastboot oem format". I see next messages.
On host:
FAILED (remote: unrecognized command)
On device:
command oem format not recognized.
All other fastboot commands seem to work fine, though. Can you please look into it? I can help you with testing on my boards, if you are unable to reproduce it. You can prepare GitHub branch for debugging and ask me to check that, I will send you the output.
Thanks.