bridadan commented on PR #193: URL: https://github.com/apache/mynewt-newtmgr/pull/193#issuecomment-1634575705
Just as a heads up, when using this with Zephyr, I had to add some configs to make use of an MTU higher than 128. Without the configs, the image upload times out: ``` # Greater than or equal to largest MTU CONFIG_BOOT_MAX_LINE_INPUT_LEN=512 # Equal to BOOT_MAX_LINE_INPUT_LEN * BOOT_LINE_BUFS CONFIG_BOOT_SERIAL_MAX_RECEIVE_SIZE=4096 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
