11 lines
327 B
Bash
11 lines
327 B
Bash
# https://www.kernel.org/doc/html/v5.9/devicetree/writing-schema.html
|
|
|
|
|
|
sudo apt install swig
|
|
sudo apt install python3 python3-ruamel.yaml
|
|
sudo apt-get install -y libyaml-dev
|
|
|
|
pip3 install rfc3987
|
|
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master
|
|
pip3 install git+https://github.com/Julian/jsonschema.git
|