openthread / ot-reference-release

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

enable the diagnostics module #56

Closed zhanglongxia closed 1 year ago

zhanglongxia commented 1 year ago

This commit enables the diagnostics module and refactors the script otbr-setup.bash to put the common build options together.

sunytt commented 1 year ago

I wonder if you have uploaded the firmware built from this PR to a RPi to verify it works?

zhanglongxia commented 1 year ago

I wonder if you have uploaded the firmware built from this PR to a RPi to verify it works?

Yes. I generated the RaspberryPi image using the command REFERENCE_PLATFORM=none REFERENCE_RELEASE_TYPE=1.3 IN_CHINA=1 OTBR_RADIO_URL='spinel+hdlc+uart:///spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200' ./script/make-reference-release.bash. And I verified the RaspberryPi image on the RaspberryPi, the otbr-agent is working and the diag module is enabled.