Tagged articles
3 articles
Page 1 of 1
21CTO
21CTO
Dec 29, 2022 · Mobile Development

How to Speed Up Android Boot: Deep Dive into the Boot Process and Practical Optimizations

This article explains the Android boot sequence from the boot ROM to the SystemServer, shows how to analyze boot time using logs, bootchart and boottrace, and provides practical optimization steps to reduce the startup delay, especially focusing on the Zygote and AudioService bottlenecks.

AndroidAudioServiceSystemServer
0 likes · 32 min read
How to Speed Up Android Boot: Deep Dive into the Boot Process and Practical Optimizations
Open Source Linux
Open Source Linux
May 9, 2022 · Operations

How to Slash Embedded Linux Boot Time on BeagleBone Black by 1.5 Seconds

This article walks through practical techniques—compiler tuning, application trimming, init and rootfs optimization, kernel configuration tweaks, and U‑Boot Falcon mode—to reduce the boot time of a BeagleBone Black Linux system from over nine seconds to just 2.4 seconds, while also shrinking the filesystem size.

BeagleBone BlackEmbedded LinuxKernel Tuning
0 likes · 10 min read
How to Slash Embedded Linux Boot Time on BeagleBone Black by 1.5 Seconds
Liangxu Linux
Liangxu Linux
Oct 6, 2019 · Operations

How to Trim Unnecessary Linux Startup Services with Systemd

This guide explains why many Linux distributions start unused services at boot, and shows step‑by‑step how to list, disable, mask, and verify unwanted systemd services—such as Bluetooth—while also providing commands to inspect boot logs and identify slow‑starting units.

Service ManagementSystemdboot optimization
0 likes · 5 min read
How to Trim Unnecessary Linux Startup Services with Systemd