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