Hi Niresh, On Tuesday, October 20, 2020 at 7:18:07 AM UTC+3 Niresh wrote:
> Thank you for the information. I remember my ex-colleague used to download > a file from a server using curl utility and run those files. So, I would > like to know any similar simple procedure to download and upgrade BBB > binary files which are stored in the server. > You're looking to automatically upgrade your custom software? There's a bunch of ways to do it, depending on how your thing is distributed (e.g. binary executable, Java bytecode, Python, ...). The obvious solution would be to package your software as a Debian .deb package, and run "apt update && apt -y install yourpackage" from a cron script. This would attempt to upgrade to a fresh version of "yourpackage" with whatever frequency you set up the cron script. -- Kind regards, Tarmo -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/8847ee90-49b4-4ecf-986c-d1d383162cc2n%40googlegroups.com.
