Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QT Creator Device Test fails
Forum Updated to NodeBB v4.3 + New Features

QT Creator Device Test fails

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 1.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Noushad
    wrote on 24 Feb 2020, 16:23 last edited by
    #1

    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 aarch64

    Checking 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.

    A 1 Reply Last reply 24 Feb 2020, 16:35
    0
    • N Noushad
      24 Feb 2020, 16:23

      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 aarch64

      Checking 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.

      A Offline
      A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 24 Feb 2020, 16:35 last edited by
      #2

      @Noushad

      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

      Qt has to stay free or it will die.

      1 Reply Last reply
      0

      1/2

      24 Feb 2020, 16:23

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved