Daily Archives: 25.05.2016

 These Martian Rocks Hint at Ancient Alien Life

By Maddie Stone

Mars may be a frigid, dusty wasteland today, but evidence is mounting that the Red Planet was warm and wet long ago. Future missions to Mars will seek out signs of life
from that livelier era—and a recent geologic analysis has revealed where we should begin our search.

…read more

Source:: http://feeds.gawker.com/~r/gizmodo/full/~3/axlUbbi_4C8/these-martian-rocks-hint-at-ancient-alien-life-1778487238

      

Fast-Booting Qt Devices, Part 3: Optimizing System Image

By Risto Avila

chart2

It is now time for the third part of the fast-boot blog post series. In the first post we showed a cluster demo booting in 1.56 seconds, in the second post we opened up how the Qt application was optimized. Here, we will concentrate on the optimization of boot loader and kernel for NXP i.MX6 SABRE development board which was used in the demo.

Before even starting the boot time optimization I measured the unoptimized boot time which was a whopping 22.8 seconds. After measuring we set our goal to get boot time under 2 seconds. Now that the goal was set. I started the optimization from the most obvious place: root-fs. Our existing root-fs contained a lot of stuff that was not required for the startup demo. I stripped down the whole root-fs from 500 MB to 24 MB. I used buildroot to create a bare minimal root-fs for our device and a cross-compile tool chain.

After switching to the smaller root-fs, I did a new measurement of the startup time which was now 15.6 seconds. From this 15.6 seconds kernel, startup took around 6 seconds, the U-Boot bootloader and the unmodified application the rest. Next, I concentrated to the kernel. As I already knew the functionality required by the application, I could easily strip down the kernel from 5.5 MB to 1.6 MB by removing nearly everything that was not required. This got the boot time to 9.26 seconds out of which the kernel startup was taking 1.9 seconds.

At this point we still had not touched the u-boot at all, meaning it had the default 1 second wait time and integrity check of the kernel in place. So U-Boot was next obvious target. Inside U-Boot there is special framework called secondary program loader which is capable of booting another U-Boot or specially configured kernel. I enabled the SPL mode and modified my kernel to include command line arguments and appended my device tree to the kernel. I also stripped down the device tree from 47 KB to 14 KB and disabled console. Boot time was dropped to 3.42 seconds where kernel was taking 0.61 seconds and U-Boot + application rest.

Now that the basic system (u-boot and kernel) was booting already in a decent time, I optimized our cluster application. Start up of the application was changed to load the cluster frame …read more

Source:: http://blog.qt.io/blog/2016/05/25/fast-booting-qt-devices-part-3-optimizing-system-image/

      

An Artist Has Made the Louvre’s Pyramid Disappear

By Jamie Condliffe

Now you see it, now you don’t. Street artist JR’s latest work has seen him shroud the large pyramid outside the Louvre in Paris with material that, at a glance, makes it look like the structure has disappeared altogether.

…read more

Source:: http://feeds.gawker.com/~r/gizmodo/full/~3/eKkXClQ_tGc/an-artist-has-made-the-louvres-pyramid-disappear-1778588383