Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
swupdate
Commits
91017946
Commit
91017946
authored
Jan 23, 2017
by
David Mondou
Browse files
Update README.md
parent
127926a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
91017946
...
...
@@ -2,10 +2,7 @@
SWUpdate is a Linux Update agent with the goal to
provide an efficient and safe way to update
an embedded system. SWUpdate supports local and remote
updates, multiple update strategies and it can
be well integrated in the
[
Yocto
](
https://www.yoctoproject.org
)
build system by adding
the
[
meta-swupdate
](
https://layers.openembedded.org/layerindex/branch/master/layer/meta-swupdate/
)
layer.
an embedded system.
It supports the common media on embedded devices
such as as NOR / NAND flashes, UBI volumes, SD / eMMC, and can
...
...
@@ -15,43 +12,20 @@ procedures.
Pre- and postinstall scripts are supported, and a LUA
interpreter helps to customize the update process.
An update package is described by the sw-description file,
using the libconfig syntax or JSON. It is even possible to
use LUA with a custom syntax.
An update package is described by the sw-description file.
Here a short list of the main features:
-
Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes)
-
Allow delivery single image for multiple devices
-
Multiple interfaces for getting software
-
local storage
-
integrated web server
-
integrated REST client connector to
[
hawkBit
](
https://projects.eclipse.org/projects/iot.hawkbit
)
-
remote server download
-
Software delivered as images, gzipped tarball, etc.
-
Allow custom handlers for installing FPGA firmware, microcontroller firmware via custom protocols.
-
Power-Off safe
-
Hardware / Software compatibility.
This software is licensed under GPL Version 2.0+
Please check inside doc directory for documentation or
the online documentation (generated from doc/) at:
http://sbabic.github.io/swupdate
## Submitting patches
You can submit your patches (or post questions reagarding
the project to the swupdate Mailing List:
swupdate@googlegroups.com
When creating patches, please use something like:
git format-patch -s <revision range>
Please use 'git send- email' to send the generated patches to the ML
to bypass changes from your mailer.
## Connecting a Rigado Gateway to Rigado DeviceOps:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment