BeaglePlay comes with a pre-loaded Debian image. But what if you want to build your own custom image for this board? Check out this guide on how to build a base image for the BeaglePlay using Yocto.
Tag: embedded linux
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!