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.
Tag: linux
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...
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!
Using SPI in Linux using C (spidev)
Looking for a basic guide to understanding how to use the SPI (Serial Peripheral Interface) in Linux? This post tries to address that very concern using a practical example… read on!
