Skip to content

Commit

Permalink
Increase boot size to 128MB
Browse files Browse the repository at this point in the history
This makes sure we can store up to three kernels (slot A, B and an
temporary one while installing the OTA update).
  • Loading branch information
agners committed Dec 8, 2023
1 parent ecaa4a8 commit 7f2c69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildroot-external/board/raspberrypi/rpi5-64/meta
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHASSIS=embedded
BOOTLOADER=tryboot
KERNEL_FILE=Image
BOOT_SYS=gpt
BOOT_SIZE=64M
BOOT_SIZE=128M
BOOT_SPL=false
BOOT_ENV_SIZE=0x4000
SUPERVISOR_MACHINE=raspberrypi4-64
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/scripts/hdd-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BOOTSTATE_SIZE=8M
SYSTEM_SIZE=256M
KERNEL_SIZE=24M
OVERLAY_SIZE=96M
DATA_SIZE=1280M
DATA_SIZE=1216M


function size2sectors() {
Expand Down

0 comments on commit 7f2c69b

Please sign in to comment.