Skip to content

Commit

Permalink
balena-image: increase root and boot sizes on raspberrypi5-64
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Michal Toman <[email protected]>
  • Loading branch information
mtoman committed Sep 26, 2023
1 parent c2ac68b commit 15250a1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ RPI_KERNEL_DEVICETREE:remove:revpi = "bcm2708-rpi-zero-w.dtb bcm2710-rpi-3-b-plu
# this being a pi4 based board, increase to 400 MiB (up from 320 MiB) to make sure we have enough space in the rootfs
IMAGE_ROOTFS_SIZE:raspberrypi4-superhub="409600"

# Double the root partition size from 320MiB to 640MiB and boot partition size from 40MiB to 80MiB for the Pi5
IMAGE_ROOTFS_SIZE:raspberrypi5-64="655360"
BALENA_BOOT_SIZE:raspberrypi5-64="81920"

IMAGE_INSTALL:append:raspberrypi4-superhub = " \
phoenix-peripheral \
phoenix-peripheral-button-trig \
Expand Down

0 comments on commit 15250a1

Please sign in to comment.