Let’s investigate my post to understand popped question in our mind one by one.
Process Management[2] – Process Identifier
The previous post helped us to understand about Process Overview. This post I will show you about the way processes managed in Unix System.
Process Management[1] – Process Overview
We all know about Linux Architecture Overview in my previous post. To go deep into Linux Kernel roles, I will start with Process Management, then the remain topics one by one.
Linux Architecture Overview
To start our Linux Programming journey, we need to understand what Linux is and how it is organized. Let’s investigate it with me in this post.
Native Compiling and Cross-Compiling BeagleBone Black Application[2]-Cross Compiling
In previous post we run our first application by using Native Compiling method on BeagleBone Black board. Then in this post, I will show you the remain method, Cross-Compiling.
Native Compiling and Cross-Compiling BeagleBone Black Application[1]-Native Compiling
This post includes important information for our developing process. I will show you 2 different ways to compile an application to run on BeagleBone Black and help you to decide which one is better.
Setup BeagleBone Black working environment
The very first thing we need to do now is preparing developing environment with BeagleBone Black.
Introduction to BeagleBone Black
To start our journey to Linux Programming world, I will introduce you a very powerful and convenient ship which can bring us to that world with very high speed, the Beagle Bone Black board.
RTOS Overview
To open the tutorial about building RTOS from scratch, I will introduce some basic concepts about RTOS.
Custom Boot Loader [1]
In previous post, we already know about how to config BOOT pins to boot System Boot Loader, and see how it Upgrade Firmware. In this post, I will show you how to build your own custom boot loader from scratch.
Firmware Update by accessing System Memory
In last post we know that System Memory is a flash area, which can be booted up after Power on Reset. This post I will show you a applicability of it to update firmware through USB port.