Building an embedded Linux system from scratch is a rewarding experience that provides a deep understanding of … Read more
Explore guideLabs
Reproducible
engineering
experiments
Tested environments, procedures, expected output, and the evidence you need to repeat an experiment yourself with confidence.
Real systems. Real results.
Browse by category
Existing library
Continue exploring
Embedded Linux development requires a diverse set of tools to facilitate efficient coding, debugging, and deployment. Whether … Read more
Explore guideSet up an embedded Linux development environment on Ubuntu: install cross-compilers, QEMU, GDB, Yocto dependencies, and TFTP boot servers.
Explore guideExplore top embedded Linux projects: build custom Yocto bootloaders, smart home IoT gateways, camera vision nodes, and real-time kernel controllers.
Explore guideEmbedded Linux is a specialized version of the Linux operating system designed to run on embedded systems. … Read more
Explore guideHow to Switch Between Multiple Java Versions On Ubuntu Linux ?
If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … Read more
Explore guideFor this post, we assume that you already have a working root filesystem as we did in … Read more
Explore guideIn Android, LOCAL_OVERRIDES_PACKAGES is a variable used in the Android makefile system (Android.mk files) for specifying which … Read more
Explore guideSet value for ro.sf.lcd_density in android with display 1280*800
Configure ro.sf.lcd_density system property in Android for 1280x800 displays: calculate DPI scale values, edit build.prop, and set SurfaceFlinger density.
Explore guide