Skip to content
Discussion options

You must be logged in to vote

Hi @hlyi,

Good catch — that README line was simply wrong, and you reading the docs that closely is appreciated.

The Gecko bootloader we ship (2.4.2, 23-Bootloader-UART-Xmodem/) runs at 115200: it is a build-time constant (SL_SERIAL_UART_BAUD_RATE in config/btl_uart_driver_cfg.h — committed in that directory), and flash_efr32.sh has always probed bootloader:115200. There is no auto-detection — the Gecko UART/Xmodem bootloader has no autobaud; whatever the bootloader was built with is what it listens at. 115200 is the Silabs default, which is why your Sengled stock bootloader uses it too.

The 38400 in the bridge README was a conflation with the other chip's console: the RTL8196E serial cons…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hlyi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants