Skip to content

Commit

Permalink
feat: update raspberrypi builds to stable
Browse files Browse the repository at this point in the history
Updates RaspberryPi builds from oldstable (bullseye) to stable
(bookworm).
Addresses cases of klipper shutting down by 'Timer too close' errors.

Signed-off-by: Theo Cabrerizo Diem <[email protected]>
  • Loading branch information
Your Name committed May 27, 2024
1 parent 2e04d34 commit 52ccfff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/raspberry/default
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# See https://www.shellcheck.net/wiki/SC2155

# New locations after Bullseye turned into 'oldstable'
DOWNLOAD_BASE_URL="https://downloads.raspberrypi.org/raspios_oldstable_lite_arm64/images/raspios_oldstable_lite_arm64-2023-12-06/2023-12-05-raspios-bullseye-arm64-lite.img.xz"
DOWNLOAD_BASE_URL="https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64-lite.img.xz"
DOWNLOAD_URL_CHECKSUM="${DOWNLOAD_BASE_URL}.sha256"
DOWNLOAD_URL_IMAGE="${DOWNLOAD_BASE_URL}.torrent"

BASE_IMAGE_ENLARGEROOT=4500
BASE_IMAGE_ENLARGEROOT=5000
BASE_IMAGE_RESIZEROOT=600
# Compress not needed due compression done in workflow
BASE_RELEASE_COMPRESS=no
Expand Down
1 change: 0 additions & 1 deletion src/modules/piconfig/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ check_install_pkgs i2c-tools
echo_green "Disabling Bluetooth related services..."
systemctl_if_exists disable hciuart.service
systemctl_if_exists disable bluetooth.service
systemctl_if_exists disable bluealsa.service

# Step 11: Increase swapfile size
if [[ -f "${PICONFIG_SWAP_CONF_FILE}" ]]; then
Expand Down

0 comments on commit 52ccfff

Please sign in to comment.