Pika Spark is a matchbox-sized high-performance micro robot control system combining an unprecedented amount of computing power and interfaces within an extremely small form factor. For debugging and development purposes the Pika Spark exposes a Unix shell via a serial interface.
The Debug-UART interface allows access to a Unix shell via serial interface (115200, 8N1) which is useful for debugging and development.
minicom
:sudo apt-get install minicom
minicom -D /dev/USB0 -b 115200
xterm
and resize your terminal for best representation:export TERM=xterm
resize