openthread / ot-reference-release

BSD 3-Clause "New" or "Revised" License
11 stars 26 forks source link

[script] fix OTBR_RADIO_URL #52

Closed sunytt closed 1 year ago

sunytt commented 1 year ago

OTBR_RADIO_URL had {} around it and otbr-agent wouldn't start:

OTBR_AGENT_OPTS="-I wpan0 -B eth0 {spinel+hdlc+uart:///dev/ttyACM0} trel://eth0"

Changed {$OTBR_RADIO_URL} to ${OTBR_RADIO_URL}

Test: run REFERENCE_PLATFORM=nrf52840 REFERENCE_RELEASE_TYPE=1.3 IN_CHINA=1 ./script/make-reference-release.bash flash the created raspberry pi image and nrf52840 rcp image and check otbr-agent starts.