Learn how to build minal Linux image for BeagleBone Black using Yocto project
Tag Archives: beagleboneblack
Examining the toolchiain: Sense and Act
In this video we are going to examine and see what is side the toolchain we had built for BeagleBone Black in the previous post
Building toolchain for BeagleBone Black and QEMU: Sense and Act
We build toolchain for Beaglebone Black and QEMU targets
An Introduction to toolchains and installing crosstool-NG: Sense and Act
A toolchain is a set of tools that compiles source code into executables that can run on
your target device and includes a compiler, a linker, and runtime libraries. We
need toolchain to build the other three elements of an embedded Linux system: the bootloader, the kernel, and the root filesystem. It has to be able to compile code written in assembly, C, and C++ since these are the languages used in the base open source packages.