Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 4 declined, 0 accepted (4 total, 0.00% accepted)

×
Linux

Submission + - 1 second embedded Linux QT boot (youtube.com)

frogboyflips writes: MPC Data have produced an impressive swiftboot demo which shows a Linux kernel booting and launching a QT application in less than one second (with video capture and render). This was shown at the Renesas DevCon and is a demonstration of how you can optimise the cold boot of an embedded device by removing unused functionality and optimising required functionality. The greatest challenge here was with QT — however these were overcome with techniques such as re-ordering the contents of the ELF executable, removing read-ahead in the flash filesystem and linking against uClibc. More details will be described at a boot time presentation at ELCE next week.
Linux

Submission + - Linux Kernel PrintK Format Specifiers (embedded-bits.co.uk)

frogboyflips writes: The kernel printk function provides some rather useful but perhaps undocumented format specifiers. This blog post provides an overview of how you can print IP addresses, MAC addresses and function names from pointers all using printk format specifiers.

Slashdot Top Deals

1 + 1 = 3, for large values of 1.

Working...