How to compile C program for X86 Desktop and Embedded Hardware ?

Compiling a C program for different hardware architectures, such as x86 desktop and embedded systems, requires understanding … Read more

How to Block External Network Downloads in Yocto Using BB_NO_NETWORK

The Yocto Project is a powerful and flexible toolset for creating custom Linux distributions for embedded systems. … Read more

Static Busybox

How to Cross Compile Busybox for ARM ?

BusyBox combines tiny versions of many common UNIX utilities / commands into a single small executable. It … Read more

Effective Debugging Techniques for Embedded Linux Development

Debugging is an essential skill for any developer, especially when working with embedded Linux systems. These systems … Read more

Getting Started with Yocto Project for Embedded Linux

The Yocto Project is an open-source collaboration that provides templates, tools, and methods to create custom Linux-based … Read more

How to install the latest cmake version on Ubuntu ?

CMake is a widely used build system that helps automate the compilation process for software projects. Keeping … Read more

create ssh key with lynxbee

How to create SSH Keys in Ubuntu / Linux ?

SSH (Secure Shell) keys are a secure and convenient way to authenticate to remote servers without the … Read more

How to resolve “cc1: all warnings being treated as errors” ?

If you are compiling some C program or open source package using Makefile which is written by … Read more

Switch Java Version

How 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

Cross Compilation of Linux kernel for Raspberry Pi 3 and Load It

For this post, we assume that you already have a working root filesystem as we did in … Read more