Skip to content

Commit

Permalink
Kickoff Project
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed Jul 4, 2018
0 parents commit f507fa4
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<p align ="center"><img src=SWUpdate.svg width=400 height=400 /></p>

RescueGUI - a simple GUI for SWUpdate in rescue mode
====================================================

RescueGUI is a simple GUI written in Lua with the help of the tekui
graphic toolkit (http:http://tekui.neoscientists.org/index.html).
The goal is to have a GUI for HMI devices when SWUpdate is started
in rescue mode.

The GUI has the following goal:

- GUI must show when an update is started from one of the interface
and displays the progress and status.
- It can initiate an install from a local storage as SD / USB
- It can provide stup for SWUpdate like network interface, etc.
- Footprint should be as small as possible to be merged into the rescue image.
- Build should be integrated in meta-swupdate

Requirements
------------

- Lua interpreter > 5.2 (previous versions untested)
- tekui and luafilesystem module
- SWUpdate binding (lua-swupdate)

Starting
--------

SWUpdateGUI.lua is the main program.

Configuration
-------------

The GUI tries to load a config.lua file at the startup. See comments in this
file to check what can be configured.

License
-------
This project is licensed under GPL version 2.0+.

88 changes: 88 additions & 0 deletions SWUpdate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f507fa4

Please sign in to comment.