2020-10-21 22:35:52 +01:00
|
|
|
config {
|
|
|
|
}
|
|
|
|
|
2018-02-25 19:07:30 +00:00
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
2020-10-13 12:38:30 +01:00
|
|
|
gpt = true
|
2020-10-17 17:36:22 +01:00
|
|
|
gpt-location = 800K
|
2018-02-25 19:07:30 +00:00
|
|
|
}
|
|
|
|
|
2020-10-13 12:38:30 +01:00
|
|
|
# partition gpt-header {
|
|
|
|
# in-partition-table = "no"
|
|
|
|
# offset = 1K
|
|
|
|
# size = 512
|
|
|
|
# }
|
|
|
|
|
2018-02-25 19:07:30 +00:00
|
|
|
partition u-boot {
|
|
|
|
in-partition-table = "no"
|
2020-10-20 22:26:28 +01:00
|
|
|
image = "Recovery/output/images/u-boot-sunxi-with-spl.bin"
|
2020-05-09 22:49:37 +01:00
|
|
|
offset = 8K
|
2020-10-10 21:53:07 +01:00
|
|
|
size = 536K # 544KB - 8KB
|
2018-02-25 19:07:30 +00:00
|
|
|
}
|
|
|
|
|
2020-10-17 17:36:22 +01:00
|
|
|
partition u-boot-env {
|
|
|
|
in-partition-table = "no"
|
|
|
|
offset = 544K
|
|
|
|
size = 128K
|
2020-10-21 22:19:57 +01:00
|
|
|
image = "Recovery/output/images/u-boot-env.img"
|
2020-10-17 17:36:22 +01:00
|
|
|
}
|
2020-10-13 12:41:02 +01:00
|
|
|
|
|
|
|
# partition gpt-table {
|
|
|
|
# in-partition-table = "no"
|
|
|
|
# offset = 800K
|
|
|
|
# size = 16K
|
|
|
|
# }
|
|
|
|
|
2020-10-20 22:26:28 +01:00
|
|
|
partition Recovery {
|
2020-10-14 22:44:39 +01:00
|
|
|
offset = 1M
|
2020-10-13 12:41:02 +01:00
|
|
|
partition-type = 0x83
|
2020-10-20 22:26:28 +01:00
|
|
|
image = "Recovery/output/images/rootfs.ext4"
|
2020-10-14 22:44:39 +01:00
|
|
|
size = 100M
|
2020-10-13 12:41:02 +01:00
|
|
|
}
|
|
|
|
|
2020-10-20 22:26:28 +01:00
|
|
|
partition FunKey {
|
2020-10-14 22:44:39 +01:00
|
|
|
offset = 101M
|
2018-02-25 19:07:30 +00:00
|
|
|
partition-type = 0x83
|
2020-10-17 11:07:33 +01:00
|
|
|
bootable = "yes"
|
2020-10-20 22:26:28 +01:00
|
|
|
image = "FunKey/output/images/rootfs.ext4"
|
2020-11-02 15:49:47 +00:00
|
|
|
size = 100M # This will be resized to 1G during first boot
|
2018-02-25 19:07:30 +00:00
|
|
|
}
|
2020-10-13 22:27:43 +01:00
|
|
|
|
2020-11-02 15:49:47 +00:00
|
|
|
# These partitions will be created during first boot
|
|
|
|
# partition swap {
|
|
|
|
# offset = 1.01G
|
|
|
|
# partition-type = 0xC
|
|
|
|
# bootable = "false"
|
|
|
|
# size = 128M
|
|
|
|
# }
|
|
|
|
#
|
2020-10-13 22:27:43 +01:00
|
|
|
# partition share {
|
2020-11-02 15:49:47 +00:00
|
|
|
# offset = 1.138G
|
2020-10-13 22:27:43 +01:00
|
|
|
# partition-type = 0xC
|
|
|
|
# bootable = "false"
|
2020-11-02 15:49:47 +00:00
|
|
|
# size = 0 # Fill in the disk up to its full size
|
2020-10-13 22:27:43 +01:00
|
|
|
# }
|
2018-02-25 19:07:30 +00:00
|
|
|
}
|