Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 657 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 657 Bytes

Embedded Linux training notes and env

This is a repo where I'll keep my notes and env for Bootlin's embedded Linux training.

Clone this repo with:

git clone --recurse-submodules thisrepo.git

Download the training data with wget:

wget https://bootlin.com/doc/training/embedded-linux/embedded-linux-labs.tar.xz
tar xvf embedded-linux-labs.tar.xz

Install the dependencies

sudo pacman -S - < pacman.txt

Source the env vars needed:

source crosstoolenv

Copy the crosstool-ng-config to the ct-ng directory

cp crosstool-ng-config ./crosstool-ng/.config