Closed zhanglongxia closed 1 year ago
I wonder if you have uploaded the firmware built from this PR to a RPi to verify it works?
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.
This commit enables the diagnostics module and refactors the script
otbr-setup.bash
to put the common build options together.