TexZK / embedded-linux-labs-ext

Extending to the "Embedded Linux - Practical Labs" by Bootlin

Home Page:https://texzk.github.io/embedded-linux-labs-ext/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedded Linux System Development

This is a collection of tutorials to be compiled with Material for MkDocs, an extension of MkDocs.

Requirements

A basic installation of Material for MkDocs within a generic Python environment is enough:

$ python -m pip install -r requirements.txt
$ python -m mkdocs build
$ python -c "p='./site/index.html'; import os, webbrowser; webbrowser.open(f'file://{os.path.realpath(p)}');"