alexreinert / HB-RF-ETH

Firmware for the HB-RF-ETH pcb
Other
49 stars 10 forks source link

HB-RF-ETH synology docker #12

Closed handy80 closed 3 years ago

handy80 commented 3 years ago

Hi trying to install pivccu3 as a docker on my synology DS1813+ to use it in combination with the HB-RF-ETH board. I got issues to install the following as there is no apt in my synology. anyone knowledged/educated how i could solve that sudo apt install wget ca-certificates wget -q -O - https://www.pivccu.de/piVCCU/public.key | sudo apt-key add - sudo sh -c 'echo "deb https://www.pivccu.de/piVCCU stable main" >/etc/apt/sources.list.d/pivccu.list' sudo apt update sudo apt install build-essential bison flex libssl-dev sudo apt install pivccu-modules-dkms

kind regards

alexreinert commented 3 years ago

This is not supported, piVCCU3 does not run inside Docker, piVCCU is supported on ARM platform only, Kernel >= 4.14 is required and Kernel Headers are needed.

handy80 commented 3 years ago

thanks Alex!