Raspberry Pi Bluetooth Speaker: A Comprehensive Guide
Posted on April 1, 2024
This guide provides a detailed walkthrough on turning your Raspberry Pi into a Bluetooth speaker. You will discover how to use Yocto for building custom Linux distributions tailored to your specific needs. In the end, you’ll be able to stream music from your connected phone to your Raspberry Pi via...
Build Linux Distribution for NXP i.MX 8 with Yocto Project
Posted on February 26, 2024
Welcome to our guide on building a custom Linux distribution for the NXP i.MX 8 platform using the Yocto Project. Throughout this blog, you’ll learn everything from setting up your development environment to deploying the final image. Let’s dive in!
How to Build Linux kernel for BeagleBone Black
Posted on February 6, 2024
In this tutorial, we’ll walk you through the process of building a custom Linux kernel tailored specifically for the BeagleBone Black platform. By following these steps, you’ll be able to create a customized embedded Linux distribution optimized for your project’s requirements.
Leetcode 1. Two sum solution
Posted on November 23, 2023
In this post, we’ll discover the power of hash tables in solving LeetCode’s Two sum problem.