...
Codeblock | ||
---|---|---|
| ||
$ make [...] $ scp qt-sensor-demo root@172.16.2.100:/usr/bin/ root@172.16.2.100's password: qt-sensor-demo 100% 12KB 634.7KB/s 00:00 $ ssh root@172.16.2.100 root@172.16.2.100's password: # qt-sensor-demo -platform linuxfb |
Much nicer, we don’t have to reflash our SD card every time we want to test a change in our application!
Note that we could create a public/private key pair, with the public key on our target, and this way not have to enter our password every time we want to transfer a file or log-in to the target. Since this blog post is already very long, we’ll live that as an exercise for the reader, there are plenty of resources on the Web about this topic.