I have ported a custom device to work w/BalenaOS and am now trying to get this device connected to an openBalena server (running locally). The device shows up when running balena scan
and is on the same network as the openBalena server.
When running balena devices supported -v
the expected list of supported devices comes up. I was wondering how (if it is possible) the custom device could be added to that list so that it could be interfaced with via the balena-cli and managed with openBalena.
As I understand it, openBalena needs to have the device be supported with an official version of balenaOS to connect the board. Is it possible to configure openBalena/balena-cli to use the custom image built for the device?
Cheers