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.gitDownload the training data with wget:
wget https://bootlin.com/doc/training/embedded-linux/embedded-linux-labs.tar.xz
tar xvf embedded-linux-labs.tar.xzInstall the dependencies
sudo pacman -S - < pacman.txtSource the env vars needed:
source crosstoolenvCopy the crosstool-ng-config to the ct-ng directory
cp crosstool-ng-config ./crosstool-ng/.config