Browsing All posts tagged under »boot«

Sticky Bits » Security and Connected Devices

September 14, 2015

0

A clickbait headline for this article would be something like: “The 10 secrets to save your next IoT product from cyber attacks” The author makes valid points, enumerates powerful real-life examples when things actually went wrong, and shows the mindset to apply when thinking about security in general. With the Internet of Things, we are seeing more and more […]

Installed Debian on Acer Aspire One 522 netbook

March 1, 2015

0

My mother has an Acer Aspire One 522 netbook (as for the post title) and used it to surf the net and play some Facebook games… until it fell hard while it was on, and it wouldn’t boot any more: it would get stuck on the boot screen where you can tap F2 to enter […]

New U-Boot boots ARM faster

September 30, 2010

5

A new version of U-Boot is out (here the announcement). U-Boot is a bootloader that aims to be flexible enough to be adapted to work on any architecture. This version (2010.09, that can be downloaded from their FTP server) adds Cache support to ARM architectures. The developers reported a couple of performance tests on a […]

Custom hardware modeling with QEMU (ELC 2010)

September 4, 2010

2

The videos of the presentations held at the Embedded Linux Conference 2010 have been recently made public on Free Electrons. I was particularly interested in one speech: Custom Hardware Modeling for FPGAs and Embedded Linux Platforms with QEMU (PDF slides and OGV video). John Williams (PetaLogix) illustrates the work they have been doing on reducing […]

U-boot for ARM on QEMU

March 10, 2010

113

Instructions to compile and run the U-Boot bootloader inside a QEMU emulation of an ARM platform.

Improve Linux boot time

September 9, 2009

1

A few tips to speed up boot for your Linux box: 1. You need a tool to measure performance objectively: bootchart is very useful to track the lifetime of the processes, disk I/O and CPU load during boot. It needs no configuration whatsoever: you install it (for example using “apt-get install bootchart” in Debian-based systems) […]