Top 5 Embedded Linux Development Boards to Explore in 2024

Embedded Linux development boards are essential tools for developers working on embedded systems projects. These boards offer … 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

Build Embedded Linux for Raspberry Pi using Yocto

Embedded Linux RPi

Building complete Linux operating system for embedded devices was a complicated task requiring investment with both time … Read more

How to install Minicom on Linux / Ubuntu ?

Install Minicom on Linux

Minicom is a text-based serial port communications program. It is used to talk to external RS-232 devices … Read more

How to Emulate RaspberryPi 2 using QEMU ?

Emulate Rpi on Linux

We need to compile recent qemu source code since it has added support for Raspberry Pi, to … Read more

How to Enable Raspberry Pi 3’s HDMI Video / Display Console ?

If you have bought a Raspberry Pi 3 with a case and doesn’t have a serial port, … Read more

Install Ino on Ubuntu and Run a test program for Arduino

Ino is a command line toolkit for working with Arduino hardware. How to Install Ino on Ubuntu … Read more

USB Physical layer and components description

USB

USB Physical layer and components description USB 1.0 – Low speed –  1.5Mbps USB 1.1 – Full … Read more

Adding New Machine in Yocto bitbake meta layers

Adding a new machine to the Yocto Project is a straightforward process. This section describes how to … Read more