Qt Creator - Remote Linux Device Connection
-
Hi All,
I'm having a bit of trouble connecting to my Remote Linux Device in Qt Creator. My target device is running Yocto (Dunfell) with the meta-qt6 layer. I've also included "qtcreator-debug" within my EXTRA_IMAGE_FEATURES. My host device is a Windows 10 machine running Qt Creator.
When I boot my target device, I can see that the device has an IP (192.168.11.1) via rndis. From my PC, I'm able to ping the target device and successfully get a response. I can also SSH into the target using Putty. However, within Qt Creator, when I add a Remote Linux Device, enter the correct IP, and then click the "test" button, I get "echo failed" immediately. If I change the IP to something that's incorrect, it takes a few seconds to get the "echo failed" response. When I use the correct IP, I get the "echo failed" immediately. This makes me think that Qt Creator is seeing my target device, but something is not right with the configuration.
Any idea what might be wrong?
Thanks!
-
@Ktome said in Qt Creator - Remote Linux Device Connection:
I can also SSH into the target using Putty.
Which SSH client is your Qt Creator using? Check at Edit > Preferences... > Devices > SSH and then test using the same client.
-
@Ktome said in Qt Creator - Remote Linux Device Connection:
I can also SSH into the target using Putty.
Which SSH client is your Qt Creator using? Check at Edit > Preferences... > Devices > SSH and then test using the same client.