Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Less than one second Linux Qt boot demo
Forum Updated to NodeBB v4.3 + New Features

Less than one second Linux Qt boot demo

Scheduled Pinned Locked Moved Showcase
5 Posts 5 Posters 7.0k 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.
  • A Offline
    A Offline
    andrewmurray
    wrote on 20 Oct 2010, 21:16 last edited by
    #1

    This "demo":http://www.youtube.com/watch?v=ULa4TPy7z0c on YouTube shows a QT application running on Linux which boots (to UI) in less than one second. Showing that QT can be used on fast booting devices with some modifications.

    The modifications required to achieve this was statically linking against uClibc, modifications to the flash filesystem and modifications to the the QT configuration file to remove un-used features. Also some clever use of GCC options were used to re-order the contents of the QT application to ensure it was contiguous in flash.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mario
      wrote on 21 Oct 2010, 10:57 last edited by
      #2

      Impressing!

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lyuts
        wrote on 21 Oct 2010, 11:36 last edited by
        #3

        I would like to have one of those.

        I'm a rebel in the S.D.G.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cochise
          wrote on 17 Nov 2010, 20:06 last edited by
          #4

          Great.

          But, for real life all features in Qt is desirable. (and a 0 to 5-7 seconds is a great boot time)

          http://cochise.tumblr.com

          1 Reply Last reply
          0
          • X Offline
            X Offline
            xsacha
            wrote on 5 Dec 2010, 02:26 last edited by
            #5

            Easily achievable if you use a ROM with XIP, right? One of the challenges is getting it all on to RAM fast enough.

            Their demo is quite impressive with a 500MHz processor and 0.98s boot-to-image. There's obviously some trick with filesystem as it is almost 0s though.

            • Sacha
            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