Mithilesh GaikwadforMithilesh's Blogesymith.hashnode.dev·Nov 23, 2023Exploring Device Drivers: Understanding Types, Implementation, and ImportanceIntroduction: In the realm of computer systems, the term "device driver" holds a significant place, acting as a bridge between the hardware and software components. This article delves into the intricacies of device drivers, covering their types, imp...Discuss·109 readsgpio
Pavan Kumaritspavan.dev·Jul 13, 2023Yocto Build with RT Kernel Patch for BeagleBone: A Comprehensive GuideIntroduction Real-time (RT) systems are crucial in many industries, from automotive to robotics, and even aerospace. This blog will guide you on how to build Yocto with a Real-Time kernel patch for BeagleBone - a powerful open hardware computer. Sett...Discuss·507 readsKernel
Bill Van Leeuwenblog.billvanleeuwen.ca·Mar 19, 2023Writing and Inserting a 'Hello World' Kernel Module for the Beaglebone Black (Buildroot)This blog follows my previous one on Setting Up Networking and an HTTP Server on the BeagleBone Black with Buildroot. This is part of my independent study course on Embedded Linux and follows from many of my past blogs. My final unit is an intro to D...Discuss·1.6K readsbeaglebone black
Bill Van Leeuwenblog.billvanleeuwen.ca·Mar 5, 2023Setting Up Networking and an HTTP Server on the BeagleBone Black with BuildrootThis is a continuation of my previous blog where we set up a minimal Linux system for the BeagleBone Black with Buildroot. Today we're going to set up networking and an HTTP server on the board to serve web pages. Why might we want to do that? Take f...Discuss·1.1K readsbeaglebone black
Bill Van Leeuwenblog.billvanleeuwen.ca·Jan 27, 2023Building a Root Filesystem For the Beaglebone BlackThis is Part 3 of this blog series, this is a continuation of the write-up for my assignment. This blog is based on Bootlin's Embedded Linux Course as well as Frank Vasquez and Chris Simmonds Mastering Embedded Linux Programming, so you may have some...Discuss·1.6K readsembedded linux
Bill Van Leeuwenblog.billvanleeuwen.ca·Jan 24, 2023Compiling and Porting the Linux Kernel to the Beaglebone BlackThis is Part 3 of this blog series, this is a continuation of the write-up for my assignment. This blog is based on Bootlin's Embedded Linux Course as well as Frank Vasquez and Chris Simmonds Mastering Embedded Linux Programming, so you may have some...Discuss·1.1K readsembedded linux
Bill Van Leeuwenblog.billvanleeuwen.ca·Jan 22, 2023Porting U-Boot onto the BeagleboneSimilar to Part 1 of this blog series, this is a continuation of the write-up for my assignment. This blog is based on Bootlin's Embedded Linux Course as well as Frank Vasquez and Chris Simmonds Mastering Embedded Linux Programming, so you may have s...Discuss·1.7K readsbeaglebone black
Bill Van Leeuwenblog.billvanleeuwen.ca·Jan 18, 2023Creating a Cross-compiling Toolchain For Beaglebone Black With Crosstool-NGThis semester, I am doing an independent study course on embedded Linux. This tutorial is the writeup for part 1 of my first assignment This blog is based on Bootlin's Embedded Linux Course as well as Frank Vasquez and Chris Simmonds Mastering Embedd...Discuss·2.1K readsembedded linux
Sebin Sebastiansebinsebastian.hashnode.dev·Aug 28, 2022Creating a bootable SD card for beaglebone black using fdisk (command line)In the previous article, we saw how to create a bootable SD card for beaglebone black using gparted tool. In this article, we will try to achieve the same output, but using a command line tool known as fdisk. We will create a bootable SD card using f...Discuss·579 readsbootable sd card
Sebin Sebastiansebinsebastian.hashnode.dev·Aug 27, 2022Create a bootable SD card for beaglebone black using Gparted (graphical)In this tutorial, we will be learning how to create a bootable SD card for the beaglebone black board. I will be using Ubuntu 22.04 for this tutorial and gparted application for partitioning the SD card. You can choose any size above 8gb for the SD c...Discuss·764 readsbootable