Skip to content

Commit

Permalink
[GENIMAGE] increase swap partition size
Browse files Browse the repository at this point in the history
double the value, mostly to handle the partition expand of a bigger microSD with 'fatresize'
  • Loading branch information
Apaczer committed Aug 5, 2023
1 parent 8791ad3 commit 543d6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/miyoo/genimage-sdcard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ image ${IMAGE_NAME:-miyoo-cfw-2.0.0.img} {
partition swap {
partition-type = 0x82
bootable = "false"
size = 128M
size = 256M
}

partition main {
Expand Down

0 comments on commit 543d6d4

Please sign in to comment.