In the last post, we saw the first step towards creating a custom image i.e. creating a new layer. We did that so that it could house our custom recipes. Do you want to know how to make your own bitbake recipes? Read on...
Author: Shashank Kulkarni
Yocto: Part 5 – Creating & adding a new layer to your image
In the Yocto series of posts, we have talked about what Yocto is and how you can set up the build environment for development. The first step on the way to develop a custom image is making a new layer. Read on to know more about this!
CMake: An Essential Tutorial
CMake is an extremely popular build tool used in the open-source community to build packages that can be deployed into linux images. Looking for the perfect Introduction to CMake? Read on!
Yocto: Part 4 – Building a basic image for Raspberry Pi
In this detailed post, we will see how to build a basic Yocto image for the world's favourite computer - Raspberry Pi!
Yocto: Part 3 – Build & run your first ever image!
Liked our last posts that introduced Yocto and showed how to set up your host PC for builds? Let us learn how to build our first ever Yocto image...read on!
Yocto: Part 2 – Setting up Ubuntu host
In the last post, we introduced you to the Yocto Project. In this post, we guide you on how to set up an Ubuntu host PC for doing Yocto builds.
Yocto: Part 1 – A Definitive Introduction
Yocto is the most popular build system used to generate linux images for a wide variety of hardware systems across the world. Looking for a good intro to this wonderful enabler that is omni-present? Read on...
The Definitive Guide to AVRDUDE!
AVRDUDE is an (almost) ubiquitous software used in the maker (read Arduino). Here's a guide to help you use it in your projects!
Using I2C in Linux using C (i2cdev)
Looking for a basic guide to understand how to use the I2C in Linux? This post tries to address that very concern using a practical example… read on!
Using UART in Linux using C (termios)
Looking for a basic guide to understand how to use the UART in Linux? This post tries to address that very concern using a practical example… read on!
