• Stars
    star
    160
  • Rank 234,703 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OTA Software updates using OSTree

meta-updater

Meta-updater is a Yocto layer that enables over-the-air updates (OTA) with OSTree and Aktualizr — the default client for HERE OTA Connect.

OSTree is a tool for atomic full file system upgrades with rollback capability. OSTree has several advantages over traditional dual-bank systems, but the most important one is that it minimizes network bandwidth and data storage footprint by sharing files with the same contents across file system deployments.

Aktualizr implements Uptane, supports device authentication and provisioning, and is integrated with OSTree. You can connect aktualizr to your own server solution or sign up for a free account at HERE OTA Connect to get started.

Quickstart

If you don’t already have a Yocto project that you want to add OTA to, you can use the HERE OTA Connect Quickstart project to rapidly get up and running on a Raspberry Pi or with QEMU. It takes a standard poky distribution, and adds OTA and OSTree capabilities.

Dependencies

In addition to the standard Yocto dependencies, meta-updater generally requires a few additional dependencies, depending on your use case and target platform. To install these additional packages on Debian/Ubuntu, run this:

sudo apt install cpu-checker default-jre parted

To build for Minnowboard with GRUB, you will also need to install TianoCore’s ovmf package on your host system. On Debian/Ubuntu, you can do so with this command:

sudo apt install ovmf

Table of Contents

The following documentation focuses on tasks that involve the meta-updater layer. If you want to get an idea of the overall developer workflow in OTA Connect, see the OTA Connect Developer Guide.

License

This code is licensed under the MIT license, a copy of which can be found in this repository. All code is copyright HERE Europe B.V., 2016-2020.

We require that contributors accept the terms of Linux Foundation’s Developer Certificate of Origin. Please see the contribution instructions of aktualizr for more information.

More Repositories

1

quickcheck-state-machine

Test monadic programs using state machine based models
Haskell
204
star
2

aktualizr

C++ SOTA Client
C++
144
star
3

ota-community-edition

End-to-end Over The Air updates
Shell
52
star
4

treehub

OSTree repository handling for OTA Plus
Scala
13
star
5

meta-updater-raspberrypi

Shell
10
star
6

dhall-terraform-aws-provider

Terraform AWS bindings for Dhall
Ruby
8
star
7

ota-tuf

Scala implementation of TUF repo and tools
Scala
8
star
8

ota-plus-server

OTA Plus Admin UI
JavaScript
8
star
9

dhall-gitlab

Makefile
5
star
10

quickcheck-state-machine-distributed

Test monadic programs using state machine based models
Haskell
5
star
11

tuf-test-vectors

Test vectors for TUF
Python
5
star
12

dockerfiles

ATS Dockerfiles
Erlang
5
star
13

markov-chain-usage-model

Computations for Markov chain usage models
Haskell
5
star
14

director

Scala implementation of Uptane metadata Director
Scala
4
star
15

libats

Scala
4
star
16

gocd-dhall-example

Generate GoCD Pipeline configurations using Dhall
Makefile
3
star
17

ota-cli

CLI to manage OTA Connect
Rust
3
star
18

ota-device-registry

Device registry for ota-plus
Scala
2
star
19

libaktualizr-demo-app

C++
2
star
20

homebrew-otaconnect

Repository is archived and no longer supported.
Ruby
2
star
21

campaigner

Campaign management for OTA Plus
Scala
2
star
22

distributed-process-task-queue

Haskell
2
star
23

updater-repo

2
star
24

meta-updater-minnowboard

BitBake
1
star
25

ota-staging-cn

Makefile
1
star
26

ota-plus-tools

Rust
1
star
27

blinkenlights

Python scripts for dogfooding day flashing lights
Python
1
star
28

meta-libaktualizr-demo

BitBake
1
star
29

web-events

A service for publishing events in a namespace via websockets.
Scala
1
star
30

ota-tlaplus-model

TLA
1
star