Skip to content

Commit

Permalink
use latest ogn-rx and RPiOs image
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nn0 committed May 22, 2022
1 parent 6aa0ffb commit 1ee87b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions image/mk_europe_edition64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand All @@ -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}')
Expand Down
Binary file modified ogn/ogn-rx-eu_aarch64
Binary file not shown.

0 comments on commit 1ee87b9

Please sign in to comment.