How to Build Your Own Bootloader for Libre Computer Boards

Libre Computer boards feature open source bootloaders that can be built and customized quickly.

git clone https://github.com/libre-computer-project/libretech-builder-simple.git lbs
cd lbs
./setup.sh
./build.sh BOARD #replace BOARD with your model eg. aml-s905x-cc
1 Like