Lines Matching refs:to
6 over USB. It is designed to be very straightforward to implement, to
7 allow it to be used across a wide range of devices and from hosts running
38 to present to the user. Stop.
40 c. OKAY -> the requested command completed successfully. Go to #5
45 the total data size to transfer.
55 Similar to #2:
57 a. INFO -> display the remaining 60 bytes and return to #4
62 c. OKAY -> success. Go to #5
78 Host: "download:00001234" request to send 0x1234 bytes of data
80 Client: "DATA00001234" ready to accept data
86 Host: "flash:bootloader" request to flash the data to the bootloader
107 lowercase letter, to prevent incompatibilities with future specs.
113 "download:%08x" Write data to memory which will be later used
119 "verify:%08x" Send a digital signature to verify the downloaded
123 "flash:%s" Write the previously downloaded image to the
126 "erase:%s" Erase the indicated partition (clear to 0xFFs)
129 and should be booted according to the normal
148 The "getvar:%s" command is used to read client variables which