Skip to content
Discussion options

You must be logged in to vote

I got sw-flow-control working with 115200 baudrate. Here are some patches:

--- S70otbr.orig        2026-07-08 00:22:53.291696817 -0500
+++ S70otbr     2026-07-08 00:22:38.559555117 -0500
@@ -45,11 +45,12 @@
 if [ -f /userdata/etc/radio.conf ]; then
     val=$(grep '^FIRMWARE_FLOW_CTRL=' /userdata/etc/radio.conf | tail -1 | cut -d= -f2)
     case "$val" in
-        none|sw) UART_FC=false ;;
-        hw|"")   UART_FC=true  ;;
+        none) UART_FC="" ;;
+        sw) UART_FC="&uart-sw-flow-control=true" ;;
+        hw|"")   UART_FC="&uart-flow-contorl=true"  ;;
     esac
 fi
-RCP_URL="spinel+hdlc+uart:///dev/ttyS1?uart-baudrate=${FW_BAUD}&uart-flow-control=${UART_FC}"
+RCP_URL="spinel+hdlc+…

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@hlyi
Comment options

@hlyi
Comment options

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
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hlyi
Comment options

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