Hi @oleorhagen,
I have setup the production server. It looks good, Our past communication has helped me alot to reach here.
Now, I’m trying to figure out how to get Mender devices to connect to server.
For demo server, it was extremly easy to configure Mender client to server communication, but for production, I’m not able to start where in the documentation.
- Should I built new with Yocto or
- Is it possible to configure mender client in my existing OS.
I have a RPi zero w and a Jetson Xavier (Debian) which I need to connect to Mender server. Where to start\ How to configure ?
Because from what I read, it has lots of configuration needed, therefore Im worried how will i manage it for 100’s or 1000’s devices for production while manufacturing it, I need mender clients during the manufacturing time (or Is it possible to automate the config) . When it comes to demo server the config was just so easy, just run the shell commends:
DEVICE_TYPE=“jetsonnano”
SERVER_IP_ADDR=“4…/.xx.xxx.xxx”
sudo DEBIAN_FRONTEND=noninteractive dpkg -i mender-client_2.2.0-1_arm64.deb
sudo mender setup
–device-type $DEVICE_TYPE
–demo
–server-ip $SERVER_IP_ADDR
sudo systemctl restart mender-client