Hello!
I’m pretty new to the IoT space and don’t have much experience with Balena, Docker, and Linux - so please forgive me!
I have an EDATEC ED-HMI3630-101C that I want to use for my next Balena project. I need to be able to use its touchscreen and CAN bus interface.
They have a specific command to download their apt source and firmware package
curl -s https://apt.edatec.cn/bsp/ed-install.sh | sudo bash -s hmi3630_101c
The full instructions are found here.
I’m confused on how to get this to work in a Balena/Docker environment. Any help with this would be much appreciated!