QT Creator Device Test fails
-
In QT creator, using Devices configured my embedded target, and trying to connect the target, when running Device Test getting below error. When run application, I see files on target, but I was wondering about below error. I assume debugging is not possible due to below error. Any thoughts? Thank you for your response.
Connecting to host...
Checking kernel version...
Linux 4.14.35-yocto-standard aarch64Checking if specified ports are available...
All specified ports are available.Checking whether an SFTP connection can be set up...
SFTP service available.Checking whether rsync works...
**rsync failed with exit code 12: command-line: line 0: Bad configuration option: \stricthostkeychecking
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.2]SFTP will be used for deployment, because rsync is not available.**
Device test finished successfully.
-
SFTP will be used for deployment, because rsync is not available.**
I read that as, you can fully deploy to that device with SFTP. It seems to be the second option, maybe it is a bit slower.
**rsync failed with exit code 12: command-line: line 0: Bad configuration option: \stricthostkeychecking
For some reason rsync fails. stricthostkeychecking looks like a ssh configuration, but that's just a guess.
Anyway, I think this setup should work.
Regards