Skip to content

sbabic/SWUpdateGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd334d1 · Mar 28, 2022

History

53 Commits
Jul 6, 2018
Jul 6, 2018
Sep 19, 2018
Sep 19, 2018
Mar 28, 2022
Jan 8, 2019
Nov 8, 2019
Dec 19, 2018
Oct 8, 2019
Jul 11, 2018
Jul 10, 2018

Repository files navigation

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+.

About

Add a simple GUI for SWUpdate in rescue mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages