Maker.io main logo
PROJECT
1,598

Intro to Embedded Linux Part 7 - Enable WiFi Networking with Yocto

By ShawnHymel

In this tutorial, we demonstrate how to enable WiFi drivers and networking for the STM32MP157D-DK1 using the Yocto Project

PROJECT
1,028

Intro to Embedded Linux Part 6 - Add Custom Application to Yocto Build

By ShawnHymel

In this tutorial, we demonstrate how to create a custom Linux application and recipe to build the compiled program into a custom image.

PROJECT
1,718

Intro to Embedded Linux Part 5 - How to Enable I2C in the Yocto Project

By ShawnHymel

In this tutorial, we demonstrate how to modify a device tree source (.dts) file to enable an I2C port. We then create a patch file and apply it to the kernel during the bitbake build phase in the Yocto Project.

PROJECT
1,610

Intro to Embedded Linux Part 4 - Create Custom Layer and Image in Yocto

By ShawnHymel

In this tutorial, we demonstrate how to use the Yocto Project to create a custom layer and use it to generate a custom Linux image.

PROJECT
1,082

Intro to Embedded Linux Part 3 - Flash SD Card

By ShawnHymel

In this tutorial, we demonstrate how to configure and flash an SD card using output Linux images generated by the Yocto Project.

PROJECT
4,036

Intro to Embedded Linux Part 2 - Yocto Project

By ShawnHymel

Getting started with the Yocto Project to create a custom Linux distribution for an STM32MP1 single board computer.

PROJECT
2,543

Intro to Embedded Linux Part 1 - Buildroot

By ShawnHymel

In this tutorial, we demonstrate how to build a custom Linux image using the Buildroot tool