From fb4a95f1710fc6f1637b423ebf4b33a8759972ac Mon Sep 17 00:00:00 2001 From: Michel Stempin Date: Wed, 14 Oct 2020 23:48:45 +0200 Subject: [PATCH] swapped rootfs and rootfs_alt partitions Signed-off-by: Michel Stempin --- FunKey/board/funkey/genimage.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FunKey/board/funkey/genimage.cfg b/FunKey/board/funkey/genimage.cfg index 2a06001..a107816 100644 --- a/FunKey/board/funkey/genimage.cfg +++ b/FunKey/board/funkey/genimage.cfg @@ -35,14 +35,14 @@ image sdcard.img { # size = 16K # } - partition rootfs { + partition rootfs_alt { offset = 1M partition-type = 0x83 image = "rootfs.ext4" size = 100M } - partition rootfs_alt { + partition rootfs { offset = 101M partition-type = 0x83 image = "rootfs.ext4" @@ -50,7 +50,7 @@ image sdcard.img { } # partition share { -# offset = 201M +# offset = 1G # partition-type = 0xC # bootable = "false" # size = 0