How to load the tezi_config.json from the tftp server? So that I can point the easy installer to my feed server.
I was able to download the tezi_config.json from tftp server by updating the boot.cmd file. But my local http server is not reflected in the feed source list. If I try to boot using USB device, then it works without issue.
Thank you for the reply. I have seen this. It is working good. I am looking for a CICD OS update on the toradex board. So we have the easy installer hosted on the tftp server and the OS image on the http server. With zeroconf, we need to host 3 servers to make this work. TFTP, zeroconf and http. I am looking for a solution to make it bit more simple.
Thank you for the link. I already seen this. We can’t use the OTA feature because our devices will not have internet connection at the site. So we are looking for an offline update feature.
Right now we concluded with another approach. We will host he easy installer and custom image together as a zip in an http server. Colibri board will download it into the SD card and will boot from SD card next time and delete the files on success. Do you see any issues with this approach or is there any other good way to do this?