You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serial recovery documentation did not mention the Kconfig options
that control upload throughput (BOOT_SERIAL_MAX_RECEIVE_SIZE,
BOOT_MAX_LINE_INPUT_LEN, BOOT_LINE_BUFS) or the host-side --mtu flag.
With defaults, each SMP round-trip carries only ~228 bytes of image
data, making large uploads unnecessarily slow. Document how to increase
buffer sizes and pass a matching MTU for significantly faster uploads.
Signed-off-by: Jay Beavers <jay@tolttechnologies.com>
**Note:** When using USB CDC-ACM as the serial transport, the baud rate
290
+
parameter is ignored because USB bulk transfers are not rate-limited by a
291
+
physical UART clock. The baud rate setting only affects physical UART
292
+
transports.
293
+
253
294
### More configuration
254
295
255
296
For details on other available configuration options for the serial recovery protocol, check the Kconfig options (for example by using ``menuconfig``).
0 commit comments