Contents
- Create an ssh connection
- Operation method: Linux Command
- Simple commands to verify Tx/Rx
- variable
- NHX53X2 example
Create an ssh connection
https://dev.azure.com/lede/bitswrt-UserGuides/_wiki/wikis/UserGuides/1689/debug-ssh
Operation method: Linux Command
Simple commands to verify Tx/Rx
- To start/stop Tx, using following commands:
myftm -t 3 (Tx start)myftm -t 0 (Tx stop)
- To start/stop Rx, using following commands:
myftm -x 1 (Rx start)myftm -x 0 (Rx stop)
variable
For variable definitions, see:comand options
- -J - TLV2
- -i wifiX – wifi instance X
- -f 2412 – The central frequency is set to 2412 MHz (channel 1)
- -a 2 – Tx on chain1
- -t 1 – TX_SINE
NHX53X2 example
2.4G
myftm -t 0myftm -J -i wifi0 -f 2412 -a 2 -t 1
myftm -t 0myftm -J -i wifi0 -f 2437 -a 2 -t 1
myftm -t 0myftm -J -i wifi0 -f 2462 -a 2 -t 1
5G
myftm -t 0myftm -J -i wifi1 -f 5210 -a 2 -t 1
myftm -t 0myftm -J -i wifi1 -f 5530 -a 2 -t 1
myftm -t 0myftm -J -i wifi1 -f 5610 -a 2 -t 1
myftm -t 0myftm -J -i wifi1 -f 5690 -a 2 -t 1
myftm -t 0myftm -J -i wifi1 -f 5775 -a 2 -t 1
myftm -t 0myftm -J -i wifi1 -f 5855 -a 2 -t 1
6G
myftm -t 0myftm -J -i wifi1 -f 6185 -a 2 -t 1
myftm -t 0myftm -J -i wifi1 -f 6265 -a 2 -t 1