Turing Pi 2
How to communicate with nodes without ssh connection
ssh root@turingpi.local
tpi uart --node 3 get
tpi uart --node 3 set --cmd 'whoami'
Even more useful way to communicate with node
details here
ssh root@turingpi.local
picocom /dev/ttyS2 -b 115200 # terminal access to node1
picocom /dev/ttyS1 -b 115200 # terminal access to node1
picocom /dev/ttyS4 -b 115200 # terminal access to node1
picocom /dev/ttyS5 -b 115200 # terminal access to node1