rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # bt signaling test
|
| 2 | ./boots -c dut
|
| 3 |
|
| 4 | # ble signaling test for USB module
|
| 5 | ./boots -relay ttyUSB0
|
| 6 |
|
| 7 | # ble signaling test for BT CoB platform
|
| 8 | ./boots -relay ttyGS2 &
|
| 9 | => Run it on platform
|
| 10 | ./boots ttyACM0 115200 -relay ttyUSB0 115200
|
| 11 | => Run it on NB/PC
|
| 12 |
|
| 13 | # bt rf tx test
|
| 14 | ./boots -c rft -p xx -c xx -t xx
|
| 15 |
|
| 16 | # bt rf rx test
|
| 17 | ./boots -c rfr -p xx -c xx -t xx -a xx:xx:xx:xx:xx:xx
|
| 18 |
|
| 19 | # bt rf rx stop to get result
|
| 20 | ./boots -c rfr_stop -p xx -c xx -t xx -a xx:xx:xx:xx:xx:xx
|