The project allows to include swupdate in the yocto build for the Raspberry Pi3 and use it in pair with update-server feature. See update-server repository for details
This project is based on the https://github.com/sbabic/meta-swupdate-boards
This layer depends on:
-
URI: git://git.yoctoproject.org/poky
- branch: master
- revision: HEAD
-
URI: git://github.com/agherzan/meta-raspberrypi.git
- branch: master
- revision: HEAD
To build run:
bitbake update-image
Above will generate a swu
file suitable for usage with SWUpdate on
your device.
Note that update-image
depends on ext4.gz
and you must make sure
that it is part of IMAGE_FSTYPES
.
For usage with Raspberry Pi one must add the following to local.conf
RPI_USE_U_BOOT = "1"
- SW Update - Update client for embedded linux
- Raspberry Pi - Raspberry Pi 4 adapted kernel and firmware
We use SemVer for versioning.
Leonid Lazarev leonid.lazarev@orioninc.com
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT license. See the COPYING.MIT file for details.