Results 1 to 11 of 11

Thread: keypad and touchscreen is not working on embedded device with x11(gnome) support

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    4
    Thanked 140 Times in 132 Posts

    Default Re: keypad and touchscreen is not working on embedded device with x11(gnome) support

    Your host pc's os has nothing to do with this. How did you obtain the rootfs for your device? What OS do you have on your device? For example for wandboard (i.MX6 based) you can download Ubuntu 12.04 image, and you have to install all the dependencies on this target system. Then you can mount this target os image on your host pc and set it as rootfs for cross compilation. So you can probably perform these steps:
    1. Run the device.
    2. Install all the dependencies on it (if it is Ubuntu then it is quite simple, as you have all the packages mentioned in .../xcb/README file)
    3. Mount the device's file system somewhere on your host PC (for example: you can extract the image or mount if through the network with nfs)
    4. Use this newly mounted rootfs for cross-compiling.
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

  2. The following user says thank you to faldzip for this useful post:

    sanjeet (30th October 2014)

Similar Threads

  1. Replies: 1
    Last Post: 28th August 2012, 20:11
  2. Calibrate a MouseMan touchscreen on Qt4 Embedded
    By RazZziel in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 2nd March 2012, 00:08
  3. Replies: 0
    Last Post: 1st March 2011, 19:04
  4. Problem with QT embedded and touchscreen calibration.
    By webquinty in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 2nd July 2008, 11:33
  5. How Qt/Embedded detects the keypad input from device?
    By mahe2310 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 4th April 2006, 07:08

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.