Knowledge base for working with Advantech Europe Modular BSP.
Published version can be found here.
Prepare python virtual environment
python3 -m venv venv
source venv/bin/activateinstall required python packages
pip3 install -r requirements.txtrun the build
just buildcd build/html
python3 -m http.serverThen open URL http://localhost:8000 in browser.