Embedded Linux
-

Building custom Embedded Linux from scratch – Theoretical series – Part 2/2 – Linux Kernel & FileSystem
Introduction The Part 1/2 of theoretical series discussed the first two components and steps for building an Embedded Linux System that are Cross Compiler Toolchain and the Bootloader. The Part 2 will discuss Linux Kernel and FileSystem as third and fourth components of the OS. Linux Kernel Definition Linux Kernel is a program and a…
-

Building custom Embedded Linux from scratch – Theoretical series – Part 1/2 – Cross compiler & Bootloader
Introduction To build an embedded Linux OS for a specific target board, it’s important to understand the main components of a Linux system: This first article of this series will focus on the first two components the Cross compiler and Bootloader. Compiler Toolchain Definition A toolchain compiler is a tool that takes a source code…