Hi Christian, First of all thanks for your valuable reply.
Based on your suggestion I pinged the board with the boards ip address which i found it from the serial console $ ping 127.0.0.1 gave success Also i pinged the host PC trough the board with $ ping 127.0.0.2 Gave success But with SSH from the host $ ssh [email protected] Connecting to host... SSH connection failure: Connection refused $ find /home/minda/bin/fsl-community- bsp/build/tmp/sysroots/wandboard-solo -name libicui18n.so.51 -o -name libz.so.1 /tmp/sysroots/wandboard-solo -name libicui18n.so.51 -o -name libz.so.1 /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/wandboard-solo/lib/libz.so.1 /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/wandboard-solo/usr/lib/libicui18n.so.51 What does this command gives? $ sh -x ./qtcreator.sh + source /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi ./qtcreator.sh: 2: ./qtcreator.sh: source: not found + which ./qtcreator.sh + me=./qtcreator.sh + test -L ./qtcreator.sh + dirname ./qtcreator.sh + bindir=. + cd ./../lib + pwd + libdir=/home/minda/Qt5.3.1/Tools/QtCreator/lib + LD_LIBRARY_PATH=/home/minda/Qt5.3.1/Tools/QtCreator/lib:/home/minda/Qt5.3.1/Tools/QtCreator/lib/qtcreator + export LD_LIBRARY_PATH + exec ./qtcreator minda@minda-HP-dx2480-MT-VP562PA:~/Qt5.3.1/Tools/QtCreator/bin$ sh -x ./qtcreator.sh + source /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi ./qtcreator.sh: 2: ./qtcreator.sh: source: not found + which ./qtcreator.sh + me=./qtcreator.sh + test -L ./qtcreator.sh + dirname ./qtcreator.sh + bindir=. + cd ./../lib + pwd + libdir=/home/minda/Qt5.3.1/Tools/QtCreator/lib + LD_LIBRARY_PATH=/home/minda/Qt5.3.1/Tools/QtCreator/lib:/home/minda/Qt5.3.1/Tools/QtCreator/lib/qtcreator + export LD_LIBRARY_PATH + exec ./qtcreator And opens up the Qt-creator Have you tried the "bitbake meta-toolchain-qt5" command? No i didn't tried , can you please provide the step for that Thanks Nilesh Kokane On Tue, Jul 29, 2014 at 10:36 AM, Christian Gagneraud <[email protected]> wrote: > 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@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 > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > -- Thanks -- “The contents of this e-mail message and any attachments are confidential and are intended solely for addressee. The information may also be legally privileged. This transmission is sent in trust, for the sole purpose of delivery to the intended recipient. If you have received this transmission in error, any use, reproduction or dissemination of this transmission is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by reply e-mail or phone and delete this message and its attachments, if any.”
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
