diff --git a/image/mk_europe_edition64.sh b/image/mk_europe_edition64.sh index 14a0ab5ca..08a4c453b 100755 --- a/image/mk_europe_edition64.sh +++ b/image/mk_europe_edition64.sh @@ -6,9 +6,9 @@ # Run this script as root. # Run with argument "dev" to not clone the stratux repository from remote, but instead copy this current local checkout onto the image set -x -BASE_IMAGE_URL="https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2022-01-28/2022-01-28-raspios-bullseye-arm64-lite.zip" -ZIPNAME="2022-01-28-raspios-bullseye-arm64-lite.zip" -IMGNAME="${ZIPNAME%.*}.img" +BASE_IMAGE_URL="https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2022-04-07/2022-04-04-raspios-bullseye-arm64-lite.img.xz" +ZIPNAME="2022-04-04-raspios-bullseye-arm64-lite.img.xz" +IMGNAME="$(basename $ZIPNAME .xz)" TMPDIR="$HOME/stratux-tmp" @@ -31,7 +31,7 @@ cd $TMPDIR # Download/extract image wget -c $BASE_IMAGE_URL || die "Download failed" -unzip $ZIPNAME || die "Extracting image failed" +unxz -k $ZIPNAME || die "Extracting image failed" # Check where in the image the root partition begins: sector=$(fdisk -l $IMGNAME | grep Linux | awk -F ' ' '{print $2}') diff --git a/ogn/ogn-rx-eu_aarch64 b/ogn/ogn-rx-eu_aarch64 index 59d144eaa..2132d5675 100755 Binary files a/ogn/ogn-rx-eu_aarch64 and b/ogn/ogn-rx-eu_aarch64 differ