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. Update Qt application by USB stick
Forum Updated to NodeBB v4.3 + New Features

Update Qt application by USB stick

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 3 Posters 895 Views 1 Watching
  • 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
    JosB
    wrote on last edited by
    #1

    Hello,

    I am looking for a solution to update a Qt application on an embedded device(linux) by USB stick.

    I've found some posts at StackOverflow on how to detect USB in udev and run a script, but I haven't got that working yet.

    I want the OS to detect the USB, check the USB for a specific filename and copy the file to another location. Does anyone have any suggestions on how to do this?

    Any input is very much appreciated :)

    Greetings

    jsulmJ A 2 Replies Last reply
    0
    • J JosB

      Hello,

      I am looking for a solution to update a Qt application on an embedded device(linux) by USB stick.

      I've found some posts at StackOverflow on how to detect USB in udev and run a script, but I haven't got that working yet.

      I want the OS to detect the USB, check the USB for a specific filename and copy the file to another location. Does anyone have any suggestions on how to do this?

      Any input is very much appreciated :)

      Greetings

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @JosB This is actually not a Qt question, more a Linux question.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • J JosB

        Hello,

        I am looking for a solution to update a Qt application on an embedded device(linux) by USB stick.

        I've found some posts at StackOverflow on how to detect USB in udev and run a script, but I haven't got that working yet.

        I want the OS to detect the USB, check the USB for a specific filename and copy the file to another location. Does anyone have any suggestions on how to do this?

        Any input is very much appreciated :)

        Greetings

        A Offline
        A Offline
        ambershark
        wrote on last edited by
        #3

        @JosB None of that will be Qt code at all. In fact whatever code you use to detect and run that I would definitely not bloat with Qt.

        It should all be very linux specific and you would need some sort of update service running to handle the usb detection and processing of the file.

        It shouldn't be very hard to do though and a bit of googling should get you in the right place fairly quickly. :)

        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

        1 Reply Last reply
        1
        • J Offline
          J Offline
          JosB
          wrote on last edited by
          #4

          All right, thank you :)

          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