-
Notifications
You must be signed in to change notification settings - Fork 0
SSH USING LINUX OR MAC OS
You can use SSH to connect to your Tinker Board from a Linux computer, a Mac, or another Tinker Board, without installing additional software.
You will need to know your Tinker Board 's IP address to connect to it. To find this, type hostname -I
from your Tinker Board terminal.
ssh linaro@<IP>
If you receive a connection timed out
error it is likely that you have entered the wrong IP address for the Tinker Board.
When the connection works you will see a security/authenticity warning. Type yes
to continue. You will only see this warning the first time you connect.
In the event your lianro has taken the IP address of a device to which your computer has connected before (even if this was on another network), you may be given a warning and asked to clear the record from your list of known devices. Following this instruction and trying the ssh
command again should be successful.
Next you will be prompted for the password for the linaro
login: on debian the default password is linaro
. You should now be able to see the Tinker Board prompt, which will be identical to the one found on the Tinker Board itself.
Add newuser :
sudo adduser newuser
If you have set up another user on the Tinker Board, you can connect to it in the same way, replacing the username with your own, e.g. [email protected]
linaro@linaro-alip ~ $
You are now connected to the Tinker Board remotely, and can execute commands.
Benchmark
Benchmark1
Benchmark2