Raspberry Pi OS (Raspbian) Repository for EDATEC Products

Spoony 更新于 2021-12-03 开放度: 公开 浏览: 698

This is the Raspberry Pi OS (Raspbian) repository for EDATEC products powered by Raspberry Pi. You could install board support packages here.

How to

Download the key and create repo file edatec.list

curl -sS https://apt.edatec.cn/pubkey.gpg | sudo apt-key add -

echo "deb https://apt.edatec.cn/raspbian stable main" | sudo tee /etc/apt/sources.list.d/edatec.list

Now you can install softwares

sudo apt update
# install stmpe-adc-dkms for example
sudo apt install stmpe-adc-dkms