add swupdate

Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
This commit is contained in:
Michel Stempin
2020-10-23 08:46:33 +02:00
parent c2bd94caa2
commit 5b4eebd7d5
8 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1 @@
FunKey_S Rev.A

View File

@@ -0,0 +1 @@
rootfs 0.6

View File

@@ -0,0 +1,14 @@
software =
{
version = "0.6";
hardware-compatibility = [ "#RE:^Rev\.[A-E]$" ];
images: (
{
filename = "rootfs.ext2.tar.gz";
device = "/dev/mmcblk0p2";
compression = "zlib";
}
);
}