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 create Linker .map file in Linux ?

Generate Linker map file

Understanding map files created by some of the Embedded compilers is required for the Engineers who are … 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

What are the benefits of Yocto ?

Yocto Recipes

Yocto is designed to compile everything from source code. Yocto itself is not a Linux distribution, but … Read more

What is Yocto ?

Yocto Recipes

The Yocto Project is an open source collaboration project that provides templates, tools and methods to help … Read more

License Compliance in Embedded Linux with the Yocto

license

Every recipe which compiles the source code and generates the binaries contains certain mechanism which verifies any … Read more

How to Identify packages generated by the bitbake recipe ?

When trying to add new packages to your root file system image, we need to identify what … Read more

How to check which header belongs to which package in Ubuntu ?

In Ubuntu, there is a way to identify which header file belongs to which package so if … Read more

How to add locale into embedded yocto root filesystem ?

Recently we faced some issues with locale and when debugged using strace it shows following error Now, … Read more