Giter Site home page Giter Site logo

Comments (4)

ryanteck avatar ryanteck commented on August 16, 2024
Unattended-Upgrade::Origins-Pattern {
        // Codename based matching:
        // This will follow the migration of a release through different
        // archives (e.g. from testing to stable and later oldstable).
        // Software will be the latest available for the named release,
        // but the Debian release itself will not be automatically upgraded.
 //     "origin=Debian,codename=${distro_codename}-updates";
//      "origin=Debian,codename=${distro_codename}-proposed-updates";
   //     "origin=Debian,codename=${distro_codename},label=Debian";
     //   "origin=Debian,codename=${distro_codename},label=Debian-Security";

        // Archive or Suite based matching:
        // Note that this will silently match a different release after
        // migration to the specified archive (e.g. testing becomes the
        // new stable).
      "o=Raspbian,a=stable";
      "o=Raspbian,a=stable-updates";
//      "o=Debian,a=proposed-updates";
//      "o=Debian Backports,a=${distro_codename}-backports,l=Debian Backports";
};

from iot-lora-image.

ryanteck avatar ryanteck commented on August 16, 2024

This will require re-evaluation once the new image is done.
Currently the plan is to switch to using Yocto as the base OS which means it'll be the package manager for that if there is one. However by also switching to mender this won't be as much of an issue.

from iot-lora-image.

ryanteck avatar ryanteck commented on August 16, 2024

New re-valuation.

Going to test a Lightweight version of Raspbian with docker. This image will get most updates via APT so doesn't rely on us running a server.

The docker container images will be uploaded somewhere (github, our server, docker images) and there will be some kind of Python program that can be downloaded by the program to self update.

This part might be able to be via an apt package on the RPi repos but we'll need to see if this would be possible.

This offers a good level of automatic updating and not for those who don't want it. Being based on Raspbian would also benefit those who would prefer that instead.

Next steps: Test out small raspbian image.

from iot-lora-image.

ryanteck avatar ryanteck commented on August 16, 2024

Believe this is done, just requires some more testing

from iot-lora-image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.