Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can not remote Run QT Example-Camera on i.Mx6Q

Can not remote Run QT Example-Camera on i.Mx6Q

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 261 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.
  • J Offline
    J Offline
    Julia_Ding
    wrote on last edited by Julia_Ding
    #1

    This is the application output:

    sh: /root/camera: not found
    Application finished with exit code 127.
    

    How to fix this problem? Thanks

    I'm using Buildroot 'imx6-sabresd_qt5_defconfig' and adding 'openssh', 'gdb'

    And the following is what I set up Qt Creator for i.Mx6Q:

    1. Tools > Options > Build & Run > Compilers
      Name : imx6 buildroot GCC
      buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-g++

    2. Tools > Options > Build & Run > Debuggers
      Name : IMX6 buildroot gdb
      buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-gdb

    3. Tools > Options > Build & Run > Qt Versions
      Version Name : Qt %{Qt:Version} (buildroot)
      buildroot/output/host/usr/bin/qmake

    4. camera.pro
      ++ target.path = /root
      ++ INSTALLS += target
      -- target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/camera
      -- INSTALLS += target

    1 Reply Last reply
    0

    • Login

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