[Development] Setup QT creator for developing QT apps on wandboard-Error
Christian Gagneraud
chgans at gna.org
Tue Jul 29 07:06:34 CEST 2014
On 29/07/2014 4:46 p.m., Nilesh Kokane wrote:
[...]
> Manage:
> Name:wandboard-solo
> Authentication type :password
> Host Name:minda-HP-dx2480-MT-VP562PA
> SSH port:22
> usearname:root
> Password:
>
> 1)With that when i tried to test the device with the ethernet
> connection i'm getting the following error
>
> Error:
> Connecting to host...
> SSH connection failure: Connection refused
>
> Device test failed.
Did you first manually test the connection to your board?
How does the hostname minda-HP-dx2480-MT-VP562PA get resolved?
Can you even ping the board? can you even log remotely to the board?
try these first:
$ ping minda-HP-dx2480-MT-VP562PA
and if it works, try this:
$ ssh root at minda-HP-dx2480-MT-VP562PA
If the above two tests pass, then QtCreator should be able to connect too.
Well, according to the doc you've cited, you need to use the IP address
of the board, and in order to know its IP address you need to log
through a serial console, and check it's ip address with the ifconfig
command (as explained in the doc)
Chris
More information about the Development
mailing list